Skip to content

Commit

Permalink
update job name in archive step
Browse files Browse the repository at this point in the history
  • Loading branch information
ypwang19 committed Jun 5, 2024
1 parent 8fa0ecd commit 777437f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parm/archive/arcdir.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ deterministic:
{% if AERO_ANL_CDUMP == RUN or AERO_ANL_CDUMP == "both" %}
- ["{{ COM_CHEM_ANALYSIS }}/{{ head }}aerostat", "{{ ARCDIR }}/aerostat.{{ RUN }}.{{ cycle_YMDH }}"]
{% endif %}
{% if DO_PREP_AERO_OBS %}
{% if DO_PREP_OBS_AERO %}
- ["{{ COM_OBS }}/{{ head }}aeroobs", "{{ ARCDIR }}/aeroobs.{{ RUN }}.{{ cycle_YMDH }}"]
- ["{{ COM_OBS }}/{{ head }}aerorawobs", "{{ ARCDIR }}/aerorawobs.{{ RUN }}.{{ cycle_YMDH }}"]
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion parm/archive/gdas.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ gdas:
{% if AERO_ANL_CDUMP == "gdas" or AERO_ANL_CDUMP == "both" %}
- "{{ COM_CHEM_ANALYSIS | relpath(ROTDIR) }}/{{ head }}aerostat"
{% endif %}
{% if DO_PREP_AERO_OBS %}
{% if DO_PREP_OBS_AERO %}
- "{{ COM_OBS | relpath(ROTDIR) }}/{{ head }}aeroobs"
- "{{ COM_OBS | relpath(ROTDIR) }}/{{ head }}aerorawobs"
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion parm/archive/gfsa.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gfsa:
{% if AERO_ANL_CDUMP == "gfs" or AERO_ANL_CDUMP == "both" %}
- "{{ COM_CHEM_ANALYSIS | relpath(ROTDIR) }}/{{ head }}aerostat"
{% endif %}
{% if DO_PREP_AERO_OBS %}
{% if DO_PREP_OBS_AERO %}
- "{{ COM_OBS | relpath(ROTDIR) }}/{{ head }}aeroobs"
- "{{ COM_OBS | relpath(ROTDIR) }}/{{ head }}aerorawobs"
{% endif %}
Expand Down

0 comments on commit 777437f

Please sign in to comment.