# NOTE: the "module purge" and loading of the module command are # handled by the module-setup.sh (or .csh) script. ## ## load programming environment ## this typically includes compiler, MPI and job scheduler ## module rm PrgEnv-intel PrgEnv-cce PrgEnv-gnu PrgEnv-pgi module load PrgEnv-intel/6.0.3 module rm intel module load intel/16.0.3.210 module load cray-netcdf ## ## load nwprod libraries ## export NCEPLIBS=/lustre/f1/pdata/ncep_shared/NCEPLIBS/lib/ module use ${NCEPLIBS}/modulefiles module load bacio-intel-sandybridge/2.0.1 module load ip-intel-sandybridge/2.0.0 module load sp-intel-sandybridge/2.0.2 module load w3nco-intel-sandybridge/2.0.6 module load w3emc-intel-sandybridge/2.2.0 module load nemsio-intel-sandybridge/2.2.3 ## ## set esmf variables while waiting to get 7.1.39rb ## module load esmflocal/7.1.52b