Skip to content

Commit

Permalink
modified parm\config\gfs\config.base
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Nov 22, 2024
1 parent 56f1111 commit cc4f97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/config/gfs/config.base
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export FHOUT_WAV=3
export FHMAX_HF_WAV=120
export FHOUT_HF_WAV=1
export FHMAX_HF_GFS=$(( FHMAX_HF_GFS > FHMAX_GFS ? FHMAX_GFS : FHMAX_HF_GFS ))
export FHMAX_WAV=$(( FHMAX_WAV > FHMAX ? FHMAX : FHMAX_WAV )) # You can leave this one out for gefs
export FHMAX_WAV=$(( FHMAX_WAV > FHMAX ? FHMAX : FHMAX_WAV ))
export FHMAX_WAV_GFS=$(( FHMAX_WAV > FHMAX_GFS ? FHMAX_GFS : FHMAX_WAV ))
export FHMAX_HF_WAV=$(( FHMAX_HF_WAV > FHMAX_WAV_GFS ? FHMAX_WAV_GFS : FHMAX_HF_WAV ))

Expand Down

0 comments on commit cc4f97a

Please sign in to comment.