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 141 142 143 144 145 146 147 Next | |
May 31, 2013 | |
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 | |
May 21, 2013 | |
7 years 7 months | fixing some warnings on Hera |
Commit 1104, by Mathias Bavay | |
May 20, 2013 | |
7 years 7 months | The DataGenerators handling of missing meteo fields has been changed: if a generator is defined for a field that is not found in the vecMeteo, it will silently be skipped. Since some grumpy people seem not to appreciate the graphical message box for |
Commit 1103, by Mathias Bavay | |
7 years 7 months | The dataGenerators can now process all parameters (ie including the extra parameters) properly. This makes it possible to create a new parameter by using a COPY followed by *0, +nodata filters and then fill the now empty new parameter with a data gen |
Commit 1102, by Mathias Bavay | |
May 16, 2013 | |
7 years 8 months | HACK: No message boxes on OSX either. |
Commit 1101, by Thomas Egger | |
7 years 8 months | HACK: MessageBox should not appear without the user wanting it -> create a parameter in ini |
Commit 1100, by Thomas Egger | |
7 years 8 months | The == and != operators have been added to the arrays (easier for debugging). Array4D was not included in MeteoIO.h and has been added. |
Commit 1099, by Mathias Bavay | |
May 14, 2013 | |
7 years 8 months | The meteo reading workflow diagram has been expanded to show where a user can participate and what he can use |
Commit 1098, by Mathias Bavay | |
7 years 8 months | Since correcting the Corripio slope algorithm changed the spatial interpolations that were based on slopes, it was necessary to regenerate the reference for the HNW grid |
Commit 1097, by Mathias Bavay | |
May 13, 2013 | |
7 years 8 months | A typo had slipped through the last commit for Array4D. The Corripio slope computation was till wrong, this has finally been fixed and checked. The slope default algorithm selection was not kept through BufferedIOHandler, this has been fixed. Moreove |
Commit 1096, by Mathias Bavay | |
May 10, 2013 | |
7 years 8 months | Removed an unnecessary include and fixed the Corripio slope algorithm that was not properly implemented (following the paper, it was not centered on the cell. It has been rewritten to be centered). |
Commit 1095, by Mathias Bavay | |
May 8, 2013 | |
7 years 8 months | Trying to help the compiler use SIMD instructions for some array operations. Small documentation improvement for IMISIO. |
Commit 1094, by Mathias Bavay | |
Apr 18, 2013 | |
7 years 8 months | The >> operator was not 100% properly implemented... |
Commit 1093, by Mathias Bavay |