NOAA-EMC / EMC_verif-global

Global Forecast System (GFS) verification package using MET and METplus
8 stars 14 forks source link

Update load-modules.sh to follow Hera contrib module change #16

Closed malloryprow closed 4 years ago

malloryprow commented 4 years ago

The way contib modules are loaded on Hera is changing, so load_modules.sh needs to be updated.

E-mail about changes: "As an example, here is what you need to change if you want to use the "sutils" contrib package: The current method of loading "sutils" module: module load contrib module load sutils

The new method for loading “sutils” module (available now, and required starting 6/11/20): module use -a /contrib/sutils/modulefiles module load sutils"

malloryprow commented 4 years ago

Work being done in feature_fix_contrib_module_load https://github.com/NOAA-EMC/EMC_verif-global/tree/feature_fix_contrib_module_load

malloryprow commented 4 years ago

load_modules.sh updated and tested successfully in stand alone.

malloryprow commented 4 years ago

feature_fix_contrib_module_load merged into develop at https://github.com/NOAA-EMC/EMC_verif-global/commit/37fb767989542989013847b1f61b060281806cc7

develop merged into master at https://github.com/NOAA-EMC/EMC_verif-global/commit/842794eb1baf1e9de3c02170d2b38ad3a61bc966

verif_global_v1.8.0 tag created.

malloryprow commented 4 years ago

Change is running successfully on Hera.