Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions algorithm/marine/soca_ens_handler.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ increment variables: &vars
- sea_water_salinity
- eastward_sea_water_velocity
- northward_sea_water_velocity
- sea_surface_height_above_geoid
- sea_ice_area_fraction
- sea_ice_thickness
- sea_ice_snow_thickness
Expand All @@ -31,6 +32,10 @@ backgrounds:
- sea_water_cell_thickness
- eastward_sea_water_velocity
- northward_sea_water_velocity
- sea_surface_height_above_geoid
- ocean_mixed_layer_thickness
- distance_from_coast
- sea_water_depth
- sea_ice_area_fraction
- sea_ice_thickness
- sea_ice_snow_thickness
Expand All @@ -44,6 +49,8 @@ recentering state:
- sea_water_cell_thickness
- sea_water_depth
- ocean_mixed_layer_thickness
- sea_surface_height_above_geoid
- distance_from_coast
- sea_ice_area_fraction
- sea_ice_thickness
- sea_ice_snow_thickness
Expand Down Expand Up @@ -71,6 +78,21 @@ increment postprocessing:
- eastward_sea_water_velocity
- northward_sea_water_velocity

# Keep the analysis within physical bounds
bounds check:
state bounds:
sea_water_potential_temperature: [-2.5, 36.0]
sea_water_salinity: [0.0, 44.0]

absolute steric increment max: 0.5
steric variable change:
linear variable changes:
- linear variable change name: BalanceSOCA

coastal increment filter:
min distance: 0.0 # [m] zero increments at the coast
max distance: 200000.0 # [m] full increments beyond 200 km from coast

analysis postprocessing:
sea ice variable change:
variable change name: Soca2Cice
Expand Down