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.
Update ozone YAML files (NOAA-EMC#629)
* Check in six updated YAMLs for ozone.
- Loading branch information
1 parent
d18caa8
commit b97bce8
Showing
6 changed files
with
238 additions
and
153 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,27 @@ | ||
obs space: | ||
name: omi_aura | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV omi_aura_obs_${CDATE}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV omi_aura_diag_${CDATE}.nc4 | ||
io pool: | ||
max pool size: 1 | ||
simulated variables: [ozoneTotal] | ||
geovals: | ||
filename: !ENV omi_aura_geoval_${CDATE}.nc4 | ||
obs operator: | ||
name: AtmVertInterpLay | ||
geovals: [mole_fraction_of_ozone_in_air] | ||
coefficients: [0.007886131] # convert from ppmv to DU | ||
nlevels: [1] | ||
|
||
vector ref: GsiHofXBc | ||
tolerance: 1.e-5 | ||
#linear obs operator test: | ||
## coef TL: 0.1 | ||
## tolerance TL: 1.0e-13 | ||
## tolerance AD: 1.0e-11 |
Oops, something went wrong.