Skip to content

Commit

Permalink
Add soca->cice global file (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
shlyaeva authored Nov 21, 2024
1 parent c41e7d7 commit 77fdc32
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 51 deletions.
40 changes: 0 additions & 40 deletions algorithm/marine/soca_2cice_arctic.yaml.j2

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
input geometry:
mom6_input_nml: mom_input.nml
fields metadata: fields_metadata.yaml
geom_grid_file: soca_gridspec.nc

output geometry:
mom6_input_nml: mom_input.nml
fields metadata: fields_metadata.yaml
geom_grid_file: soca_gridspec.nc

variable change:
variable change name: Soca2Cice
do inverse: false
seaice edge: 0.9
shuffle: false # seg. fault when true
rescale prior:
min hice: 0.5
min hsno: 0.1
domain: antarctic
arctic:
seaice edge: 0.8
shuffle: false
rescale prior:
rescale: true
min hice: 0.5
min hsno: 0.1
antarctic:
seaice edge: 0.9
shuffle: false # seg. fault when true
rescale prior:
rescale: true
min hice: 0.5
min hsno: 0.1
cice background state:
restart: {{ ice_rst }}
grid: ' '
ncat: 5
ice_lev: 7
sno_lev: 1
tstep: PT1H
cice output:
restart: {{ ice_rst }}
output variables: [sea_water_potential_temperature, sea_water_salinity, sea_water_cell_thickness, sea_ice_area_fraction, sea_ice_thickness, sea_ice_snow_thickness]
Expand Down

0 comments on commit 77fdc32

Please sign in to comment.