From d2fd31ee52d5ac50ed9c26ce80a5789cbc91c257 Mon Sep 17 00:00:00 2001 From: DavidNew-NOAA Date: Thu, 7 Nov 2024 18:56:02 +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 f1ff34f..a89f646 100644 --- a/3dvar.yaml.j2 +++ b/3dvar.yaml.j2 @@ -96,7 +96,7 @@ output: {% endif %} # Optionally test the application -{% if atmosphere_do_testing %} +{% if test_reference_filename is defined %} 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 f333399..640a870 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 atmosphere_do_testing %} +{% if test_reference_filename is defined %} 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 08b1a6e..bf3730c 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 atmosphere_do_testing %} +{% if test_reference_filename is defined %} 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 9de6831..7618955 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 atmosphere_do_testing %} +{% if test_reference_filename is defined %} test: reference filename: {{test_reference_filename}} {% if test_output_filename is defined %}