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 10, 2013 | |
7 years 3 months | Compiling-MeteoIO, Added how to compile the examples |
Change of Compiling-MeteoIO, by Mathias Bavay | |
7 years 3 months | Compiling-MeteoIO, Adding a more synthetic view of the required downloads for each platform |
Change of Compiling-MeteoIO, by Mathias Bavay | |
Oct 5, 2013 | |
7 years 3 months | Fixing some warnings for Visual C++ and also using ostringstream instead of stringstream when appropriate |
Commit 1177, by Mathias Bavay | |
Oct 4, 2013 | |
7 years 3 months | Setting the stage for getrusage() and GetProcessTimes( ) |
Commit 1176, by Thomas Egger | |
Oct 2, 2013 | |
7 years 3 months | changed a few names for consistency, added a few const or static methods |
Commit 1175, by Mathias Bavay | |
7 years 3 months | Removing the approximated solar radiation daily sum, since it contains a projection error (it seems to project twice to the horizontal) |
Commit 1174, by Mathias Bavay | |
Oct 1, 2013 | |
7 years 3 months | Finally, another method for handling daily sums of solar radiation has been implemented: when a point is requested, the potential solar radiation is computed for the whole day with a 20 minutes resolution, filling a vector and computing the daily sum |
Commit 1173, by Mathias Bavay | |
Sep 30, 2013 | |
7 years 3 months | Now the dates can be rounded to the day (there was a bug preventing it before). A new parametrization has been implemented in SunObject that computes the daily sum of TOA radiation. This is used by a new resampling method that computes subdaily value |
Commit 1172, by Mathias Bavay | |
Sep 24, 2013 | |
7 years 3 months | Fixing a literature reference. |
Commit 1171, by Nander Wever | |
7 years 3 months | code cleanup |
Commit 1170, by Mathias Bavay | |
7 years 3 months | Since Rob has committed his precipitation spatial interpolation, the 2D_interpolation reference result had to be updated. Several members in filter classes could be made const/static/private. |
Commit 1169, by Mathias Bavay | |
Sep 23, 2013 | |
7 years 3 months | Compiling MeteoiIO ONLY static was actually not working... this has been fixed |
Commit 1168, by Mathias Bavay | |
7 years 3 months | Slightly improved documentation on spatial interpolations and now really allowing linear regression on only 2 points |
Commit 1167, by Mathias Bavay | |
7 years 3 months | Some headers were not included and the header files were not listed in any kind of convenient order... This is not fixed (find meteoio -name "*.h" | sort gives the order we follow) |
Commit 1166, by Mathias Bavay | |
7 years 3 months | Pushing the version number to 2.4.0 in preparation for the next release |
Commit 1165, by Mathias Bavay | |
Sep 20, 2013 | |
7 years 3 months | Oups, the internal dem was not updated... |
Commit 1164, by Mathias Bavay | |
7 years 3 months | small clean up (doc, spaces, indentation, unused variables) |
Commit 1163, by Mathias Bavay | |
7 years 3 months | Redesigned algorithm for redistribution of solid precip on steep slopes. This is done by pushing precip from the top to the bottom of the slope. Curvature correction has been turned off. Now this redesign will be validated with laser-scanner data. |
Commit 1162, by Robert Spence | |
7 years 3 months | The info string for the spatial interpolations was not being cleared between calls, leading to ever increasing content... Otherwise, using an ostringstream instead of stringstream in PNGIO and fixed a typo in the documentation. |
Commit 1161, by Mathias Bavay | |
Sep 18, 2013 | |
7 years 3 months | one more type inconsistency |
Commit 1160, by Mathias Bavay |