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 | |
Dec 15, 2012 | |
8 years 1 month | But there is one "exception a la regle": the uppermost snow element! Dank sei APRI2 :-(((, so that we found this hopefully prior to the release! |
Commit 345, by Charles Fierz | |
Dec 14, 2012 | |
8 years 1 month | The scaling of elements in MergeElements when there is not enough room in the element is not really necessary with the new method of always merging elements and not removing them. (It actually was a first try to find a solution for a bug which was f… |
Commit 344, by Nander Wever | |
Dec 12, 2012 | |
8 years 1 month | The new mass check criteria revealed lots of small issues but is way too stringent. For now, we comment it out and will address the issues after the release. |
Commit 343, by Mathias Bavay | |
Dec 11, 2012 | |
8 years 1 month | All the redesigning of the mergingElements function introduced a previously solved bug again: soil layers could increase thickness when the first snow layer was removed. An extra boolean has been introduced to keep track if an element is finally mer… |
Commit 342, by Nander Wever | |
8 years 1 month | Fixed a bug when doing erosion and/or precipitation from Alpine3D |
Commit 341, by Mathias Bavay | |
8 years 1 month | Fixed some documentation warnings, updated version numbers to 3.1.0, added more details to checkVolumeContent, adde two asserts to Canopy and one more volume content check in Snowpack.cc |
Commit 340, by Mathias Bavay | |
Dec 10, 2012 | |
8 years 1 month | Fixing a stupid bug in compSnowDrift that could be the reason for Alpine3D trouble; more error messages in PhaseChange in order to better track the origin of mass balance errors. |
Commit 339, by Mathias Bavay | |
Dec 7, 2012 | |
8 years 1 month | With revision 337 elements are only rarely "removed". The nomenclature is adapted accordingly ("merge"). The possibility to combine elements at the end of Snowpack::runSnowpackModel() is also renamed from "join" to "combine". |
Commit 338, by Charles Fierz | |
8 years 1 month | New procedure for joining elements. Top elements are removed, all other snow elements are joined, except for the lowest one, which is also removed. Furthermore, we melt all ice in the lowest element before removing it, so that we don't transfer ice o |
Commit 337, by Nander Wever | |
8 years 1 month | Sorry for committing something that doesn't compile... |
Commit 336, by Nander Wever | |
8 years 1 month | Prevent devision by zero when two elements with no ice are joined. |
Commit 335, by Nander Wever | |
8 years 1 month | Some code cleanup in Stability |
Commit 334, by Mathias Bavay | |
8 years 1 month | some constification and more local variables so I have a chance to understand what it does... |
Commit 333, by Mathias Bavay | |
8 years 1 month | Better detection of libsnowpack, more detailed output in checkVolumeContent, fixed a small doxygen warning. |
Commit 332, by Mathias Bavay | |
Dec 6, 2012 | |
8 years 1 month | Bug fix (wrong counter increasing...) |
Commit 331, by Nander Wever | |
8 years 1 month | This commits changes the following: - Determining properties of two snow layers that are joined is done by a weighted average with the respective ice masses in the layers as weights. - Snow layers are always joined, never merged. Reducing snow heigh… |
Commit 330, by Nander Wever | |
Dec 4, 2012 | |
8 years 1 month | When writing the snoold-files, there was a missing separator space (" ") between SOIL_C and rg. |
Commit 329, by Nander Wever | |
8 years 1 month | Fixed a doxygen warning (wrong list item) |
Commit 328, by Mathias Bavay | |
Dec 3, 2012 | |
8 years 1 month | Undo of commit 323 by Charles, because we are not sure it will do what we want this part to do in every situation. Charles and I will revise this section in the coming weeks, such that: - very small elements are not joined, or in any case, cannot gi… |
Commit 327, by Nander Wever | |
8 years 1 month | Fixing issue 286 |
Commit 326, by Mathias Bavay |