From 2b46aa19b22df22f33ef0be5030fb719a8fa6298 Mon Sep 17 00:00:00 2001 From: Guillaume Vernieres Date: Wed, 2 Oct 2024 20:48:03 -0400 Subject: [PATCH] Updates to the marine static-b yaml (#30) 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? --- ..._background_error_static_diffusion.yaml.j2 | 26 +++++-------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/model/marine/marine_background_error_static_diffusion.yaml.j2 b/model/marine/marine_background_error_static_diffusion.yaml.j2 index 4275f3e..bb5de61 100644 --- a/model/marine/marine_background_error_static_diffusion.yaml.j2 +++ b/model/marine/marine_background_error_static_diffusion.yaml.j2 @@ -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