forked from NOAA-EMC/obs-monitor
-
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.
Add some of the control files to parm/cntrl (NOAA-EMC#29)
As per the discussion in NOAA-EMC#27 I've come around to a hybrid solution for the control files. This PR sets up the mechanism for resolving a yaml tag of `{{CONTRO}}` to the `obs-monitor/src/parm/cntrl` directory. This PR puts 3 new (to obs-monitor) control files there -- 2 minimization control files and the conventional histogram control file. These three files do not contain any assimilation flags or other information that will change over time. In the legacy MinMon and ConMon these files are either stored in a parm directory or generated on-the-fly, so putting them in the `obs-monitor/parm` directory is consistent with that use. Closes NOAA-EMC#27
- Loading branch information
1 parent
461137b
commit c5f9c95
Showing
17 changed files
with
74 additions
and
48 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,15 @@ | ||
dset ^out_t120_00_ges.2024043000 | ||
options big_endian | ||
undef -999.0 | ||
title t120_00 ges | ||
xdef linear 1 1 | ||
ydef 1 linear 1 1 | ||
zdef 1 linear 1 1 | ||
tdef 1 linear 00z30apr2024 1hr | ||
vars 4 | ||
rmark 0 0 the values of each interval | ||
hist1 0 0 number of data for all data | ||
hist2 0 0 number of data not including data rejected by OIQC | ||
hist3 0 0 number of data rejected by OIQC | ||
endvars | ||
|
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,13 @@ | ||
dset ^%y4%m2%d2%h2.gnorms.ieee_d | ||
options template little_endian | ||
undef -999. | ||
title gsistat gsistat 1 | ||
* | ||
*XDEF is iter | ||
xdef 202 linear 1.0 1.0 | ||
ydef 1 linear 1.0 1.0 | ||
zdef 1 linear 1.0 1.0 | ||
tdef 29 linear 12Z05feb2013 06hr | ||
vars 1 | ||
allgnorm 0 0 allgnorm | ||
endvars |
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,14 @@ | ||
dset ^%y4%m2%d2%h2.reduction.ieee_d | ||
options template little_endian | ||
undef -999. | ||
title gsistat reductions 1 | ||
* | ||
* | ||
*XDEF is iter | ||
xdef 202 linear 1.0 1.0 | ||
ydef 1 linear 1.0 1.0 | ||
zdef 1 linear 1.0 1.0 | ||
tdef 29 linear 12Z05feb2013 06hr | ||
vars 1 | ||
reduct 0 0 reduct | ||
endvars |
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
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
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