Skip to content

Commit

Permalink
defaulting to no jb eval
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Dec 9, 2024
1 parent e5a3d00 commit 86e85f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 3dfgat.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cost function:

cost type: 3D-FGAT

jb evaluation: {{ jb_evaluation | default(true) }}
jb evaluation: {{ jb_evaluation | default(false) }}

time window:
begin: '{{window_begin}}'
Expand Down Expand Up @@ -122,4 +122,4 @@ test:
{% endif %}

# Turn off the final J eval
final j evaluation: {{ final_j_evaluation | default(true) }}
final j evaluation: {{ final_j_evaluation | default(false) }}
4 changes: 2 additions & 2 deletions 3dvar.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cost function:

cost type: 3D-Var

jb evaluation: {{ jb_evaluation | default(true) }}
jb evaluation: {{ jb_evaluation | default(false) }}

time window:
begin: '{{window_begin}}'
Expand Down Expand Up @@ -116,4 +116,4 @@ test:
{% endif %}

# Turn off the final J eval
final j evaluation: {{ final_j_evaluation | default(true) }}
final j evaluation: {{ final_j_evaluation | default(false) }}

0 comments on commit 86e85f5

Please sign in to comment.