Skip to content

Commit

Permalink
turn off jb eval
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Dec 9, 2024
1 parent 0f44239 commit 8f0c675
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 3dfgat.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ cost function:

cost type: 3D-FGAT

jb evaluation: false

time window:
begin: '{{window_begin}}'
length: '{{window_length}}'
Expand Down Expand Up @@ -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
5 changes: 5 additions & 0 deletions 3dvar.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ cost function:

cost type: 3D-Var

jb evaluation: false

time window:
begin: '{{window_begin}}'
length: '{{window_length}}'
Expand Down Expand Up @@ -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

0 comments on commit 8f0c675

Please sign in to comment.