From a2fefe6265a2ee3b7186e9c5ff203ed733214426 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Sun, 30 May 2021 23:50:39 +0000 Subject: [PATCH] Update sorc/build_ww3_utils.sh to build ww3_grib properly (due to the g2 module). --- sorc/build_ww3_utils.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sorc/build_ww3_utils.sh b/sorc/build_ww3_utils.sh index c5618fa79..4ff1ea9d7 100755 --- a/sorc/build_ww3_utils.sh +++ b/sorc/build_ww3_utils.sh @@ -8,13 +8,16 @@ if [ ! -d "../exec" ]; then mkdir ../exec fi +module use ../modulefiles +module load modulefile.hafs.${target} +module list + if [ $target = hera ]; then target=hera.intel ; fi if [ $target = orion ]; then target=orion.intel ; fi if [ $target = jet ]; then target=jet.intel ; fi -module use hafs_forecast.fd/modulefiles/${target} -module load fv3 -module list +#module use hafs_forecast.fd/modulefiles +#module load ufs_${target} cd hafs_forecast.fd/WW3