help([[ Load environment for building gefs_anom2_fcst on hera ]]) prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack") hpc_ver=os.getenv("hpc_ver") or "1.2.0" load(pathJoin("hpc", hpc_ver)) intel_ver=os.getenv("intel_ver") or "18.0.5.274" load(pathJoin("hpc-intel", intel_ver)) g2_ver=os.getenv("g2_ver") or "3.4.5" load(pathJoin("g2", g2_ver)) w3nco_ver=os.getenv("w3nco_ver") or "2.4.1" load(pathJoin("w3nco", w3nco_ver)) bacio_ver=os.getenv("bacio_ver") or "2.4.1" load(pathJoin("bacio", bacio_ver)) setenv("FCMP","ifort") setenv("LDFLAGSM","") setenv("OMPFLAGM","") whatis("Description: gefs_anom2_fcst build environment")