1 | | * [30-May-2013] ~~Bug reported in the deaccumulation sub-routine of `loadSeasonalForecast`. The problem lies in the structure of the data matrix when the {{{ "initDays" }}} (used for initializing the deaccumulation) are removed from the final Data matrix. Only occurs when `length(members) > 1`. ~~ '''Fixed on [06-Jun-2013]''' |
2 | | * [31-May-2013] ~~Bug reported in `dataInventory`. For the merra dataset dimension level is called `lev` instead of `level`, and the dimension is not recognized, returning the values of the last axis recognized (in this case the time axis). Change `lon`, `lat` and `level` by the regular expressions {{{^lon}}},{{{^lat}}}, and {{{^lev}}} to avoid confusions.~~ '''Fixed on [06-Jun-2013]''' |
3 | | * [06-Jun-2013] ~~In `loadSeasonalForecast` output, change the value of `VarName` from the short name to the standard name defined in the dictionary (only when `standard.vars = TRUE`)~~ '''Fixed on [06-Jun-2013]''' |
4 | | * [06-Jun-2013] ~~Indicate in the output of `loadSeasonalForecast` if the variable returned is standard. ~~ '''Fixed on [06-Jun-2013]''' |
| 1 | * [30-May-2013] Bug reported in the deaccumulation sub-routine of `loadSeasonalForecast`. The problem lies in the structure of the data matrix when the {{{ "initDays" }}} (used for initializing the deaccumulation) are removed from the final Data matrix. Only occurs when `length(members) > 1`. '''Fixed on [06-Jun-2013]''' |
| 2 | * [31-May-2013] Bug reported in `dataInventory`. For the merra dataset dimension level is called `lev` instead of `level`, and the dimension is not recognized, returning the values of the last axis recognized (in this case the time axis). Change `lon`, `lat` and `level` by the regular expressions {{{^lon}}},{{{^lat}}}, and {{{^lev}}} to avoid confusions. '''Fixed on [06-Jun-2013]''' |
| 3 | * [06-Jun-2013] In `loadSeasonalForecast` output, change the value of `VarName` from the short name to the standard name defined in the dictionary (only when `standard.vars = TRUE`) '''Fixed on [06-Jun-2013]''' |
| 4 | * [06-Jun-2013] Indicate in the output of `loadSeasonalForecast` if the variable returned is standard. '''Fixed on [06-Jun-2013]''' |
| 5 | |
| 6 | * [17-Jun-2013] la funcion `dataInventory` no reconoce la variable "zeta" del dataset EOBS de AEMET [https://www.meteo.unican.es/trac/meteo/ticket/251 ver ticket 251]. |