help([[ Load environment to compile UFS_UTILS emcsfc_ice_blend on Hera ]]) prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack-gfsv16/modulefiles/stack") hpc_ver=os.getenv("hpc_ver") or "1.2.0" load(pathJoin("hpc", hpc_ver)) hpc_intel_ver=os.getenv("hpc_intel_ver") or "18.0.5.274" load(pathJoin("hpc-intel", hpc_intel_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)) g2_ver=os.getenv("g2_ver") or "3.4.5" load(pathJoin("g2", g2_ver)) jasper_ver=os.getenv("jasper_ver") or "2.0.25" load(pathJoin("jasper", jasper_ver)) setenv("JASPER_LIB","${JASPER_LIBRARIES}/libjasper.a") libpng_ver=os.getenv("libpng_ver") or "1.6.37" load(pathJoin("libpng", libpng_ver)) setenv("PNG_LIB","${PNG_ROOT}/lib64/libpng.a") zlib_ver=os.getenv("zlib_ver") or "1.2.11" load(pathJoin("zlib", zlib_ver)) setenv("Z_LIB","${ZLIB_LIBRARIES}/libz.a") setenv("FCOMP","ifort") setenv("FFLAGS","-O0 -i4") whatis("Description: UFS_UTILS emcsfc_ice_blend build environment")