--#%Module############################################################ --# --# - AMSU-ESTIMATION --# - Advanced Microwave Sounding Unit --# --#################################################################### --proc ModulesHelp { } { -- puts stderr "Sets environment variables for AMSU-ESTIMATION" -- puts stderr "This module initializes the environment" -- puts stderr "to build the AMSU-ESTIMATION software at NCEP" --} whatis("AMSU-ESTIMATION module for compilation") -- Load Intel Compiler load("PrgEnv-intel/"..os.getenv("PrgEnv_intel_ver")) load("craype/"..os.getenv("craype_ver")) load("intel/"..os.getenv("intel_ver")) -- Load Supporting Software Libraries --load("cray-mpich/"..os.getenv("cray_mpich_ver")) --load("cray-pals/"..os.getenv("cray_pals_ver")) --load("w3nco/"..os.getenv("w3nco_ver")) --load("g2/"..os.getenv("g2_ver")) --load("bacio/"..os.getenv("bacio_ver")) --load("jasper/"..os.getenv("jasper_ver")) --load("libpng/"..os.getenv("libpng_ver")) --load("zlib/"..os.getenv("zlib_ver")) load("bufr/"..os.getenv("bufr_ver"))