From c27667f441902e9e648c087fbc06d0d4da421893 Mon Sep 17 00:00:00 2001 From: Guillaume Vernieres Date: Mon, 16 Sep 2024 17:49:32 -0500 Subject: [PATCH] U to l --- algorithm/marine/soca_2cice_antarctic.yaml.j2 | 14 +++++++------- algorithm/marine/soca_2cice_arctic.yaml.j2 | 12 ++++++------ algorithm/marine/socaincr2mom6.yaml.j2 | 10 +++++----- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/algorithm/marine/soca_2cice_antarctic.yaml.j2 b/algorithm/marine/soca_2cice_antarctic.yaml.j2 index c921413..73fa367 100644 --- a/algorithm/marine/soca_2cice_antarctic.yaml.j2 +++ b/algorithm/marine/soca_2cice_antarctic.yaml.j2 @@ -12,32 +12,32 @@ variable change: variable change name: Soca2Cice do inverse: false seaice edge: 0.9 - shuffle: false # seg. fault when true + shuffle: false # seg. fault when true rescale prior: min hice: 0.5 min hsno: 0.1 domain: antarctic cice background state: - restart: {{ ICE_RST }} + restart: {{ ice_rst }} grid: ' ' ncat: 5 ice_lev: 7 sno_lev: 1 tstep: PT1H cice output: - restart: {{ ICE_RST }} + restart: {{ ice_rst }} output variables: [tocn, socn, hocn, cicen, hicen, hsnon] states: - input: read_from_file: 1 basename: ./ - ocn_filename: {{ OCN_ANA }} - ice_filename: {{ ICE_ANA }} - date: '{{ FCST_BEGIN }}' + ocn_filename: {{ ocn_ana }} + ice_filename: {{ ice_ana }} + date: '{{ fcst_begin }}' state variables: [tocn, socn, hocn, cicen, hicen, hsnon] output: datadir: Data exp: soca2cice type: fc - date: '{{ FCST_BEGIN }}' + date: '{{ fcst_begin }}' diff --git a/algorithm/marine/soca_2cice_arctic.yaml.j2 b/algorithm/marine/soca_2cice_arctic.yaml.j2 index 03187a3..e686eea 100644 --- a/algorithm/marine/soca_2cice_arctic.yaml.j2 +++ b/algorithm/marine/soca_2cice_arctic.yaml.j2 @@ -16,25 +16,25 @@ variable change: min hsno: 0.1 domain: arctic cice background state: - restart: {{ ICE_RST }} + restart: {{ ice_rst }} ncat: 5 ice_lev: 7 sno_lev: 1 tstep: PT1H cice output: - restart: {{ ICE_RST }} + restart: {{ ice_rst }} output variables: [tocn, socn, hocn, cicen, hicen, hsnon] states: - input: read_from_file: 1 basename: ./ - ocn_filename: {{ OCN_ANA }} - ice_filename: {{ ICE_ANA }} - date: '{{ FCST_BEGIN }}' + ocn_filename: {{ ocn_ana }} + ice_filename: {{ ice_ana }} + date: '{{ fcst_begin }}' state variables: [tocn, socn, hocn, cicen, hicen, hsnon] output: datadir: Data exp: soca2cice type: fc - date: '{{ FCST_BEGIN }}' + date: '{{ fcst_begin }}' diff --git a/algorithm/marine/socaincr2mom6.yaml.j2 b/algorithm/marine/socaincr2mom6.yaml.j2 index ca85017..ececb6b 100644 --- a/algorithm/marine/socaincr2mom6.yaml.j2 +++ b/algorithm/marine/socaincr2mom6.yaml.j2 @@ -2,27 +2,27 @@ geometry: mom6_input_nml: mom_input.nml fields metadata: ./fields_metadata.yaml -date: '{{ MARINE_WINDOW_BEGIN_ISO }}' +date: '{{ marine_window_begin }}' layers variable: [hocn] increment variables: [tocn, socn, uocn, vocn, ssh] vertical geometry: - date: '{{ MARINE_WINDOW_BEGIN_ISO }}' + date: '{{ marine_window_begin }}' basename: ./INPUT/ ocn_filename: MOM.res.nc read_from_file: 1 soca increment: - date: '{{ MARINE_WINDOW_BEGIN_ISO }}' + date: '{{ marine_window_begin }}' basename: ./Data/ - ocn_filename: 'ocn.3dvarfgat_pseudo.incr.{{MARINE_WINDOW_MIDDLE_ISO}}.nc' + ocn_filename: 'ocn.3dvarfgat_pseudo.incr.{{marine_window_middle}}.nc' read_from_file: 1 output increment: datadir: ./ - date: '{{ MARINE_WINDOW_BEGIN_ISO }}' + date: '{{ marine_window_begin }}' exp: mom6_iau type: incr output file: inc.nc