Skip to content

Commit

Permalink
change default FHMAX to 180 for 06/12/18 cycles to prevent cyclone tr…
Browse files Browse the repository at this point in the history
…acker from failing
  • Loading branch information
yangfanglin committed Mar 5, 2019
1 parent 2fe79ca commit 595d44c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parm/config/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ export gfs_cyc=@gfs_cyc@ # 0: no GFS cycle, 1: 00Z only, 2: 00Z and 12Z only, 4:
export FHMIN_GFS=0

export FHMAX_GFS_00=240
export FHMAX_GFS_06=120
export FHMAX_GFS_12=120
export FHMAX_GFS_18=120
export FHMAX_GFS_06=180
export FHMAX_GFS_12=180
export FHMAX_GFS_18=180
export FHMAX_GFS=$(eval echo \${FHMAX_GFS_$cyc})

export FHOUT_GFS=3
Expand Down

0 comments on commit 595d44c

Please sign in to comment.