Skip to content

Commit

Permalink
Update sorc/build_ww3_utils.sh to build ww3_grib properly (due to the…
Browse files Browse the repository at this point in the history
… g2 module).
  • Loading branch information
BinLiu-NOAA committed May 30, 2021
1 parent 0d5cc34 commit a2fefe6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions sorc/build_ww3_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a2fefe6

Please sign in to comment.