Skip to content

Commit

Permalink
Merge branch 'develop' into feature/gnssroyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
danholdaway authored Jan 23, 2025
2 parents fc8e098 + 9e069cc commit 8eb5c49
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions algorithm/marine/soca_2cice_global.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,20 @@ variable change:
sno_lev: 1
cice output:
restart: {{ ice_rst }}
increment output:
datadir: Data
exp: soca2cice
type: incr
date: '{{ fcst_begin }}'
soca increment:
read_from_file: 1
basename: ./
ocn_filename: {{ ocn_inc }}
ice_filename: {{ ice_inc }}
date: '{{ fcst_begin }}'
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 All @@ -47,7 +57,6 @@ states:
state 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 8eb5c49

Please sign in to comment.