13 | | * `dataset`: A character string indicating the full URL path to the OPeNDAP dataset. Currently, the accepted values correspond to the System4 datasets described in Section [https://www.meteo.unican.es/trac/meteo/wiki/SpecsEuporias/DataServer/Datasets Available Datasets]. |
14 | | * `var`: Variable code. Argument values currently accepted are `tas`, `tasmin`, `tasmax`, `pr` or `mslp`, as internally defined in the vocabulary for System4 following the nomenclature displayed in the table below. However, note that new variables and datasets will be progressively included. |
15 | | * `season`: A cell of two strings indicating the first and final months of analysis. A single month can be specified (as in the above example) or a standard season (e.g. `season = [12,1,2]` for standard Boreal winter, DJF). |
16 | | * `leadMonth`: Lead time (in months) to consider. For instance, `leadMonth = 1` for January forecasts means considering the initialization of the first of December. |
17 | | * `members`: Vector with the list of members to select. |
18 | | * `xlim`: Vector of length = 2, with minimum and maximum longitude coordinates, in decimal degrees, of the bounding box selected. |
19 | | * `ylim`: Vector of length = 2, with minimum and maximum latitude coordinates, in decimal degrees, of the bounding box selected. |
| 12 | * `dataset`: A string indicating the full URL path to the OPeNDAP dataset (see [https://www.meteo.unican.es/trac/meteo/wiki/SpecsEuporias/DataServer/Datasets Available Datasets] to check the catalog of available datasets). |
| 13 | * `var`: Variable code. Values currently accepted are `tas`, `tasmin`, `tasmax`, `pr` or `mslp`. However, note that new variables and datasets will be progressively included. |
| 14 | * `season`: A cell of two strings indicating the first and final months of analysis. A single month ({'Jan';'Jan'}) or a standard season ({'Dec';'Feb'}) can be specified. Note that months are indicated by their three first letters. |
| 15 | * `leadMonth`: Lead time (in months) to consider. For instance, `leadMonth = 1` for January forecasts means considering the initialization of the first of December . |
| 16 | * `members`: Vector of length ''n'' indicating the ''n'' members to consider. |
| 17 | * `xlim`: Vector of length = 2 with minimum and maximum longitude coordinates (in decimal degrees) of the bounding box selected. |
| 18 | * `ylim`: Vector of length = 2 with minimum and maximum latitude coordinates (in decimal degrees) of the bounding box selected. |