#%Module###################################################################### ## Russ.Treadon@noaa.gov ## NOAA/NWS/NCEP/EMC ## GDAS_ENKF v6.2.3 ##_____________________________________________________ proc ModulesHelp { } { puts stderr "Set environment veriables for GDAS_ENKF" puts stderr "This module initializes the environment " puts stderr "for the Intel Compiler Suite $version\n" } module-whatis " GDAS_ENKF whatis description" set ver v6.2.3 setenv COMP ftn setenv COMP_MP ftn setenv COMP_MPI ftn setenv C_COMP cc setenv C_COMP_MP cc set COMPILER intel setenv FFLAGS_COM "-fp-model strict" setenv LDFLAGS_COM " " set WRF_SHARED_VER v1.1.0 #Not Found on Luna/Surge? #set WRF_SHARED_ROOT /gpfs/hps/nco/ops/nwprod/wrf_shared #setenv WRF_SHARED_PATH ${WRF_SHARED_ROOT}.${WRF_SHARED_VER}-${COMPILER} # Known conflicts # Changes made for HWRF build system. # Commented out duplicate modules already loaded, and # defined by the HWRF build system for WCOSS Cray, based on # the modulefiles/wcossluna/HWRF/build file. # # commented out for hwrf system indicated by #hwrf# # # Doing so makes sure gsi is being built and run with same modules that # the HWRF system is using and we don't have to keep this module # file in sync with changes to the HWRF module files. # Note: Since some module loads are being commented out, any other # scripts under ProdGSI, such as the sub_hera script, that may use # this file will no longer work, since it depends on these commented # modules being loaded. However, the choice was made, that # this branch is for the HWRF system only and those scripts # will not be used. # Loading ncep environment #hwrf# module load ncep/1.0 module load prod_util/2.0.8 # Loading Intel Compiler Suite #hwrf# module load PrgEnv-intel/5.2.82 #hwrf# module switch intel intel/15.0.3.187 #module switch intel intel/18.1.163 # Loading pe environment #module load cray-mpich/7.2.0 #hwrf# module load craype-haswell #module use /usrx/local/dev/modulefiles module load cmake/3.20.2 #module unuse /usrx/local/dev/modulefiles # Loading netcdf modules #hwrf# module use /usrx/local/prod/modulefiles #hwrf# module load HDF5-serial-intel-haswell/1.8.9 #hwrf# module load NetCDF-intel-haswell/4.2 #module load HDF5-parallel-intel-sandybridge/1.10.6 #module load NetCDF-intel-sandybridge/4.7.4 # Loading nceplibs modules #module use /gpfs/hps/nco/ops/nwprod/lib/modulefiles module load bufr/11.5.0 module load nemsio/2.5.2 module load sfcio/1.4.1 module load sigio/2.3.2 module load sp/2.3.3 module load w3nco/2.4.1 module load w3emc/2.7.3 module load crtm/2.3.0 module load ip/3.3.3 module load bacio/2.4.1