#%Module############################################################# ## Zhengtao.Cui@noaa.gov ## NWC/NWS/NOAA ## nwm X.X ##################################################################### proc ModulesHelp { } { puts stderr "Set environment veriables for NWM code" puts stderr "\tHycom: This module initializes environment variables" puts stderr "\t\tfor the Intel Compiler Suite $version\n" } # module-whatis "NWM whatis description" set ver X.X set COMP intel # Loading nceplibs modules _____________ module load modules/3.2.10.3 module load PrgEnv-intel #module load cray-mpich module switch intel/18.1.163 module load iobuf/2.0.5 module load craype-hugepages4M module load HDF5-parallel-intel-sandybridge/1.10.6 module load NetCDF-intel-sandybridge/4.7.4 module load zlib-intel-haswell/1.2.7 #module load atp # #To use CrayPat, uncomment the following #line and #remove (comment out) the line 'module load iobuf/2.0.5' # #module load perftools # #module load dmapp setenv NETCDF_INC $env(NETCDF_DIR)/include setenv NETCDF_LIB $env(NETCDF_DIR)/lib