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.
 
 
 
 
 
 

15 lines
406 B

# Build the null atmos library
set srcList = ( atmos_null atmos_param/diag_integral atmos_param/monin_obukhov )
set lib_name = "lib_atmos_null"
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