-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to jcb-gdas marine obs yamls (#41)
This PR updates the marine observations yamls introduced in [https://github.com/NOAA-EMC/jcb-gdas/commit/41ee2a276e2688d19eef7d3dcb9567e3042f6843](url) by modifying the observation errors and additional filters to be consistent with the marine candidate experiment. It addresses this GDASApp issue [https://github.com/NOAA-EMC/GDASApp/issues/1316](url). Additionally, yamls for new sea ice retrievals and SMAP/SMOS retrievals are included. Close NOAA-EMC/GDASApp#1316 Co-authored-by: Guillaume Vernieres <[email protected]>
- Loading branch information
1 parent
6d3a5bd
commit 41169ec
Showing
34 changed files
with
996 additions
and
56 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
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: {{observation_from_jcb}} | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: "{{marine_obsdatain_path}}/{{marine_obsdatain_prefix}}{{observation_from_jcb}}{{marine_obsdatain_suffix}}" | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: "{{marine_obsdataout_path}}/{{marine_obsdataout_prefix}}{{observation_from_jcb}}{{marine_obsdataout_suffix}}" | ||
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: {{observation_from_jcb}} | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: "{{marine_obsdatain_path}}/{{marine_obsdatain_prefix}}{{observation_from_jcb}}{{marine_obsdatain_suffix}}" | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: "{{marine_obsdataout_path}}/{{marine_obsdataout_prefix}}{{observation_from_jcb}}{{marine_obsdataout_suffix}}" | ||
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: {{observation_from_jcb}} | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: "{{marine_obsdatain_path}}/{{marine_obsdatain_prefix}}{{observation_from_jcb}}{{marine_obsdatain_suffix}}" | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: "{{marine_obsdataout_path}}/{{marine_obsdataout_prefix}}{{observation_from_jcb}}{{marine_obsdataout_suffix}}" | ||
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: {{observation_from_jcb}} | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: "{{marine_obsdatain_path}}/{{marine_obsdatain_prefix}}{{observation_from_jcb}}{{marine_obsdatain_suffix}}" | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: "{{marine_obsdataout_path}}/{{marine_obsdataout_prefix}}{{observation_from_jcb}}{{marine_obsdataout_suffix}}" | ||
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: {{observation_from_jcb}} | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: "{{marine_obsdatain_path}}/{{marine_obsdatain_prefix}}{{observation_from_jcb}}{{marine_obsdatain_suffix}}" | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: "{{marine_obsdataout_path}}/{{marine_obsdataout_prefix}}{{observation_from_jcb}}{{marine_obsdataout_suffix}}" | ||
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: {{observation_from_jcb}} | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: "{{marine_obsdatain_path}}/{{marine_obsdatain_prefix}}{{observation_from_jcb}}{{marine_obsdatain_suffix}}" | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: "{{marine_obsdataout_path}}/{{marine_obsdataout_prefix}}{{observation_from_jcb}}{{marine_obsdataout_suffix}}" | ||
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: {{observation_from_jcb}} | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: "{{marine_obsdatain_path}}/{{marine_obsdatain_prefix}}{{observation_from_jcb}}{{marine_obsdatain_suffix}}" | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: "{{marine_obsdataout_path}}/{{marine_obsdataout_prefix}}{{observation_from_jcb}}{{marine_obsdataout_suffix}}" | ||
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: {{observation_from_jcb}} | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: "{{marine_obsdatain_path}}/{{marine_obsdatain_prefix}}{{observation_from_jcb}}{{marine_obsdatain_suffix}}" | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: "{{marine_obsdataout_path}}/{{marine_obsdataout_prefix}}{{observation_from_jcb}}{{marine_obsdataout_suffix}}" | ||
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 |
Oops, something went wrong.