Skip to content

Commit

Permalink
modified parm\config\gefs\config.base
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Nov 22, 2024
1 parent 41c423d commit 0b8c09b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parm/config/gefs/config.base
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ export FHMAX_HF_WAV=120
export FHOUT_HF_WAV=1
export FHMAX_WAV=${FHMAX_GFS}
export FHMAX_HF_GFS=$(( FHMAX_HF_GFS > FHMAX_GFS ? FHMAX_GFS : FHMAX_HF_GFS ))
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 ))
export ILPOST=1 # gempak output frequency up to F120

Expand Down

0 comments on commit 0b8c09b

Please sign in to comment.