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.
 
 
 
 
 
 

16 lines
419 B

# Build the Ice library
# The list of source files that should be compiled for this component.
set srcList = ( ice_sis ice_param )
set lib_name = "lib_ice"
mkdir -p $executable:h:h/$lib_name
cd $executable:h:h/$lib_name
$mkmf_lib -p $lib_name.a -c "$cppDefs" -o "-I$executable:h:h/lib_FMS" $srcList $lib_include_dirs
${IOW_ESM_MAKE}
if( $status ) then
echo "Make failed to create $lib_name.a"
exit 1
endif