Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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