From 6713ad1609a19666432aeb69f546604839e23fce Mon Sep 17 00:00:00 2001 From: DavidNew-NOAA Date: Tue, 5 Nov 2024 00:44:39 +0000 Subject: [PATCH 1/3] Initial commit --- 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 e961e9d..c290b8b 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 atmosphere_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..f333399 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 atmosphere_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..08b1a6e 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 atmosphere_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..9de6831 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 atmosphere_do_testing %} test: reference filename: {{test_reference_filename}} {% if test_output_filename is defined %} From d2fd31ee52d5ac50ed9c26ce80a5789cbc91c257 Mon Sep 17 00:00:00 2001 From: DavidNew-NOAA Date: Thu, 7 Nov 2024 18:56:02 +0000 Subject: [PATCH 2/3] 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 %} From 9f7612ceda5a814a9715dc13ba99d6dec9ef40d2 Mon Sep 17 00:00:00 2001 From: DavidNew-NOAA Date: Fri, 8 Nov 2024 01:27:19 +0000 Subject: [PATCH 3/3] 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 %}