Skip to content

Commit

Permalink
redefine SIGLEVEL in ush/global_chgres_driver.sh to allow it to be se…
Browse files Browse the repository at this point in the history
…nt in from parent driver script
  • Loading branch information
yangfanglin committed Apr 17, 2019
1 parent 04f0e75 commit a1af4f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ush/global_chgres_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ export SOILTYPE_OUT=statsgo
export VEGTYPE_OUT=igbp
export FNZORC=igbp

export SIGLEVEL=${FIXam}/global_hyblev.l${LEVS}.txt
if [ $LEVS = 128 ]; then export SIGLEVEL=${FIXam}/global_hyblev.l${LEVS}B.txt; fi
export SIGLEVEL=${SIGLEVEL:-${FIXam}/global_hyblev.l${LEVS}.txt}
export FNGLAC=${FIXam}/global_glacier.2x2.grb
export FNMXIC=${FIXam}/global_maxice.2x2.grb
export FNTSFC=${FIXam}/cfs_oi2sst1x1monclim19822001.grb
Expand Down

0 comments on commit a1af4f8

Please sign in to comment.