-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #498 from opengeospatial/issue-478
add use case annex (#478)
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 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,17 @@ | ||
[appendix] | ||
== Use cases (Informative) | ||
|
||
=== Earth System Prediction model run and data granules notification | ||
|
||
A given numerical weather prediction system produces a weather forecast as part of a model run. A model run typically has associated forecast hours. Each forecast | ||
hour makes available one to many weather elements at different pressure levels. | ||
|
||
For example, Canada's Global Deterministic Prediction System (GDPS) produces two model runs per day, providing forecast of numerous weather elements for 33 pressure | ||
levels, at a resolution of 15 kilometres.footnote:[https://eccc-msc.github.io/open-data/msc-data/nwp_gdps/readme_gdps_en]. | ||
|
||
A Pub/Sub workflow can be applied for an NWP system where: | ||
|
||
- notifications are sent as individual weather elements (data granules) become available | ||
- notifications are sent once the model run generation is complete, or "fully qualified" | ||
|
||
As a result, Pub/Sub would eliminate the need for continuous polling while a model run is in progress. |