From 6d1cae282d0030c3c509e428101f1ab0fd4ee4e2 Mon Sep 17 00:00:00 2001 From: AntonMFernando Date: Mon, 23 Sep 2024 14:40:24 -0400 Subject: [PATCH] modified gefs_extracted_wave.yaml.j2 --- parm/archive/gefs_extracted_wave.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parm/archive/gefs_extracted_wave.yaml.j2 b/parm/archive/gefs_extracted_wave.yaml.j2 index b2d7df37e5..95624e93f8 100644 --- a/parm/archive/gefs_extracted_wave.yaml.j2 +++ b/parm/archive/gefs_extracted_wave.yaml.j2 @@ -43,9 +43,9 @@ gefs_wave: {% if path_exists(COMIN_WAVE_STATION) %} {% set file_path = COMIN_WAVE_STATION ~ "/" ~ RUN ~ "wave.t" ~ cycle_HH ~ "z.spec_tar.gz" %} - "{{ file_path | relpath(ROTDIR)}}" - {% set file_name = COMIN_WAVE_STATION ~ "/" ~ RUN ~ "wave.t" ~ cycle_HH ~ "z.cbull_tar" %} + {% set file_path = COMIN_WAVE_STATION ~ "/" ~ RUN ~ "wave.t" ~ cycle_HH ~ "z.cbull_tar" %} - "{{ file_path | relpath(ROTDIR)}}" - {% set file_name = COMIN_WAVE_STATION ~ "/" ~ RUN ~ "wave.t" ~ cycle_HH ~ "z.bull_tar" %} + {% set file_path = COMIN_WAVE_STATION ~ "/" ~ RUN ~ "wave.t" ~ cycle_HH ~ "z.bull_tar" %} - "{{ file_path | relpath(ROTDIR)}}" {% endif %} {% endfor %}