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 | |
Jan 29, 2018 | |
2 years 11 months | One part was missing for the last backport... |
Commit 1552, by Mathias Bavay | |
2 years 11 months | Backporting stable commits 1547 and 1548 (skeleton for upcoming work) |
Commit 1551, by Mathias Bavay | |
2 years 11 months | Backporting stable commits 1488 and 1489 (optimizations for Alpine3D, avoid having to reconstruct lots of objects at every time step) |
Commit 1550, by Mathias Bavay | |
2 years 11 months | Backporting stable commits 1481, 1486, 1487, 1492-1500, 1529, 1532, 1541 and 1546 (bug fixes as well as the new ElementID replacing the tags) |
Commit 1549, by Mathias Bavay | |
Jan 26, 2018 | |
2 years 11 months | More skeleton for the technical snow handling... |
Commit 1548, by Mathias Bavay | |
2 years 11 months | A skeleton has been created for the upcoming work on technical snow (ie it currently does nothing) |
Commit 1547, by Mathias Bavay | |
2 years 11 months | In order to make the radiation processing clearer, two comments have been added to refer to a previous processing step. The tweak of the radiation when we have trouble melting some residual snow on the ground has been improved: it is not used anymor… |
Commit 1546, by Mathias Bavay | |
Jan 20, 2018 | |
3 years 4 days | An unnecessary unicode character ended up in the beginning of the file |
Commit 1545, by Nander Wever | |
Jan 18, 2018 | |
3 years 6 days | Correcting and improving on comment. |
Commit 1544, by Nander Wever | |
3 years 6 days | Stability of preferential flow seems to be improved by treating the water moving from matrix to preferential flow as a source/sink term in preferential flow. |
Commit 1543, by Nander Wever | |
3 years 6 days | Adding the possibility to switch on/off a limiting approach for the source/sink term using a boolean. Also equal approach with the boundary fluxes, first limit time step, then the flux. |
Commit 1542, by Nander Wever | |
3 years 6 days | When no solutes were defined but the user selected "OUT_LOAD", there was a segfault |
Commit 1541, by Mathias Bavay | |
Jan 14, 2018 | |
3 years 10 days | Bug fix: when the source sink term is applied, take into account possible limiting of this term for assessing the mass balance, meaning that totalsourcetermflux should be calculated later in the code. |
Commit 1540, by Nander Wever | |
3 years 10 days | Improving some of the comments. |
Commit 1539, by Nander Wever | |
Jan 13, 2018 | |
3 years 11 days | Some small improvements in variable naming and code structure to improve the understanding. |
Commit 1538, by Nander Wever | |
Jan 11, 2018 | |
3 years 13 days | Bug fix, theta_r should not increase by these kind of criteria. Also changing the criterion a bit. |
Commit 1537, by Nander Wever | |
3 years 13 days | Bug fix II. Turned out there was another occasion with Xdata.SoilNode-1. |
Commit 1536, by Nander Wever | |
3 years 13 days | Bug fix. Because Xdata.SoilNode is unsigned, Xdata.SoilNode-1 is a bad thing to do. |
Commit 1535, by Nander Wever | |
3 years 13 days | Informing if the crash in REQ is during matrix or pref flow. |
Commit 1534, by Nander Wever | |
3 years 13 days | Something in these conditions must have been removed at some point, but in the current form, these else statements would never have been executed... |
Commit 1533, by Nander Wever |