From 61cf3e158fd81612e17a04bc16d349566ee66e89 Mon Sep 17 00:00:00 2001 From: RussTreadon-NOAA Date: Sat, 28 Dec 2024 19:29:07 +0000 Subject: [PATCH] correct misplaced endfor in enkf_restartb_grp archive template (#3192) --- parm/archive/enkf_restartb_grp.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parm/archive/enkf_restartb_grp.yaml.j2 b/parm/archive/enkf_restartb_grp.yaml.j2 index 50595a6bbf..bf5656bf8c 100644 --- a/parm/archive/enkf_restartb_grp.yaml.j2 +++ b/parm/archive/enkf_restartb_grp.yaml.j2 @@ -38,5 +38,5 @@ enkf_restartb_grp: - "{{ COMIN_ATMOS_RESTART_MEM | relpath(ROTDIR) }}/{{ r_prefix }}.coupler.res" - "{{ COMIN_ATMOS_RESTART_MEM | relpath(ROTDIR) }}/{{ r_prefix }}.fv_core.res.nc" {% endfor %} - {% endfor %} {% endif %} + {% endfor %}