Skip to content

Commit

Permalink
Fix keyword for float tolerances in jjob tests (#1154)
Browse files Browse the repository at this point in the history
@RussTreadon-NOAA caught a bug in the JCB prototype files for the the
jjob tests. They are missing "test_" in the keywords for the float
tolerances, so that the jjob tests are just using the defaults.

#1148 (comment)
  • Loading branch information
DavidNew-NOAA committed Jun 7, 2024
1 parent c5ff4e7 commit 65b3250
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/atm/global-workflow/jcb-prototype_3dvar.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ atm_obsdatain_suffix: ".{{ current_cycle | to_YMDH }}.nc"
# --------------
test_reference_filename: {{ HOMEgfs }}/sorc/gdas.cd/test/atm/global-workflow/3dvar.ref
test_output_filename: ./3dvar.out
float_relative_tolerance: 1.0e-3
float_absolute_tolerance: 1.0e-5
test_float_relative_tolerance: 1.0e-3
test_float_absolute_tolerance: 1.0e-5
4 changes: 2 additions & 2 deletions test/atm/global-workflow/jcb-prototype_lgetkf.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ atm_obsdatain_suffix: ".{{ current_cycle | to_YMDH }}.nc"
# --------------
test_reference_filename: {{ HOMEgfs }}/sorc/gdas.cd/test/atm/global-workflow/lgetkf.ref
test_output_filename: ./lgetkf.out
float_relative_tolerance: 1.0e-3
float_absolute_tolerance: 1.0e-5
test_float_relative_tolerance: 1.0e-3
test_float_absolute_tolerance: 1.0e-5

0 comments on commit 65b3250

Please sign in to comment.