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 | |
Nov 7, 2013 | |
7 years 2 months | Fixing unused variables warnings. But a static member is undefined, therefore the code does NOT compile... |
Commit 472, by Mathias Bavay | |
7 years 2 months | |
Commit 471, by Isabelle igouttevin | |
Nov 4, 2013 | |
7 years 2 months | cos_sl is now a member of the SnowStation class, claculated once during initialization. the SnowLayer member strain_rate was renamed v_strain_rate to show its viscous origin and a few reordering occured in two classes of DataClasses.cc |
Commit 470, by Charles Fierz | |
Nov 2, 2013 | |
7 years 2 months | Fixing Issue 332 of snowpack: With no snow on the ground the .pro entries written as 0xxx,0 caused an error when read in by SN_GUI. Now the entries read 0xxx,1,0 and SN_GUI is silently happy :-) |
Commit 469, by Charles Fierz | |
Nov 1, 2013 | |
7 years 2 months | Some macros have been moved as functions. A check on minimum_l_element has been added to help the users detect invalid ini files. The CMakeLists have been simplified and now require cmake2.8.0. |
Commit 468, by Mathias Bavay | |
Oct 29, 2013 | |
7 years 2 months | STpar.psi_ref was nort defined! Updated and corrected references and notes. |
Commit 467, by Charles Fierz | |
7 years 2 months | Allow for using 2 virtual slopes only |
Commit 466, by Charles Fierz | |
7 years 2 months | Renamed TRESH_DT_AIRSNOW to THRESH_DTEMP_AIR_SNOW and accordingly in Snowpack.[cch] |
Commit 465, by Charles Fierz | |
7 years 2 months | Relocate new piece of code by M. Lehning in Laws_sn.cc. Typo-like corrections otherwise. |
Commit 464, by Charles Fierz | |
Oct 28, 2013 | |
7 years 2 months | The Pdata generation is now done in a member of SnowProfileLayer. The dumpAsciiProfile method has been moved to Asciio and awaits its final integration to really shine... |
Commit 463, by Mathias Bavay | |
Oct 23, 2013 | |
7 years 3 months | Correcting a problem when we don't allow soil freezing with Richards equation. The soil temperature should remain 0 degC or higher (else the soil cools too much because the energy is not used), but this requires not only element, but also nodal tempe |
Commit 462, by Nander Wever | |
Oct 15, 2013 | |
7 years 3 months | changing some default values (GRASS and HARDNESS_IN_NEWTON) |
Commit 461, by Mathias Bavay | |
7 years 3 months | The fixed_albedo value was not properly initialized (set to 0 but later tested for Constants::undefined). The DETECT_GRASS is set to TRUE by default in order to be in agreement with the documentation. The RunInfo class has been improved: it does not |
Commit 460, by Mathias Bavay | |
7 years 3 months | Improving the output of the script: adding units to output and typos. |
Commit 459, by Nander Wever | |
Oct 14, 2013 | |
7 years 3 months | The two special cases in soil freezing in combination with Richards equation need to be treated in reverse order. Else tiny amounts of ice won't melt, even when enough energy is available. |
Commit 458, by Nander Wever | |
Oct 8, 2013 | |
7 years 3 months | Improvement of the massbalancecheck script, thanks to Christine. Now it also checks the mass balance for time steps were the complete snowfall amount of 1 time step disappears in the same time step due to snow drift, evaporation/sublimation or runoff |
Commit 457, by Nander Wever | |
Oct 7, 2013 | |
7 years 3 months | Still working on the screen outputs |
Commit 456, by Mathias Bavay | |
7 years 3 months | Better consistency in screen outputs (ie where to put the time stamp) and trying to get better consistency in keys (now assuming also in SnowDrift that SNOW_REDISTIBUTION only apply when more than 1 slope has been defined) |
Commit 455, by Mathias Bavay | |
7 years 3 months | Watertransport model NIED is actually not really well defined for soil. So if we use it only for snow, we should make sure that both eUpper and eLower are in snow. This makes the code in better agreement with the original c-version. |
Commit 454, by Nander Wever | |
Oct 4, 2013 | |
7 years 3 months | A bug was found when writing the ascii files out, causing crashes. This was another good opportunity to modernize some legacy code! |
Commit 453, by Mathias Bavay |