Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix/no-ice-diffusion
Browse files Browse the repository at this point in the history
  • Loading branch information
danholdaway authored Nov 12, 2024
2 parents 6b570a5 + 6d3a5bd commit 77ec7b1
Show file tree
Hide file tree
Showing 7 changed files with 1,094 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 %}
25 changes: 25 additions & 0 deletions observation_chronicle/atmosphere/seviri_m08.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Instrument metadata
# -------------------
commissioned: 2012-05-22T00:00:00
observer_type: satellite # Type of chronicle to use

# Instrument initial configuration
# --------------------------------
channel_variables:
simulated: min
active: min
biascorrtd: min
error: max
error_cld: max
ermax: max

channel_values:
# sim act bcd err errcld ermax
4: [ 1, -1, -1, 1.80, 0.00, 2.00 ]
5: [ 1, 1, -1, 2.50, 0.00, 4.00 ]
6: [ 1, 1, -1, 2.25, 0.00, 3.50 ]
7: [ 1, -1, -1, 1.25, 0.00, 2.00 ]
8: [ 1, -1, -1, 1.25, 0.00, 2.00 ]
9: [ 1, -1, -1, 1.25, 0.00, 2.00 ]
10: [ 1, -1, -1, 1.45, 0.00, 2.00 ]
11: [ 1, -1, -1, 1.25, 0.00, 3.00 ]
25 changes: 25 additions & 0 deletions observation_chronicle/atmosphere/seviri_m11.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Instrument metadata
# -------------------
commissioned: 2019-06-12T00:00:00
observer_type: satellite # Type of chronicle to use

# Instrument initial configuration
# --------------------------------
channel_variables:
simulated: min
active: min
biascorrtd: min
error: max
error_cld: max
ermax: max

channel_values:
# sim act bcd err errcld ermax
4: [ 1, -1, -1, 0.75, 0.00, 2.00 ]
5: [ 1, 1, -1, 2.50, 0.00, 4.00 ]
6: [ 1, 1, -1, 2.25, 0.00, 3.50 ]
7: [ 1, -1, -1, 1.25, 0.00, 2.00 ]
8: [ 1, -1, -1, 1.25, 0.00, 2.00 ]
9: [ 1, -1, -1, 0.75, 0.00, 2.00 ]
10: [ 1, -1, -1, 0.80, 0.00, 2.00 ]
11: [ 1, -1, -1, 1.25, 0.00, 3.00 ]
Loading

0 comments on commit 77ec7b1

Please sign in to comment.