Skip to content

Commit

Permalink
chnage TELTIM for a few low-res cases in config.fv3 from 420s to 450s…
Browse files Browse the repository at this point in the history
…. 420 is not divisible by 3600, this leads to fractional forecast hour in forecast output and breaks downstream enkf jobs
  • Loading branch information
yangfanglin committed Oct 9, 2019
1 parent c7a4df4 commit a2b355c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parm/config/config.fv3
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ echo "BEGIN: config.fv3"
# (Standard) Model resolution dependent variables
case $case_in in
"C48")
export DELTIM=420
export DELTIM=450
export layout_x=2
export layout_y=4
export layout_x_gfs=2
Expand All @@ -37,7 +37,7 @@ case $case_in in
export WRTIOBUF="4M"
;;
"C96")
export DELTIM=420
export DELTIM=450
export layout_x=4
export layout_y=4
export layout_x_gfs=4
Expand All @@ -52,7 +52,7 @@ case $case_in in
export WRTIOBUF="4M"
;;
"C192")
export DELTIM=420
export DELTIM=450
export layout_x=4
export layout_y=6
export layout_x_gfs=4
Expand Down

0 comments on commit a2b355c

Please sign in to comment.