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 | |
Jul 19, 2013 | |
7 years 6 months | A warning has been removed from MathOptim and some comments improved |
Commit 1124, by Mathias Bavay | |
Jul 17, 2013 | |
7 years 6 months | Fixed the license file (issue 309), updated the documentation to include the SIN generator and fixed a wrong commit of the example io.ini |
Commit 1123, by Mathias Bavay | |
Jul 15, 2013 | |
7 years 6 months | CodeBlocks was not happy anymore with << for stringstream. Therefore we now use ostringstream. |
Commit 1122, by Mathias Bavay | |
Jul 5, 2013 | |
7 years 6 months | Oups, the TA grid needed to be regenerated too! |
Commit 1121, by Mathias Bavay | |
7 years 6 months | The tests had been messed up by the change of the default snow albedo... |
Commit 1120, by Mathias Bavay | |
Jun 28, 2013 | |
7 years 6 months | Adding a link in the documentation, moving libsmet to the plugins subdirectory and small fixes in GRIBIO |
Commit 1119, by Mathias Bavay | |
Jun 27, 2013 | |
7 years 6 months | The IMPORT feature in Config now works properly on Windows. It is also now possible to call IMPORT_BEFORE from within a section (but it still needs to be the first key in a file). |
Commit 1118, by Mathias Bavay | |
Jun 19, 2013 | |
7 years 7 months | In order to properly import config files while supporting relative paths, it is necessary to internally expand the paths (as well as the symlinks) to check for multiple inclusions, to properly look for a file located relative to another one (instead |
Commit 1117, by Mathias Bavay | |
Jun 14, 2013 | |
7 years 7 months | A description of the data format (not the SNOWPACK requirements, only the data format) has been added to the SNIO documentation |
Commit 1116, by Mathias Bavay | |
7 years 7 months | The default ilwr model in Atmosphere as been changed to Unsworth. The fixed snow albedo has been set to 0.85 for all filters/generators using it. The Config class can now import an ini file from another ini file, this could greatly simplify the man |
Commit 1115, by Mathias Bavay | |
Jun 5, 2013 | |
7 years 7 months | The exceptions were not printed with a line return anymore, messing up the display. A function to extract the integral and the fractional part of a double has been added. The julian day number calculation (ie how many days since the begining of the y |
Commit 1114, by Mathias Bavay | |
May 31, 2013 | |
7 years 7 months | small fixes following a scan by Flawfinder |
Commit 1113, by Mathias Bavay | |
7 years 7 months | more information in the meteoreading workflow drawing |
Commit 1112, by Mathias Bavay | |
May 27, 2013 | |
7 years 7 months | Renaming once more the nearest neighbor algorithm: it is now "nearest". That should be both quick and easy. |
Commit 1111, by Mathias Bavay | |
7 years 7 months | Updating the example io.ini |
Commit 1110, by Mathias Bavay | |
7 years 7 months | This adresses issue 173: now the window_size can be defined per meteo parameter and per resampling algorithm. The Interpolations1D section's syntax has been changed in order to accomodate the change and enable specifying multiple resampling algorithm |
Commit 1109, by Mathias Bavay | |
May 25, 2013 | |
7 years 7 months | Add some extra albedo calculations strategies (for some border cases) |
Commit 1108, by Mathias Bavay | |
May 24, 2013 | |
7 years 7 months | In order to avoid re-parsing the resampling parameters for every point, the resampling algorithms have been restructured as classes inheriting from an interface class alongside an object factory. This should slightly increase the performances of resa |
Commit 1107, by Mathias Bavay | |
May 23, 2013 | |
7 years 7 months | The Unsworth parametrization for ILWR has been fixed and now works as data generator. Some comments have been added to Sun.cc. |
Commit 1106, by Mathias Bavay | |
May 22, 2013 | |
7 years 7 months | The graphical message box for exceptions has been turned off by default, because it was interfering with cdash. Packagers are therefore invited to turn it ON for public packages (since this tends to make users read the error messages). A major bug h |
Commit 1105, by Mathias Bavay |