Skip to content

Commit

Permalink
Merge branch 'develop' into feature/stats-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindougherty-noaa authored Dec 12, 2024
2 parents 0ea9d37 + f25c1e5 commit 2114f9a
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 2114f9a

Please sign in to comment.