From 777437f7b9ace8cfc17248c212d20827cc8658b9 Mon Sep 17 00:00:00 2001 From: ypwang19 Date: Wed, 5 Jun 2024 20:39:30 +0000 Subject: [PATCH] update job name in archive step --- parm/archive/arcdir.yaml.j2 | 2 +- parm/archive/gdas.yaml.j2 | 2 +- parm/archive/gfsa.yaml.j2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/parm/archive/arcdir.yaml.j2 b/parm/archive/arcdir.yaml.j2 index 132b309f3e..72f05a00af 100644 --- a/parm/archive/arcdir.yaml.j2 +++ b/parm/archive/arcdir.yaml.j2 @@ -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 %} diff --git a/parm/archive/gdas.yaml.j2 b/parm/archive/gdas.yaml.j2 index fce2daf904..64876e5688 100644 --- a/parm/archive/gdas.yaml.j2 +++ b/parm/archive/gdas.yaml.j2 @@ -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 %} diff --git a/parm/archive/gfsa.yaml.j2 b/parm/archive/gfsa.yaml.j2 index 4ee3238fc7..fc00287246 100644 --- a/parm/archive/gfsa.yaml.j2 +++ b/parm/archive/gfsa.yaml.j2 @@ -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 %}