From 8f0c6759f1cd1e159e61e60060a9f366531efb72 Mon Sep 17 00:00:00 2001 From: Guillaume Vernieres Date: Mon, 9 Dec 2024 14:19:46 -0500 Subject: [PATCH] turn off jb eval --- 3dfgat.yaml.j2 | 5 +++++ 3dvar.yaml.j2 | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/3dfgat.yaml.j2 b/3dfgat.yaml.j2 index 40f6afd..41ba64f 100644 --- a/3dfgat.yaml.j2 +++ b/3dfgat.yaml.j2 @@ -5,6 +5,8 @@ cost function: cost type: 3D-FGAT + jb evaluation: false + time window: begin: '{{window_begin}}' length: '{{window_length}}' @@ -118,3 +120,6 @@ test: float absolute tolerance: {{test_float_absolute_tolerance | default(0.0, true) }} integer tolerance: {{test_integer_tolerance | default(0, true) }} {% endif %} + +# Turn off the final J eval +final j evaluation: false \ No newline at end of file diff --git a/3dvar.yaml.j2 b/3dvar.yaml.j2 index a96483b..8b2c59c 100644 --- a/3dvar.yaml.j2 +++ b/3dvar.yaml.j2 @@ -5,6 +5,8 @@ cost function: cost type: 3D-Var + jb evaluation: false + time window: begin: '{{window_begin}}' length: '{{window_length}}' @@ -112,3 +114,6 @@ test: float absolute tolerance: {{test_float_absolute_tolerance | default(0.0, true) }} integer tolerance: {{test_integer_tolerance | default(0, true) }} {% endif %} + +# Turn off the final J eval +final j evaluation: false \ No newline at end of file