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 | |
Oct 23, 2013 | |
7 years 2 months | The new UsageTimer as being used in the benchmarks for the MeteoIO paper - comments and WIndows version pending. |
Commit 1183, by Thomas Egger | |
Oct 21, 2013 | |
7 years 2 months | some cleanup on the GeoTop plugin code |
Commit 1182, by Mathias Bavay | |
Oct 18, 2013 | |
7 years 3 months | fixing issue 303: if swe>0, then we accept all delta_swe>=0 (since 0 is also a valid value!). Moreover, it is now possible to properly generate a composite HNW: IMIS in the summer and Snowpack in the winter. |
Commit 1181, by Mathias Bavay | |
7 years 3 months | Fixing some size_t issues in PNGIO and slight improvement to the documentation |
Commit 1180, by Mathias Bavay | |
Oct 15, 2013 | |
7 years 3 months | The FindMeteoIO script had a typo... |
Commit 1179, by Mathias Bavay | |
Oct 11, 2013 | |
7 years 3 months | changing search priorities so compiling the examples gets more pleasant (ie searching first the source tree and then the installation paths) |
Commit 1178, 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 |