Skip to content

Commit

Permalink
Matched the previous archive option for GSL.
Browse files Browse the repository at this point in the history
  • Loading branch information
kayeekayee committed Sep 16, 2024
1 parent dc3ecf9 commit 62addf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions parm/archive/master_gfs.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ datasets:
{% filter indent(width=4) %}
{% include "gfsa.yaml.j2" %}
{% include "gfsb.yaml.j2" %}
{% include "gfs_netcdfb.yaml.j2" %}
{% endfilter %}

{% if ARCH_GAUSSIAN %}
Expand Down
4 changes: 2 additions & 2 deletions parm/config/gfs/config.base.emc.dyn_hera
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export gfs_cyc=@gfs_cyc@ # 0: no GFS cycle, 1: 00Z only, 2: 00Z and 12Z only, 4:
# GFS output and frequency
export FHMIN_GFS=0
export FHMAX_GFS=@FHMAX_GFS@
export FHOUT_GFS=3 # 3 for ops
export FHOUT_GFS=6 # 3 for ops
export FHMAX_HF_GFS=@FHMAX_HF_GFS@
export FHOUT_HF_GFS=1
export FHOUT_OCN_GFS=6
Expand Down Expand Up @@ -317,7 +317,7 @@ fi

# GFS restart interval in hours
#JKHexport restart_interval_gfs=12
export restart_interval_gfs=-1 ## JKH
export restart_interval_gfs=$FHMAX_GFS ## JKH
# NOTE: Do not set this to zero. Instead set it to $FHMAX_GFS
# TODO: Remove this variable from config.base and reference from config.fcst
# TODO: rework logic in config.wave and push it to parsing_nameslist_WW3.sh where it is actually used
Expand Down

0 comments on commit 62addf8

Please sign in to comment.