Skip to content

Commit

Permalink
Move restart_interval* to more logical locations
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Apr 25, 2024
1 parent fa0adb7 commit 84a1dd8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions parm/config/gfs/config.base
Original file line number Diff line number Diff line change
Expand Up @@ -389,16 +389,14 @@ else
export restart_interval_enkfgdas="6"
fi

export restart_interval_enkfgfs=${restart_interval_enkfgdas}

if [[ "${DOIAU}" == "YES" && "${DOHYBVAR}" == "YES" ]]; then
export restart_interval_gdas="3"
else
export restart_interval_gdas="6"
fi

# Write gfs restart files to rerun fcst from any break point
export restart_interval_gfs=${restart_interval_gfs:-12}
export restart_interval_enkfgfs=${restart_interval_enkfgfs:-12}

export GSI_SOILANAL=@GSI_SOILANAL@

# turned on nsst in anal and/or fcst steps, and turn off rtgsst
Expand Down

0 comments on commit 84a1dd8

Please sign in to comment.