-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e40fe04
commit c07225c
Showing
2 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
obs space: | ||
name: adt_all | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/obs/${OPREFIX}adt_all.${PDY}${cyc}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/diags/adt_all.${PDY}${cyc}.nc4 | ||
simulated variables: [absoluteDynamicTopography] | ||
io pool: | ||
max pool size: 1 | ||
obs operator: | ||
name: ADT | ||
obs error: | ||
covariance model: diagonal | ||
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, | ||
0.5] | ||
- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
obs space: | ||
name: adt_j2 | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/obs/${OPREFIX}adt_j2.${PDY}${cyc}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/diags/adt_j3.${PDY}${cyc}.nc4 | ||
simulated variables: [absoluteDynamicTopography] | ||
obs operator: | ||
name: ADT | ||
obs error: | ||
covariance model: diagonal |