AgeSort asc/desc | Change |
---|---|
Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 Next | |
Jan 12, 2016 | |
5 years 7 days | More documentation improvements... Now it should be quite straightforward to build downscaled time series for virtual stations based on Era Interim. |
Commit 1642, by Mathias Bavay | |
5 years 7 days | Added a documentation section about Era Interim. In the ECMWF schema, the "Albedo" parameter has been replaced by the "Forecast albedo" parameter has it simplifies data retrieval. |
Commit 1641, by Mathias Bavay | |
5 years 7 days | A bug has been fixed in MeteoGrids (a definition was missing). A bug has been fixed in the NetCDF plugin that prevented reading some DEMs. The ability to remap parameters (between NetCDF and MeteoGrids) in the ini file has been added in order to ad |
Commit 1640, by Mathias Bavay | |
5 years 7 days | Documentation fixes |
Commit 1639, by Mathias Bavay | |
5 years 7 days | The NetCDFIO plugin can now properly handle multiple files in one directory specified by "GRID2DPATH" or one single file specified by "GRID2DFILE". Small code cleanup in CNRMIO and CosmoXMLIO. |
Commit 1638, by Mathias Bavay | |
Jan 11, 2016 | |
5 years 8 days | A new MeteoGrid has been created, RSNO to contain the snow mean density. This is used in NetCDF in order to handle more fields and therefore extract the snow height from ECMWF data sets. |
Commit 1637, by Mathias Bavay | |
Jan 8, 2016 | |
5 years 11 days | This is the first implementation of a downscaling method: when declaring "downscaling" and providing virtual stations, grids are read and the virtual stations populated with values out of the grids. |
Commit 1636, by Mathias Bavay | |
Jan 6, 2016 | |
5 years 13 days | Implemented a correlation method that should be identical to the default one in R |
Commit 1635, by Anna-Maria Tilg | |
5 years 13 days | small cleanup before implementing missing correlations criteria |
Commit 1634, by Anna-Maria Tilg | |
5 years 14 days | This is the first implementation of the algorithms described in Tilg, A.-M., Marty C. and G. Klein, 2015: An automatic algorithm for validating snow depth measurements of IMIS stations. Swiss Geoscience Meeting 2015 |
Commit 1633, by Anna-Maria Tilg | |
Dec 22, 2015 | |
5 years 28 days | The ALS_SCALING spatial interpolation has been improved: it is now possible to only redistribute the precipitation where the local air temperature is below a given threshold. This has lead to better results. |
Commit 1632, by Mathias Bavay | |
Dec 21, 2015 | |
5 years 29 days | Limiting the splitting coefficient for Boland between 0.147 (clear sky) and 1. |
Commit 1631, by Mathias Bavay | |
Dec 18, 2015 | |
5 years 1 month | The timezones are now propagated into Sun and SunTrajectory so the sunrise, sunset, solarnoon, can be shown in the local timezone. Two new methods have been implemented: getSolarTimeOfDay() and getSplittingBoland() that returns the splitting coeffici |
Commit 1630, by Mathias Bavay | |
Dec 9, 2015 | |
5 years 1 month | Allowing the "soft" keyword to be upper/lower case and anywhere in the argument list for filters. Changing the rating of the AVG_LAPSE to be the exact same as IDW_LAPSE when only two stations are available, so the input order give precedence in this |
Commit 1629, by Mathias Bavay | |
Dec 7, 2015 | |
5 years 1 month | updating the tests to use the new 2D interpolations names (AVG, AVG_LAPSE) |
Commit 1628, by Mathias Bavay | |
Dec 4, 2015 | |
5 years 1 month | Documentation improvement |
Commit 1627, by Mathias Bavay | |
Dec 3, 2015 | |
5 years 1 month | Better handling of the units parsing in IOUtils, fixed documentation glitches in FilterMAD and much improved error reporting in spatial interpolations |
Commit 1626, by Mathias Bavay | |
Nov 30, 2015 | |
5 years 1 month | Updating the example io.ini to reflect the latest changes, fixing a minor documentation bug |
Commit 1625, by Mathias Bavay | |
5 years 1 month | Please note that this commit breaks compatibility with current INI files!! The CST spatial distribution algorithm has been split in two: CST that fills the grid with a truly constant value (as given in argument) and AVG that fills the grid with the |
Commit 1624, by Mathias Bavay | |
5 years 1 month | The gridsmanager and timeseriesmanager can now provide a copy of their Config object. This has been used to fix a bug in the USER and ALS_SCALING spatial interpolation methods that were not properly reading their input files from GRID2DPATH. Moreover |
Commit 1623, by Mathias Bavay |