Changes between Version 10 and Version 11 of EcomsUdg/RPackage/History2
- Timestamp:
- Jul 31, 2013 12:26:28 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EcomsUdg/RPackage/History2
v10 v11 2 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 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 4 * [06-Jun-2013] Indicate in the output of `loadSeasonalForecast` if the variable returned is standard. '''Fixed on [06-Jun-2013]''' 6 5 * [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]. 7 * [17-Jun-2013] `loadGCM` no carga la variable psl (que no tiene nivel). 6 * [17-Jun-2013] `loadGCM` no carga la variable psl (que no tiene nivel). Reported by Maru. I have included a tryCatch subroutine to avoid problems when there are no vertical levels defined but argument level is specified by accident. '''Fixed on [31-Jul-2013]'''