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 | |
Oct 3, 2014 | |
6 years 3 months | When introducing TAU_CLD, a nasty bug found its way into the ALLSKY_LW generator that lead to always compute a perfectly clear sky... |
Commit 1447, by Mathias Bavay | |
Oct 2, 2014 | |
6 years 3 months | A new Date::getTime() method has been written. A better error message has been implemented for ProcHNWDistribute. The daily_solar temporal interpolation can now handle daily sums provided at midnight (then assuming they belong to the day that just fi |
Commit 1446, by Mathias Bavay | |
Oct 1, 2014 | |
6 years 3 months | The grids.isEmpty() method has been renamed as empty() in order to follow the STL convention. The ARC grids written with Alpine3D naming were still not properly named, they should now be directly recognized by the Alpine3D grid viewer. |
Commit 1445, by Mathias Bavay | |
Sep 30, 2014 | |
6 years 3 months | The getTanMaxSlope method used for Winstral or Ryan has been optimized and improved: now a pixel that would be just behind a ridge would be properly processed (ie it would see the uphill slope and not the downhill slope behind the ridge). |
Commit 1444, by Mathias Bavay | |
6 years 3 months | a new seter method has been created for the grids: grid.set(grid, init). |
Commit 1443, by Mathias Bavay | |
Sep 16, 2014 | |
6 years 3 months | Adding the cmake script to detect MySQL. This is currently only working on Linux (no proper paths for Windows). |
Commit 1442, by Mathias Bavay | |
Sep 14, 2014 | |
6 years 4 months | Small complement to the "filter dev" documentation. A first implementation of the wet globe temperature has been contributed, but this is NOT usable yet (a few coefficients still must be set for the convective heat transfer coefficient). |
Commit 1441, by Mathias Bavay | |
Sep 4, 2014 | |
6 years 4 months | PINT is now properly supported in SMET. The OLWR/TSS conversion must now be handled by a data generator (implemented as "TS_OLWR"). A bug in the Coords documentation has been fixed. |
Commit 1440, by Mathias Bavay | |
Sep 3, 2014 | |
6 years 4 months | The splitting was computed using TOA_beam when it should have used TOA_h (after checking the Reindl, 1990 paper) |
Commit 1439, by Mathias Bavay | |
Sep 2, 2014 | |
6 years 4 months | White spaces and better documentation in the filters template |
Commit 1438, by Mathias Bavay | |
6 years 4 months | Fixing the warning on new Cmake versions about RPATH on OSX |
Commit 1437, by Mathias Bavay | |
Aug 29, 2014 | |
6 years 4 months | The GSN_URL key is now mandatory and the GSN_USER and GSN_PASS are now optional (for publicly accessible sensors) |
Commit 1436, by Mathias Bavay | |
Aug 27, 2014 | |
6 years 4 months | A bug has been found (thanks to ctest!) that was introduced when we added TAU_CLD: the new MeteoGrid SHADE was only partially implemented and this lead to segfaults. The decrementing code in ARCIO was wrong and this has been fixed. |
Commit 1435, by Mathias Bavay | |
Aug 26, 2014 | |
6 years 4 months | Fixing two tests that were not working anymore (since a new parameter, TAU_CLD had been inserted). White spaces in MeteoData.h, more logical iteration in ARCIO. |
Commit 1434, by Mathias Bavay | |
6 years 4 months | One change was forgotten... |
Commit 1433, by Mathias Bavay | |
Aug 25, 2014 | |
6 years 4 months | The basic operators have been implemented in Grid2DObject and Grid3DObject as well as DEMObject (with the proper update strategy). In order to suppress the risk of out of date "ncols, nrows" and since these were redundant with Array2D<>.nx/ny, they |
Commit 1432, by Mathias Bavay | |
Aug 22, 2014 | |
6 years 4 months | Adding a new meteo parameter: the cloud transmissivity TAU_CLD defined as iswr_meas / iswr_clear_sky (ie the potential radiation computed at ground level with a standard atmosphere, see Iqbal 1983). This parameter is already used by the AllSky_LW and |
Commit 1431, by Mathias Bavay | |
Aug 21, 2014 | |
6 years 4 months | NetCDFIO: checkEpsilonEquality for modified julian dates instead of test for double equality |
Commit 1430, by Thomas Egger | |
Aug 20, 2014 | |
6 years 4 months | A bug has been fixed in the Winstral implementation that could lead to infinite loops for very small DEMs. |
Commit 1429, by Mathias Bavay | |
Aug 19, 2014 | |
6 years 4 months | put the missing header at the proper place |
Commit 1428, by Mathias Bavay |