-
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
Showing
6 changed files
with
168 additions
and
5 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,45 @@ | ||
obs space: | ||
name: icec_mirs_amsu_ma1 | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/obs/${OPREFIX}icec_mirs_amsu_ma1.${PDY}${cyc}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/diags/icec_mirs_amsu_ma1.${PDY}${cyc}.nc4 | ||
simulated variables: [seaIceFraction] | ||
io pool: | ||
max pool size: 1 | ||
get values: | ||
time interpolation: linear | ||
obs operator: | ||
name: Identity | ||
observation alias file: obsop_name_map.yaml | ||
obs error: | ||
covariance model: diagonal | ||
obs filters: | ||
- filter: Domain Check | ||
where: | ||
- variable: {name: GeoVaLs/sea_area_fraction} | ||
minvalue: 0.9 | ||
- filter: Bounds Check | ||
minvalue: 0.0 | ||
maxvalue: 1.0 | ||
#- filter: Background Check | ||
# threshold: 5.0 | ||
- filter: Domain Check | ||
where: | ||
- variable: { name: GeoVaLs/sea_surface_temperature} | ||
maxvalue: 2.0 | ||
- filter: Domain Check | ||
where: | ||
- variable: { name: GeoVaLs/sea_surface_temperature} | ||
maxvalue: 0.0 | ||
action: | ||
name: inflate error | ||
inflation factor: 2.0 | ||
- filter: Domain Check | ||
where: | ||
- variable: {name: GeoVaLs/distance_from_coast} | ||
minvalue: 100e3 |
6 changes: 3 additions & 3 deletions
6
parm/soca/obs/config/icec_mirs.yaml → parm/soca/obs/config/icec_mirs_atms_n20.yaml
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
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,45 @@ | ||
obs space: | ||
name: icec_mirs_atms_n21 | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/obs/${OPREFIX}icec_mirs_atms_n21.{PDY}${cyc}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/diags/icec_mirs_atms_n21.${PDY}${cyc}.nc4 | ||
simulated variables: [seaIceFraction] | ||
io pool: | ||
max pool size: 1 | ||
get values: | ||
time interpolation: linear | ||
obs operator: | ||
name: Identity | ||
observation alias file: obsop_name_map.yaml | ||
obs error: | ||
covariance model: diagonal | ||
obs filters: | ||
- filter: Domain Check | ||
where: | ||
- variable: {name: GeoVaLs/sea_area_fraction} | ||
minvalue: 0.9 | ||
- filter: Bounds Check | ||
minvalue: 0.0 | ||
maxvalue: 1.0 | ||
#- filter: Background Check | ||
# threshold: 5.0 | ||
- filter: Domain Check | ||
where: | ||
- variable: { name: GeoVaLs/sea_surface_temperature} | ||
maxvalue: 2.0 | ||
- filter: Domain Check | ||
where: | ||
- variable: { name: GeoVaLs/sea_surface_temperature} | ||
maxvalue: 0.0 | ||
action: | ||
name: inflate error | ||
inflation factor: 2.0 | ||
- 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,45 @@ | ||
obs space: | ||
name: icec_mirs_atms_snpp | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/obs/${OPREFIX}icec_mirs_atms_snpp.{PDY}${cyc}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/diags/icec_mirs_atms_snpp.${PDY}${cyc}.nc4 | ||
simulated variables: [seaIceFraction] | ||
io pool: | ||
max pool size: 1 | ||
get values: | ||
time interpolation: linear | ||
obs operator: | ||
name: Identity | ||
observation alias file: obsop_name_map.yaml | ||
obs error: | ||
covariance model: diagonal | ||
obs filters: | ||
- filter: Domain Check | ||
where: | ||
- variable: {name: GeoVaLs/sea_area_fraction} | ||
minvalue: 0.9 | ||
- filter: Bounds Check | ||
minvalue: 0.0 | ||
maxvalue: 1.0 | ||
#- filter: Background Check | ||
# threshold: 5.0 | ||
- filter: Domain Check | ||
where: | ||
- variable: { name: GeoVaLs/sea_surface_temperature} | ||
maxvalue: 2.0 | ||
- filter: Domain Check | ||
where: | ||
- variable: { name: GeoVaLs/sea_surface_temperature} | ||
maxvalue: 0.0 | ||
action: | ||
name: inflate error | ||
inflation factor: 2.0 | ||
- 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
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