-
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.
Yamls for MIRS type sea-ice obs in cycling test (#1257)
#### This PR is to add the yaml key for cycling test - Yaml keys for MIRS_NPP Ioda Converters - Generate `gdas.t06z.icec_mirs.2021063006.nc4` for the cycling test #### Result looks like below ![GFSv17-3DVAR-C384mx025_gdasprepoceanobs_202106300600](https://github.com/user-attachments/assets/01a6ede8-eb09-448e-a493-6f2f8ef4f62b) --------- Co-authored-by: Guillaume Vernieres <[email protected]>
- Loading branch information
1 parent
55e895f
commit 7523c48
Showing
8 changed files
with
324 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,45 @@ | ||
obs space: | ||
name: icec_amsu_mb_l2 | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/obs/${OPREFIX}icec_amsu_mb_l2.${PDY}${cyc}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/diags/icec_amsu_mb_l2.${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_atms_n20_l2 | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/obs/${OPREFIX}icec_atms_n20_l2.{PDY}${cyc}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/diags/icec_atms_n20_l2.${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_atms_n21_l2 | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/obs/${OPREFIX}icec_atms_n21_l2.{PDY}${cyc}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/diags/icec_atms_n21_l2.${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_atms_npp_l2 | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/obs/${OPREFIX}icec_atms_npp_l2.{PDY}${cyc}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/diags/icec_atms_npp_l2.${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_gmi_gpm_l2 | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/obs/${OPREFIX}icec_gmi_gpm_l2.${PDY}${cyc}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/diags/icec_gmi_gpm_l2.${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_ssmis_f17_l2 | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/obs/${OPREFIX}icec_ssmis_f17_l2.${PDY}${cyc}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/diags/icec_ssmis_f17_l2.${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