Put RadMon regional html in repository and add scripting for regional web site generation #154
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.
This PR brings the RadMon's regional html files into the repository. It also expands web site generation to support regional sources.
Heretofore web site generation was only supported for global data sources. These changes split the associated html files into global and regional versions and expand scripting to support regional web site generation.
Note that the ability to compare two data sources (i.e. a parallel and the operational GDAS) is not available (yet) for regional sources. That will be undertaken in a separate issue.
Testing was done on wcoss2. The resulting regional web site, built by running
Install_html.sh
, can be found here: https://www.emc.ncep.noaa.gov/gmb/gdas/radiance/esafford/regional/testy/index.html .Lastly some legacy files (
bcoef.html.glb, bcor.html.glb, summary.html.glb, time.html.glb
) were deleted in the PR. Those files had not been used in years and did not need to be in the repository any longer.Closes #153