Skip to content

Commit

Permalink
Merge pull request #9 from NOAA-EMC/bugfix/nojb
Browse files Browse the repository at this point in the history
Turn off jb eval
  • Loading branch information
danholdaway authored Dec 9, 2024
2 parents 0f44239 + 86e85f5 commit f25c1e5
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: {{ jb_evaluation | default(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: {{ final_j_evaluation | default(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: {{ jb_evaluation | default(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: {{ final_j_evaluation | default(false) }}

0 comments on commit f25c1e5

Please sign in to comment.