From 7ada6b022890540dba39d2326d730e2f707d9da0 Mon Sep 17 00:00:00 2001 From: DavidNew-NOAA Date: Wed, 13 Nov 2024 13:47:45 +0000 Subject: [PATCH] Initial commit --- algorithm/atmosphere/fv3jedi_fv3inc_lgetkf.yaml.j2 | 2 +- algorithm/atmosphere/fv3jedi_fv3inc_variational.yaml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/algorithm/atmosphere/fv3jedi_fv3inc_lgetkf.yaml.j2 b/algorithm/atmosphere/fv3jedi_fv3inc_lgetkf.yaml.j2 index bb53866..723abc6 100644 --- a/algorithm/atmosphere/fv3jedi_fv3inc_lgetkf.yaml.j2 +++ b/algorithm/atmosphere/fv3jedi_fv3inc_lgetkf.yaml.j2 @@ -64,7 +64,7 @@ members from template: zero padding: 3 # Optionally test the application -{% if do_testing %} +{% if do_testing | default(false) %} test: reference filename: {{test_reference_filename}} {% if test_output_filename is defined %} diff --git a/algorithm/atmosphere/fv3jedi_fv3inc_variational.yaml.j2 b/algorithm/atmosphere/fv3jedi_fv3inc_variational.yaml.j2 index f0d06a6..b795b06 100644 --- a/algorithm/atmosphere/fv3jedi_fv3inc_variational.yaml.j2 +++ b/algorithm/atmosphere/fv3jedi_fv3inc_variational.yaml.j2 @@ -60,7 +60,7 @@ members: filename: ./anl/atminc. # Optionally test the application -{% if do_testing %} +{% if do_testing | default(false) %} test: reference filename: {{test_reference_filename}} {% if test_output_filename is defined %}