Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better filtering of D and revert obs QC #1226

Merged
merged 16 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
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
31 changes: 4 additions & 27 deletions parm/soca/berror/soca_diagb.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,35 +26,12 @@ max ssh: 0.0 # Limits the amplitude of the unbalanced bkg err
min depth: 500.0 # zero out the bkg. error. at less than min depth
number of halo points: 4
number of neighbors: 16

simple smoothing:
horizontal iterations: 10
vertical iterations: 1

# TODO(G): Start using when the normalization is optional
# TODO(G): Too slow for the below scale
#diffusion:
# saber block name: EXPLICIT_DIFFUSION
# active variables: [tocn, socn, ssh, cicen, hicen, hsnon]
# geometry:
# mom6_input_nml: mom_input.nml
# fields metadata: ./fields_metadata.yaml
# group mapping:
# - name: ocean
# variables:
# - tocn
# - socn
# - ssh
# - name: ice
# variables:
# - cicen
# - hicen
# - hsnon
# read:
# groups:
# - name: ocean
# horizontal:
# filename: hz_ocean.nc
# vertical:
# filename: vt_ocean.nc
# - name: ice
# horizontal:
# filename: hz_ice.nc
# horizontal: 500.0e3
# vertical: 3.0
6 changes: 3 additions & 3 deletions parm/soca/fields_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,21 @@
- name: hicen
getval name: sea_ice_category_thickness
io file: ice
io name: hicen
io name: hi_h
property: positive_definite
fill value: 0.0

- name: cicen
getval name: sea_ice_category_area_fraction
getval name surface: sea_ice_area_fraction # note: not accurate, should be "sum" not "surface"
io file: ice
io name: aicen
io name: aice_h
fill value: 0.0

- name: hsnon
getval name: sea_ice_category_snow_thickness
io file: ice
io name: hsnon
io name: hs_h
property: positive_definite
fill value: 0.0

Expand Down
Loading
Loading