Update ConMon's time-series control files #137
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update the ConMon's time control files with level information required by the obs-monitor package. This change has been tested for 4 cycles now on wcoss2 and the comments have no impact on GrADS or the resulting image files. All resulting control files have the 13 information lines about levels.
Note that the level information is included using Fortan format statements. This is, perhaps, a bit cumbersome but it is how all other lines in the control file are generated in
stas2ctl.f90
so I thought it made sense to maintain a consistent approach.It's also worth mentioning that I chose to update this control file rather than place a static copy in
obs-monitor/parm/cntrl
. There are two reasons for this:Closes #132