Skip to content

Commit

Permalink
Change the ghcn assim from 00z cycle to all 4 cycles.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaruidong2017 committed Sep 21, 2024
1 parent 725fda0 commit 2f2bda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/snow/obs/lists/gdas_snow_ghcn.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
observers:
{% filter indent(width=2) %}
{% include 'snow/obs/config/ghcn_snow.yaml.j2' %}
{% set cycle = current_cycle | strftime("t%Hz") %}
{% if cycle in ['t00z'] %}
{% include 'snow/obs/config/ims_snow.yaml.j2' %}
{% include 'snow/obs/config/ghcn_snow.yaml.j2' %}
{% endif %}
{% endfilter %}

0 comments on commit 2f2bda3

Please sign in to comment.