Description Usage Arguments Details Value
Loads in ensemble forecast data into the form: [issue x step x member] Also generates a list of validtime timestamps
1 | get_forecast_data(fname, members, site, metadata, date_start, ...)
|
fname |
file name |
members |
A vector of member indices |
site |
Site index |
metadata |
Metadata list including date end, temporal parameters, time-steps per day, rolling or not, etc. |
date_start |
Timestamp |
... |
Additional parameters to load-in subfunctions |
If input file is in Maxar form, assumes a NETCDF file of the dimensions: [Day x Hour x Site x Lead time x member] Maxar data can be loaded to either match the form above or in a "rolling" format over the course of the year in the form [1 x all steps x member] to make annual average metrics easier
If input file in in ECMWF format (via reV), assumes an h5 file of the dimensions: [issue x step x member]
A list of data=[issue x step x member] matrix and issuetime=a vector of POSIXct timestamps
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.