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 Next | |
Sep 2, 2015 | |
5 years 4 months | Playing with (hopefully) more appropriate asserts(); removing an obsolete key |
Commit 797, by Mathias Bavay | |
Sep 1, 2015 | |
5 years 4 months | Accomodating PSUM_PH being a permanent member of the MeteoData enum. |
Commit 796, by Mathias Bavay | |
5 years 4 months | Last traces of "HNW" now replaced by "PSUM" |
Commit 795, by Mathias Bavay | |
Aug 31, 2015 | |
5 years 4 months | backporting dev commit 788 (useful for Alpine3D) |
Commit 794, by Mathias Bavay | |
5 years 4 months | Now relying on MeteoData::PSUM coming from MeteoIO (since MeteoIO commit 1565). The ini files have been fixed to remove all occurence of "HNW". |
Commit 793, by Mathias Bavay | |
5 years 4 months | Improved options for gcc compilations, including the use of LTO in release mode and SANITIZE in debug (this makes the runtime around twice as long). The FindMeteoIO macro has been updated with the latest from MeteoIO. |
Commit 792, by Mathias Bavay | |
Aug 28, 2015 | |
5 years 4 months | Fixed a stack pointer getting wild... this was randomly corrupting data in Stability. This fix is still ugly, a cleaner implementation will have to be found. |
Commit 791, by Mathias Bavay | |
5 years 4 months | Bringing out the last remnants of the precipitation spliting in the code. This is now either a fixed temperature threshold fallback in the Main or a data creator in MeteoIO (with either fixed threshold or linear within a provided range). Some doxyge |
Commit 790, by Mathias Bavay | |
Aug 27, 2015 | |
5 years 4 months | Now using the new MeteoIO C_T_K and K_TO_C methods (from IOUtils). This actually solved a numerical issue in the stability indices. Note: you need at least MeteoIO rev 1562. |
Commit 789, by Mathias Bavay | |
Aug 26, 2015 | |
5 years 4 months | Initializing psum_ph with IOUtils::nodata instead of 1. This does not only seem to make more sense, but it also solves the issue that alpine3d is not making snowpacks with the new psum/psum_ph approach... |
Commit 788, by Nander Wever | |
5 years 4 months | Switching on the safemode for Richards equation solver by default, to make it more user-friendly. Also improving the error/warning messages related to non-convergence of the solver. |
Commit 787, by Nander Wever | |
Aug 25, 2015 | |
5 years 4 months | backporting dev commits 778 and 779 |
Commit 786, by Mathias Bavay | |
5 years 4 months | Backporting dev commit 777 (calling Canopy less often) |
Commit 785, by Mathias Bavay | |
5 years 4 months | Backporting dev commit 783 |
Commit 784, by Mathias Bavay | |
Aug 19, 2015 | |
5 years 5 months | Bug fix for AsciiIO, which was producing corrupt pro-files after rev. 758.... |
Commit 783, by Nander Wever | |
Aug 13, 2015 | |
5 years 5 months | porting stable commit 780 (precipitation sum and phase instead of the ugly mess of commit 689 that introduced many bugs) |
Commit 782, by Mathias Bavay | |
5 years 5 months | Merging dev commit 757 (unrealistic merging of elements) |
Commit 781, by Mathias Bavay | |
5 years 5 months | Finally, a long awaited commit: this reverts commit 689 and does it in a proper way. Mixed precipitation is now handled exactly like regular precipitation, except that a new field has to be provided: PSUM_PH that contains the precipitation phase (bet |
Commit 780, by Mathias Bavay | |
Aug 12, 2015 | |
5 years 5 months | Root uptake of liquid water becomes a sink term in the richards equation when using richards equation for soil. It is the method proposed in issue 471, but there is no safety mechanism in place when transpiration exceeds available water in the soil. |
Commit 779, by Nander Wever | |
5 years 5 months | Improving error message when richards equation doesn't converge, including a few suggestions for how to resolve the issue. |
Commit 778, by Nander Wever |