Skip to content

Commit

Permalink
restore adt yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed Sep 19, 2024
1 parent fe9462e commit f768e79
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions parm/soca/obs/config/adt_rads_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,36 +27,36 @@ obs localizations:
min grid mult: 2.0
min value: 200.0e3
max value: 900.0e3
#obs filters:
#- filter: Domain Check
# where:
# - variable: {name: GeoVaLs/sea_area_fraction}
# minvalue: 0.9
#- filter: Domain Check
# where:
# - variable: { name: GeoVaLs/sea_surface_temperature}
# minvalue: 5.0
#- filter: Background Check
# absolute threshold: 1.0
#- filter: Domain Check
# where:
# - variable: {name: GeoVaLs/sea_floor_depth_below_sea_surface}
# minvalue: 500
#- filter: Perform Action
# action:
# name: assign error
# error function:
# name: ObsFunction/LinearCombination
# options:
# variables: [GeoVaLs/mesoscale_representation_error,
# ObsError/absoluteDynamicTopography]
# coefs: [0.1,
# 1.0]
#- filter: Domain Check
# where:
# - variable: { name: GeoVaLs/sea_ice_area_fraction}
# maxvalue: 0.00001
#- filter: Domain Check
# where:
# - variable: {name: GeoVaLs/distance_from_coast}
# minvalue: 100e3
obs filters:
- filter: Domain Check
where:
- variable: {name: GeoVaLs/sea_area_fraction}
minvalue: 0.9
- filter: Domain Check
where:
- variable: { name: GeoVaLs/sea_surface_temperature}
minvalue: 5.0
- filter: Background Check
absolute threshold: 1.0
- filter: Domain Check
where:
- variable: {name: GeoVaLs/sea_floor_depth_below_sea_surface}
minvalue: 500
- filter: Perform Action
action:
name: assign error
error function:
name: ObsFunction/LinearCombination
options:
variables: [GeoVaLs/mesoscale_representation_error,
ObsError/absoluteDynamicTopography]
coefs: [0.1,
1.0]
- filter: Domain Check
where:
- variable: { name: GeoVaLs/sea_ice_area_fraction}
maxvalue: 0.00001
- filter: Domain Check
where:
- variable: {name: GeoVaLs/distance_from_coast}
minvalue: 100e3

0 comments on commit f768e79

Please sign in to comment.