-
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.
Merge branch 'develop' into feature/madis_da2
- Loading branch information
Showing
21 changed files
with
666 additions
and
218 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
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,18 @@ | ||
obs space: | ||
name: satwind | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV satwind_obs_${CDATE}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV satwind_diag_${CDATE}.nc4 | ||
simulated variables: [windEastward, windNorthward] | ||
geovals: | ||
filename: !ENV satwind_geoval_${CDATE}.nc4 | ||
obs operator: | ||
name: VertInterp | ||
|
||
vector ref: GsiHofXBc | ||
tolerance: 1.e-5 |
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,21 @@ | ||
obs space: | ||
name: scatwind | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV scatwind_obs_${CDATE}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV scatwind_diag_${CDATE}.nc4 | ||
simulated variables: [windEastward, windNorthward] | ||
geovals: | ||
filename: !ENV scatwind_geoval_${CDATE}.nc4 | ||
vector ref: GsiHofXBc | ||
tolerance: 0.01 | ||
obs operator: | ||
name: VertInterp | ||
apply near surface wind scaling: true | ||
|
||
vector ref: GsiHofXBc | ||
tolerance: 1.e-5 |
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,19 @@ | ||
{ | ||
"data_format" : "bufr_d", | ||
"data_type" : "ascatw", | ||
"cycle_type" : "{{ RUN }}", | ||
"cycle_datetime" : "{{ current_cycle | to_YMDH }}", | ||
"dump_directory" : "{{ DMPDIR }}", | ||
"ioda_directory" : "{{ COM_OBS }}", | ||
"subsets" : [ "NC012122" ], | ||
"data_description" : "Level-2 ocean surface wind vector retrievals and derived wind components from ASCAT on MetOp satellites at 50-km sampling resolution", | ||
"data_provider" : "U.S. NOAA/NDESDIS", | ||
"sensor_info" : { "sensor_name": "ASCAT", "sensor_full_name": "Advanced Scatterometer", "sensor_id": 0 }, | ||
"satellite_info" : [ | ||
{ "satellite_name": "MetOp-A", "satellite_full_name": "Meteorological Operational Satellite - A", "satellite_id": 4 }, | ||
{ "satellite_name": "MetOp-B", "satellite_full_name": "Meteorological Operational Satellite - B", "satellite_id": 3 }, | ||
{ "satellite_name": "MEtOp-C", "satellite_full_name": "Meteorological Operational Satellite - C", "satellite_id": 5 } | ||
] | ||
} | ||
|
||
|
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
Oops, something went wrong.