Skip to content

Commit

Permalink
Fix empty defaults in jobs/JGLOBAL_ATMOS_NCEPPOST
Browse files Browse the repository at this point in the history
- Change default for PACKAGEROOT and crtm_ver to ?.

Refs NOAA-EMC#419
  • Loading branch information
KateFriedman-NOAA committed Sep 27, 2022
1 parent aeb669a commit 0d06385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_ATMOS_NCEPPOST
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export COMPONENT=${COMPONENT:-atmos}
##############################################
export APRUNP=${APRUN:-$APRUN_NP}
export RERUN=${RERUN:-NO}
export HOMECRTM=${HOMECRTM:-${PACKAGEROOT:-}/lib/crtm/${crtm_ver:-}}
export HOMECRTM=${HOMECRTM:-${PACKAGEROOT:?}/lib/crtm/${crtm_ver:?}}
export FIXCRTM=${CRTM_FIX:-${HOMECRTM}/fix}
export PARMpost=${PARMpost:-$HOMEgfs/parm/post}
export INLINE_POST=${WRITE_DOPOST:-".false."}
Expand Down

0 comments on commit 0d06385

Please sign in to comment.