Skip to content

Commit

Permalink
modified ges_extracted_atmos.yaml.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Sep 18, 2024
1 parent eac1ee4 commit 90b4729
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions parm/archive/gefs_extracted_atmos.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ gefs_atmos:
{% do members.append("mem" ~ '%03d' % mem_nm ) %}
{% endfor %}

#logic here to select FHOUT_HF_GFS or FHOUT_GFS
{% if FHMAX_HF_GFS == 0 %}
{% set fcst_freq = FHOUT_GFS %}
{% set max_hr = FHMAX_GFS %}
{% else %}
{% set fcst_freq = FHOUT_HF_GFS %}
{% set max_hr = FHMAX_HF_GF %}
{% endif %}

{% if REPLAY_ICS %}
{% set ofst_hr = OFFSET_START_HOUR %}
{% else %}
Expand Down

0 comments on commit 90b4729

Please sign in to comment.