This is the MOM5 component integrated in the IOW earth-system model.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
284 B

# template for the Intel fortran compiler version 8
# typical use with mkmf
# mkmf -t template.ifc -c"-Duse_libMPI -Duse_netCDF" path_names /usr/local/include
# -traceback
FFLAGS = -O3 -xAVX -r8 -fp-model precise -align array32byte
CPPFLAGS =
FC = ftn
LD = ftn
LDFLAGS =
CC = cc