forked from NOAA-EMC/GDASApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IODA converters feature observation redating and error amplification (N…
…OAA-EMC#910) #### This PR has two features that are applied to RADS ADT IODA converters ONLY - Changing the obs. datetime if those do not fall in DA cycle window (i.e. 6 hrs) - <del>Increasing obs. error, however, the method is not yet decided (i.e. find the slope and increase linear error)</del> - Linearly increasing obs. error by time dependent (<del>Errors are adjusted based on 0.1 meter per 6 hours from initial 0.1 meter</del>) - Configuration will provide a slope of linear error - Resolves NOAA-EMC#871 --------- Co-authored-by: Guillaume Vernieres <[email protected]>
- Loading branch information
1 parent
10614c9
commit 60c98b6
Showing
11 changed files
with
155 additions
and
110 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
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
provider: GHRSST | ||
window begin: 2018-04-15T06:00:00Z | ||
window end: 2018-04-15T12:00:00Z | ||
binning: | ||
stride: 2 | ||
min number of obs: 1 | ||
bounds: | ||
min: -3.0 | ||
max: 50.0 | ||
output file: ghrsst_sst_mb_20210701.ioda.nc | ||
#ocean basin: RECCAP2_region_masks_all_v20221025.nc | ||
input files: | ||
- ghrsst_sst_mb_202107010000.nc4 | ||
- ghrsst_sst_mb_202107010100.nc4 | ||
|
||
test: | ||
reference filename: testref/ghrsst2ioda.test | ||
test output filename: testoutput/ghrsst2ioda.test | ||
float relative tolerance: 1e-6 | ||
provider: GHRSST | ||
window begin: 2021-06-30T21:00:00Z | ||
window end: 2021-07-01T03:00:00Z | ||
binning: | ||
stride: 2 | ||
min number of obs: 1 | ||
bounds: | ||
min: -3.0 | ||
max: 50.0 | ||
output file: ghrsst_sst_mb_20210701.ioda.nc | ||
#ocean basin: RECCAP2_region_masks_all_v20221025.nc | ||
input files: | ||
- ghrsst_sst_mb_202107010000.nc4 | ||
- ghrsst_sst_mb_202107010100.nc4 | ||
|
||
test: | ||
reference filename: testref/ghrsst2ioda.test | ||
test output filename: testoutput/ghrsst2ioda.test | ||
float relative tolerance: 1e-6 |
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
provider: AMSR2 | ||
window begin: 2018-04-15T06:00:00Z | ||
window end: 2018-04-15T12:00:00Z | ||
output file: icec_amsr2_north.ioda.nc | ||
#ocean basin: RECCAP2_region_masks_all_v20221025.nc | ||
input files: | ||
- icec_amsr2_north_1.nc4 | ||
- icec_amsr2_north_2.nc4 | ||
|
||
test: | ||
reference filename: testref/icecamsr2ioda.test | ||
test output filename: testoutput/icecamsr2ioda.test | ||
float relative tolerance: 1e-6 | ||
provider: AMSR2 | ||
window begin: 2021-06-30T21:00:00Z | ||
window end: 2021-07-01T03:00:00Z | ||
output file: icec_amsr2_north.ioda.nc | ||
#ocean basin: RECCAP2_region_masks_all_v20221025.nc | ||
input files: | ||
- icec_amsr2_north_1.nc4 | ||
- icec_amsr2_north_2.nc4 | ||
|
||
test: | ||
reference filename: testref/icecamsr2ioda.test | ||
test output filename: testoutput/icecamsr2ioda.test | ||
float relative tolerance: 1e-6 |
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
provider: SMAP | ||
window begin: 2018-04-15T06:00:00Z | ||
window end: 2018-04-15T12:00:00Z | ||
output file: sss_smap.ioda.nc | ||
#ocean basin: RECCAP2_region_masks_all_v20221025.nc | ||
input files: | ||
- sss_smap_1.nc4 | ||
- sss_smap_2.nc4 | ||
|
||
test: | ||
reference filename: testref/smap2ioda.test | ||
test output filename: testoutput/smap2ioda.test | ||
float relative tolerance: 1e-6 | ||
provider: SMAP | ||
window begin: 2021-06-30T21:00:00Z | ||
window end: 2021-07-01T03:00:00Z | ||
output file: sss_smap.ioda.nc | ||
#ocean basin: RECCAP2_region_masks_all_v20221025.nc | ||
input files: | ||
- sss_smap_1.nc4 | ||
- sss_smap_2.nc4 | ||
|
||
test: | ||
reference filename: testref/smap2ioda.test | ||
test output filename: testoutput/smap2ioda.test | ||
float relative tolerance: 1e-6 |
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
provider: SMOS | ||
window begin: 2018-04-15T06:00:00Z | ||
window end: 2018-04-15T12:00:00Z | ||
output file: sss_smos.ioda.nc | ||
#ocean basin: RECCAP2_region_masks_all_v20221025.nc | ||
input files: | ||
- sss_smos_1.nc4 | ||
- sss_smos_2.nc4 | ||
|
||
test: | ||
reference filename: testref/smos2ioda.test | ||
test output filename: testoutput/smos2ioda.test | ||
float relative tolerance: 1e-6 | ||
provider: SMOS | ||
window begin: 2021-06-30T21:00:00Z | ||
window end: 2021-07-01T03:00:00Z | ||
output file: sss_smos.ioda.nc | ||
#ocean basin: RECCAP2_region_masks_all_v20221025.nc | ||
input files: | ||
- sss_smos_1.nc4 | ||
- sss_smos_2.nc4 | ||
|
||
test: | ||
reference filename: testref/smos2ioda.test | ||
test output filename: testoutput/smos2ioda.test | ||
float relative tolerance: 1e-6 |
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