Changes between Version 3 and Version 4 of EcomsUdg/RPackage/History2
- Timestamp:
- May 31, 2013 1:41:47 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EcomsUdg/RPackage/History2
v3 v4 1 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` 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 regognised, 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.