-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
565 additions
and
90 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,29 @@ | ||
########### | ||
hindcasts | ||
########### | ||
|
||
.. note:: | ||
|
||
The `hindcasts` source is currently using the `mars` source | ||
internally. This will be changed in the future. | ||
|
||
Hindcasts data, also known as reforecasts, are unique because they are | ||
run for a specific day of year (such as 1 January or 11 June) for | ||
multiple years. So, for a given reference date like 2022-05-12, we can | ||
have hindcasts for 2001-05-12, 2002-05-12, 2003-05-12, and so on. This | ||
is useful in many cases. For more details, please refer to this ECMWF | ||
documentation. | ||
|
||
The `hindcasts` source has a special argument called `reference_year`, | ||
which represents the year of the reference date. Based on the requested | ||
valid datetime and on the `reference_year`, the `hindcasts` source will | ||
calculate the `hdate` and `date` and `time` appropriately. | ||
|
||
For example, if the `reference_year` is 2022, then the data for | ||
2002-05-12 will use data with `hdate=2002-05-12` and `date=2022-05-12`. | ||
|
||
.. literalinclude:: yaml/hindcasts.yaml | ||
:language: yaml | ||
|
||
Using `step` in the `hindcasts` source is implemented and works as | ||
expected. |
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,8 @@ | ||
input: | ||
hindcasts: | ||
levtype: sfc | ||
param: [2t, msl] | ||
grid: [0.25, 0.25] | ||
stream: enfh | ||
type: cf | ||
reference_year: 2022 |
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
Oops, something went wrong.