Skip to content

Commit 2355626

Browse files
authored
Merge pull request #498 from opengeospatial/issue-478
add use case annex (#478)
2 parents e4f32a6 + 384e9b0 commit 2355626

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

extensions/pubsub/standard/document.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ include::sections/annex-pubsub.adoc[]
6161

6262
include::sections/annex-pubsub-message-payload.adoc[]
6363

64+
include::sections/annex-use-cases.adoc[]
65+
6466

6567
////
6668
Revision History should be the last annex before the Bibliography
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[appendix]
2+
== Use cases (Informative)
3+
4+
=== Earth System Prediction model run and data granules notification
5+
6+
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
7+
hour makes available one to many weather elements at different pressure levels.
8+
9+
For example, Canada's Global Deterministic Prediction System (GDPS) produces two model runs per day, providing forecast of numerous weather elements for 33 pressure
10+
levels, at a resolution of 15 kilometres.footnote:[https://eccc-msc.github.io/open-data/msc-data/nwp_gdps/readme_gdps_en].
11+
12+
A Pub/Sub workflow can be applied for an NWP system where:
13+
14+
- notifications are sent as individual weather elements (data granules) become available
15+
- notifications are sent once the model run generation is complete, or "fully qualified"
16+
17+
As a result, Pub/Sub would eliminate the need for continuous polling while a model run is in progress.

0 commit comments

Comments
 (0)