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.
 
 
 
 
 
 

17 lines
592 B

source $MODULESHOME/init/csh
module use -a /home/fms/local/modulefiles
module purge
module load ifort.11.0.074
module load icc.11.0.074
module load idb.10.1.35
module load hdf5-1.8.3
module load netcdf-4.0.1
setenv OMP_NUM_THREADS 1
#
setenv NC_BLKSZ 64K
setenv FMS_ARCHIVE /archive/fms
setenv PATH ${PATH}:.
setenv netcdf3_inc_dir "/usr/local/netcdf-3.6.2/include"
setenv netcdf3_lib_dir "/usr/local/netcdf-3.6.2/lib"
setenv mpirunCommand "mpirun -np"