Skip to content

Commit

Permalink
Updates to the marine static-b yaml (#30)
Browse files Browse the repository at this point in the history
Adjusting yaml to reflect the switch to using
`oops::utils::FieldSetHelpers::write/readFieldSet` ...
I fail to see the point of this repo, what was wrong with keeping the
yamls in the gdasapp?
  • Loading branch information
guillaumevernieres authored Oct 3, 2024
1 parent 272d6d7 commit 2b46aa1
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions model/marine/marine_background_error_static_diffusion.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,29 +1,17 @@
covariance model: SABER
saber central block:
saber block name: EXPLICIT_DIFFUSION
active variables: [tocn, socn, ssh, cicen]
geometry:
mom6_input_nml: mom_input.nml
fields metadata: ./fields_metadata.yaml
group mapping:
- name: ocean
variables:
- tocn
- socn
- ssh
- name: ice
variables:
- cicen
saber block name: diffusion
read:
groups:
- name: ocean
- variables: [tocn, socn, ssh]
horizontal:
filename: ./staticb/hz_ocean.nc
filepath: ./staticb/hz_ocean
vertical:
filename: ./staticb/vt_ocean.nc
- name: ice
levels: {{marine_vt_levels}}
filepath: ./staticb/vt_ocean
- variables: [cicen]
horizontal:
filename: ./staticb/hz_ice.nc
filepath: ./staticb/hz_ice

saber outer blocks:
- saber block name: StdDev
Expand Down

0 comments on commit 2b46aa1

Please sign in to comment.