Skip to content

Commit

Permalink
U to l
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Sep 16, 2024
1 parent 71065c0 commit c27667f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions algorithm/marine/soca_2cice_antarctic.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
12 changes: 6 additions & 6 deletions algorithm/marine/soca_2cice_arctic.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
10 changes: 5 additions & 5 deletions algorithm/marine/socaincr2mom6.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c27667f

Please sign in to comment.