Skip to content

Commit

Permalink
update state variable names for soca letkf, add missing obs localizat…
Browse files Browse the repository at this point in the history
…ions sections to insitu_profile yamls (#1362)
  • Loading branch information
RussTreadon-NOAA committed Nov 14, 2024
1 parent 5b8e1dd commit 05d592d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion parm/soca/letkf/letkf.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ background:
ice_filename: "ice.%mem%.nc"
read_from_file: 1
basename: {{ ENSPERT_RELPATH }}/ens/
state variables: [socn, tocn, ssh, hocn, uocn, vocn, cicen]
state variables: [sea_water_salinity, sea_water_potential_temperature, sea_surface_height_above_geoid, sea_water_cell_thickness, eastward_sea_water_velocity, northward_sea_water_velocity, sea_ice_area_fraction]
pattern: '%mem%'
nmembers: {{ NMEM_ENS }}

Expand Down
7 changes: 7 additions & 0 deletions parm/soca/obs/config/insitu_profile_bathy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ obs filters:
- ObsError/waterTemperature
coefs:
- 1000.0
obs localizations:
- localization method: Rossby
base value: 100.0e3
rossby mult: 1.0
min grid mult: 2.0
min value: 200.0e3
max value: 900.0e3
7 changes: 7 additions & 0 deletions parm/soca/obs/config/insitu_profile_tesac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ obs filters:
- ObsError/waterTemperature
coefs:
- 1000.0
obs localizations:
- localization method: Rossby
base value: 100.0e3
rossby mult: 1.0
min grid mult: 2.0
min value: 200.0e3
max value: 900.0e3
7 changes: 7 additions & 0 deletions parm/soca/obs/config/insitu_surface_trkob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ obs filters:
- ObsError/seaSurfaceTemperature
coefs:
- 1000.0
obs localizations:
- localization method: Rossby
base value: 100.0e3
rossby mult: 1.0
min grid mult: 2.0
min value: 200.0e3
max value: 900.0e3

0 comments on commit 05d592d

Please sign in to comment.