Skip to content

Commit

Permalink
Add option for outputting post-processed soca ice increment (#64)
Browse files Browse the repository at this point in the history
Adds yaml section to output postprocessed ("real" aka what get added to
CICE restart) sea ice increment.

Part of NOAA-EMC/GDASApp#1402

Co-authored-by: Anna Shlyaeva <[email protected]>
Co-authored-by: Dan Holdaway <[email protected]>
  • Loading branch information
3 people authored Jan 22, 2025
1 parent 0150d28 commit 9e069cc
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 9e069cc

Please sign in to comment.