Skip to content

Commit

Permalink
Merge pull request NOAA-EMC#213 from NOAA-EMC/hotfixes
Browse files Browse the repository at this point in the history
Hotfixes - issues NOAA-EMC#201, 202, 208
  • Loading branch information
KateFriedman-NOAA committed Dec 15, 2020
2 parents f3d11b9 + 7a9bc00 commit 1562bb9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions env/HERA.env
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@ elif [ $step = "efcs" ]; then

elif [ $step = "post" ]; then

source /apps/lmod/lmod/init/sh
module unload esmf/8.0.1_ParallelNetCDF.release
module unload netcdf_parallel/4.7.4.release
module unload hdf5_parallel/1.10.6.release
module use -a /scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles
module load hdf5_parallel/1.10.6
module load netcdf_parallel/4.7.4

nth_max=$(($npe_node_max / $npe_node_post))

export NTHREADS_NP=${nth_np:-1}
Expand Down
Empty file modified jobs/rocoto/postsnd.sh
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions parm/config/config.gldas
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ echo "BEGIN: config.gldas"
export GLDASSH=$HOMEgfs/scripts/exgdas_atmos_gldas.sh
export gldas_spinup_hours=72
export CPCGAUGE=$DMPDIR
export FINDDATE=$HOMEgfs/util/ush/finddate.sh

echo "END: config.gldas"

0 comments on commit 1562bb9

Please sign in to comment.