-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
copy subsampled marine BUFR to DMPDIR (#878)
This PR makes a copy of the subsampled marine BUFR to DMPDIR as part of the marine obs prep task closes #804 closes #849
- Loading branch information
1 parent
e58a4f0
commit 2f8bb78
Showing
7 changed files
with
121 additions
and
24 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,22 @@ | ||
obs space: | ||
name: insitu_profile_bathy | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/obs/${OPREFIX}insitu_profile_bathy.${PDY}${cyc}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/diags/insitu_profile_bathy.${PDY}${cyc}.nc4 | ||
simulated variables: [waterTemperature, salinity] | ||
observed variables: [waterTemperature, salinity] | ||
io pool: | ||
max pool size: 1 | ||
obs operator: | ||
name: Composite | ||
components: | ||
- name: InsituTemperature | ||
variables: | ||
- name: waterTemperature | ||
obs error: | ||
covariance model: diagonal |
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,22 @@ | ||
obs space: | ||
name: insitu_profile_tesac | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/obs/${OPREFIX}insitu_profile_tesac.${PDY}${cyc}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/diags/insitu_profile_tesac.${PDY}${cyc}.nc4 | ||
simulated variables: [waterTemperature, salinity] | ||
observed variables: [waterTemperature, salinity] | ||
io pool: | ||
max pool size: 1 | ||
obs operator: | ||
name: Composite | ||
components: | ||
- name: InsituTemperature | ||
variables: | ||
- name: waterTemperature | ||
obs error: | ||
covariance model: diagonal |
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: insitu_surface_trkob | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/obs/${OPREFIX}insitu_surface_trkob.${PDY}${cyc}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV ${DATA}/diags/insitu_surface_trkob.${PDY}${cyc}.nc4 | ||
simulated variables: [seaSurfaceTemperature] | ||
io pool: | ||
max pool size: 1 | ||
obs operator: | ||
name: Identity | ||
observation alias file: obsop_name_map.yaml | ||
obs error: | ||
covariance model: diagonal |
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