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 | |
Aug 12, 2014 | |
6 years 5 months | porting stable commits 639 and 641 |
Commit 642, by Mathias Bavay | |
Aug 6, 2014 | |
6 years 5 months | Adding serialization/deserialization for class CurrentMeteo and a default constructor, which is needed when deserializing the object in A3D |
Commit 641, by Thomas Egger | |
6 years 5 months | Overlooked something when using RE for snow: snow melt of a previously dry layer should also trigger the restructuring algorithm for nodal and element temperatures. This solves many of the warnings that "Snow temperature is above melting point" and p |
Commit 640, by Nander Wever | |
Aug 2, 2014 | |
6 years 5 months | SurfaceFluxes: Adding insertion and extraction operator implementations to allow serialization and deserialization of these objects. |
Commit 639, by Thomas Egger | |
Jul 31, 2014 | |
6 years 5 months | porting stable commit 633 |
Commit 638, by Mathias Bavay | |
6 years 5 months | backporting dev commits 634, 635, 636. This should fix the now infamous Alpine3D bug... |
Commit 637, by Mathias Bavay | |
6 years 5 months | Commit 603 was causing troubles all over the place, although I do not understand why. Anyway, revert it. |
Commit 636, by Nander Wever | |
6 years 5 months | Commit 630 was not a solution for the problem. So revert it. |
Commit 635, by Nander Wever | |
6 years 5 months | Fixing a mass balance error when using Richards Equation for cases where more than 1 element is merged at once, and it turns out to be complete melt. |
Commit 634, by Nander Wever | |
6 years 5 months | Warn users when they use RE-solver and compiled SNOWPACK with DEBUG_ARITHM set to ON. This is very likely to quickly result in a Floating point exception. |
Commit 633, by Nander Wever | |
Jul 30, 2014 | |
6 years 5 months | back porting dev commit 625 |
Commit 632, by Mathias Bavay | |
6 years 5 months | porting stable commit 630 |
Commit 631, by Mathias Bavay | |
6 years 5 months | Suppress unstable conditions in case of sub-freezing conditions in alpine3d simulations, to prevent strong cooling fluxes and subsequent strong TSS oscillations (see issue 382). |
Commit 630, by Nander Wever | |
6 years 5 months | porting stable commits 622 (for MPI compatibility, with the necessary adjustments to the dev branch), 624, 626, 627, 628 |
Commit 629, by Mathias Bavay | |
6 years 5 months | removing popc compilation support as well as unused cmake policies |
Commit 628, by Mathias Bavay | |
6 years 5 months | Adding two new assert() to better catch stability.cc issues |
Commit 627, by Mathias Bavay | |
6 years 5 months | Restructuring the code used when starting a simulation, for greater clarity (still quite a long way to go, though!) |
Commit 626, by Mathias Bavay | |
6 years 5 months | Just make things with the explicit/implicit boundary conditions a little clearer. SNOWPACK should work the same as before this commit. |
Commit 625, by Nander Wever | |
Jul 26, 2014 | |
6 years 5 months | DataClasses: Adding insertion and extraction (<<, >>) operators for most classes. Reason: These data types are used in the MPI version of A3D, where serialization and deserialization is mandatory. |
Commit 624, by Thomas Egger | |
Jul 25, 2014 | |
6 years 5 months | backporting stable commit 622 |
Commit 623, by Mathias Bavay |