From 9f7612ceda5a814a9715dc13ba99d6dec9ef40d2 Mon Sep 17 00:00:00 2001 From: DavidNew-NOAA Date: Fri, 8 Nov 2024 01:27:19 +0000 Subject: [PATCH] Update --- 3dvar.yaml.j2 | 2 +- local_ensemble_da.yaml.j2 | 2 +- local_ensemble_da_observer.yaml.j2 | 2 +- local_ensemble_da_solver.yaml.j2 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/3dvar.yaml.j2 b/3dvar.yaml.j2 index a89f646..18ab01a 100644 --- a/3dvar.yaml.j2 +++ b/3dvar.yaml.j2 @@ -96,7 +96,7 @@ output: {% endif %} # Optionally test the application -{% if test_reference_filename is defined %} +{% if do_testing %} test: reference filename: {{test_reference_filename}} {% if test_output_filename is defined %} diff --git a/local_ensemble_da.yaml.j2 b/local_ensemble_da.yaml.j2 index 640a870..0d4950d 100644 --- a/local_ensemble_da.yaml.j2 +++ b/local_ensemble_da.yaml.j2 @@ -173,7 +173,7 @@ output variance posterior: {% endif %} # Optionally test the application -{% if test_reference_filename is defined %} +{% if do_testing %} test: reference filename: {{test_reference_filename}} {% if test_output_filename is defined %} diff --git a/local_ensemble_da_observer.yaml.j2 b/local_ensemble_da_observer.yaml.j2 index bf3730c..86e768d 100644 --- a/local_ensemble_da_observer.yaml.j2 +++ b/local_ensemble_da_observer.yaml.j2 @@ -174,7 +174,7 @@ output variance posterior: {% endif %} # Optionally test the application -{% if test_reference_filename is defined %} +{% if do_testing %} test: reference filename: {{test_reference_filename}} {% if test_output_filename is defined %} diff --git a/local_ensemble_da_solver.yaml.j2 b/local_ensemble_da_solver.yaml.j2 index 7618955..96ee7bc 100644 --- a/local_ensemble_da_solver.yaml.j2 +++ b/local_ensemble_da_solver.yaml.j2 @@ -174,7 +174,7 @@ output variance posterior: {% endif %} # Optionally test the application -{% if test_reference_filename is defined %} +{% if do_testing %} test: reference filename: {{test_reference_filename}} {% if test_output_filename is defined %}