-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introducing GMAO ODAS obs sources (#444)
* initial changes * fix calc_scales and vertical corr. length configuration * add first set of ODAS obs * more obs * fix get_obs for multiple providers, missing obs, and add marine yamls * add cryosat and sentinel3b * add MERRA2 SST * fix blacklist, simplify generate B task * fix for using obs_providers as a list * fix code issues * take two
- Loading branch information
Showing
41 changed files
with
1,698 additions
and
61 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
68 changes: 68 additions & 0 deletions
68
src/swell/configuration/jedi/interfaces/geos_marine/observations/adt_cryosat2n.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
obs space: | ||
name: adt_cryosat2n | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: '{{cycle_dir}}/adt_cryosat2n.{{window_begin}}.nc4' | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: '{{cycle_dir}}/{{experiment_id}}.adt_cryosat2n.{{window_begin}}.nc4' | ||
simulated variables: [absoluteDynamicTopography] | ||
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: 15.0 | ||
- filter: Background Check | ||
absolute threshold: 0.2 | ||
- 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: [mesoscale_representation_error@GeoVaLs, | ||
# absolute_dynamic_topography@ObsError] | ||
# coefs: [0.1, | ||
# 0.5] | ||
# - filter: BlackList | ||
# where: | ||
# - variable: | ||
# name: MetaData/latitude | ||
# minvalue: -65 | ||
# maxvalue: -30 | ||
# - variable: | ||
# name: MetaData/longitude | ||
# minvalue: -125 | ||
# maxvalue: -90 | ||
# - filter: BlackList | ||
# where: | ||
# - variable: | ||
# name: MetaData/latitude | ||
# minvalue: -65 | ||
# maxvalue: -30 | ||
# - variable: | ||
# name: MetaData/longitude | ||
# minvalue: 60 | ||
# maxvalue: 110 | ||
# - 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 |
68 changes: 68 additions & 0 deletions
68
src/swell/configuration/jedi/interfaces/geos_marine/observations/adt_jason3.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
obs space: | ||
name: adt_jason3 | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: '{{cycle_dir}}/adt_jason3.{{window_begin}}.nc4' | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: '{{cycle_dir}}/{{experiment_id}}.adt_jason3.{{window_begin}}.nc4' | ||
simulated variables: [absoluteDynamicTopography] | ||
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: 15.0 | ||
- filter: Background Check | ||
absolute threshold: 0.2 | ||
- 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: [mesoscale_representation_error@GeoVaLs, | ||
# absolute_dynamic_topography@ObsError] | ||
# coefs: [0.1, | ||
# 0.5] | ||
# - filter: BlackList | ||
# where: | ||
# - variable: | ||
# name: MetaData/latitude | ||
# minvalue: -65 | ||
# maxvalue: -30 | ||
# - variable: | ||
# name: MetaData/longitude | ||
# minvalue: -125 | ||
# maxvalue: -90 | ||
# - filter: BlackList | ||
# where: | ||
# - variable: | ||
# name: MetaData/latitude | ||
# minvalue: -65 | ||
# maxvalue: -30 | ||
# - variable: | ||
# name: MetaData/longitude | ||
# minvalue: 60 | ||
# maxvalue: 110 | ||
# - 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 |
68 changes: 68 additions & 0 deletions
68
src/swell/configuration/jedi/interfaces/geos_marine/observations/adt_saral.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
obs space: | ||
name: adt_saral | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: '{{cycle_dir}}/adt_saral.{{window_begin}}.nc4' | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: '{{cycle_dir}}/{{experiment_id}}.adt_saral.{{window_begin}}.nc4' | ||
simulated variables: [absoluteDynamicTopography] | ||
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: 15.0 | ||
- filter: Background Check | ||
absolute threshold: 0.2 | ||
- 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: [mesoscale_representation_error@GeoVaLs, | ||
# absolute_dynamic_topography@ObsError] | ||
# coefs: [0.1, | ||
# 0.5] | ||
# - filter: BlackList | ||
# where: | ||
# - variable: | ||
# name: MetaData/latitude | ||
# minvalue: -65 | ||
# maxvalue: -30 | ||
# - variable: | ||
# name: MetaData/longitude | ||
# minvalue: -125 | ||
# maxvalue: -90 | ||
# - filter: BlackList | ||
# where: | ||
# - variable: | ||
# name: MetaData/latitude | ||
# minvalue: -65 | ||
# maxvalue: -30 | ||
# - variable: | ||
# name: MetaData/longitude | ||
# minvalue: 60 | ||
# maxvalue: 110 | ||
# - 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 |
70 changes: 70 additions & 0 deletions
70
src/swell/configuration/jedi/interfaces/geos_marine/observations/adt_sentinel3a.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
obs space: | ||
name: adt_sentinel3a | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: '{{cycle_dir}}/adt_sentinel3a.{{window_begin}}.nc4' | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: '{{cycle_dir}}/{{experiment_id}}.adt_sentinel3a.{{window_begin}}.nc4' | ||
simulated variables: [absoluteDynamicTopography] | ||
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: 15.0 | ||
- filter: Background Check | ||
absolute threshold: 0.2 | ||
- 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: [{name: GeoVaLs/mesoscale_representation_error}, | ||
# {name: ObsError/absolute_dynamic_topography}] | ||
# # variables: [mesoscale_representation_error@GeoVaLs, | ||
# # absolute_dynamic_topography@ObsError] | ||
# coefs: [0.1, | ||
# 0.5] | ||
# - filter: BlackList | ||
# where: | ||
# - variable: | ||
# name: MetaData/latitude | ||
# minvalue: -65 | ||
# maxvalue: -30 | ||
# - variable: | ||
# name: MetaData/longitude | ||
# minvalue: -125 | ||
# maxvalue: -90 | ||
# - filter: BlackList | ||
# where: | ||
# - variable: | ||
# name: MetaData/latitude | ||
# minvalue: -65 | ||
# maxvalue: -30 | ||
# - variable: | ||
# name: MetaData/longitude | ||
# minvalue: 60 | ||
# maxvalue: 110 | ||
# - 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 |
70 changes: 70 additions & 0 deletions
70
src/swell/configuration/jedi/interfaces/geos_marine/observations/adt_sentinel3b.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
obs space: | ||
name: adt_sentinel3b | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: '{{cycle_dir}}/adt_sentinel3b.{{window_begin}}.nc4' | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: '{{cycle_dir}}/{{experiment_id}}.adt_sentinel3b.{{window_begin}}.nc4' | ||
simulated variables: [absoluteDynamicTopography] | ||
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: 15.0 | ||
- filter: Background Check | ||
absolute threshold: 0.2 | ||
- 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: [{name: GeoVaLs/mesoscale_representation_error}, | ||
# {name: ObsError/absolute_dynamic_topography}] | ||
# # variables: [mesoscale_representation_error@GeoVaLs, | ||
# # absolute_dynamic_topography@ObsError] | ||
# coefs: [0.1, | ||
# 0.5] | ||
# - filter: BlackList | ||
# where: | ||
# - variable: | ||
# name: MetaData/latitude | ||
# minvalue: -65 | ||
# maxvalue: -30 | ||
# - variable: | ||
# name: MetaData/longitude | ||
# minvalue: -125 | ||
# maxvalue: -90 | ||
# - filter: BlackList | ||
# where: | ||
# - variable: | ||
# name: MetaData/latitude | ||
# minvalue: -65 | ||
# maxvalue: -30 | ||
# - variable: | ||
# name: MetaData/longitude | ||
# minvalue: 60 | ||
# maxvalue: 110 | ||
# - 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 |
Oops, something went wrong.