Skip to content

Commit

Permalink
Merge branch 'develop' into feature/jcb-marineobs
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres authored Nov 8, 2024
2 parents 6082a2b + 6d3a5bd commit b03ea01
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
18 changes: 18 additions & 0 deletions algorithm/atmosphere/fv3jedi_fv3inc_lgetkf.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,21 @@ members from template:
pattern: '%mem%'
nmembers: {{ atmosphere_number_ensemble_members }}
zero padding: 3

# Optionally test the application
{% if do_testing %}
test:
reference filename: {{test_reference_filename}}
{% if test_output_filename is defined %}
test output filename: {{test_output_filename}}
{% endif %}
{% if log_output_filename is defined %}
log output filename: {{log_output_filename}}
{% endif %}
{% if mpi_pattern is defined %}
mpi pattern: {{mpi_pattern}}
{% endif %}
float relative tolerance: {{test_float_relative_tolerance | default(1.0e-6, true)}}
float absolute tolerance: {{test_float_absolute_tolerance | default(0.0, true) }}
integer tolerance: {{test_integer_tolerance | default(0, true) }}
{% endif %}
18 changes: 18 additions & 0 deletions algorithm/atmosphere/fv3jedi_fv3inc_variational.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,21 @@ members:
filetype: auxgrid
gridtype: gaussian
filename: ./anl/atminc.

# Optionally test the application
{% if do_testing %}
test:
reference filename: {{test_reference_filename}}
{% if test_output_filename is defined %}
test output filename: {{test_output_filename}}
{% endif %}
{% if log_output_filename is defined %}
log output filename: {{log_output_filename}}
{% endif %}
{% if mpi_pattern is defined %}
mpi pattern: {{mpi_pattern}}
{% endif %}
float relative tolerance: {{test_float_relative_tolerance | default(1.0e-6, true)}}
float absolute tolerance: {{test_float_absolute_tolerance | default(0.0, true) }}
integer tolerance: {{test_integer_tolerance | default(0, true) }}
{% endif %}
4 changes: 4 additions & 0 deletions test/client_integration/gdas-atmosphere-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ final_diagnostics_departures: anlmob
analysis_variables: [ua,va,t,ps,sphum,ice_wat,liq_wat,o3mr]
number_of_outer_loops: 2

# Testing
# -------

do_testing: false

# Model things
# ------------
Expand Down

0 comments on commit b03ea01

Please sign in to comment.