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 | |
May 17, 2014 | |
6 years 8 months | I forgot to take into account possible ice when dealing with LIMITEDINFILTRATION, that's why my a3d simulations kept on crashing. Furthermore, reformat the if-statement to make it clearer. |
Commit 576, by Nander Wever | |
May 15, 2014 | |
6 years 8 months | The old criterion for LIMITEDINFLUX was too restrictive, rejecting too much infiltrating water. This one is expected to work better. |
Commit 575, by Nander Wever | |
May 14, 2014 | |
6 years 8 months | Fulfilling a request from snow hydrology: this commit makes it possible to specify a linear temperature range instead of a fixed threshold to seperate hnw in rainfall and snowfall. Default behaviour of SNOWPACK should be unchanged. However, when in t |
Commit 574, by Nander Wever | |
May 13, 2014 | |
6 years 8 months | The committed expression for the soil heat flux yields significant energy balance improvements. |
Commit 573, by Nander Wever | |
6 years 8 months | As always, big commits go wrong the first time... |
Commit 572, by Nander Wever | |
6 years 8 months | A big change to the phase change routines to improve energy balance in SNOWPACK: 1) The flags for melting and freezing are removed, they were not really used anyway. 2) Per layer, phase changes are executed one after another (melt and freeze). So not |
Commit 571, by Nander Wever | |
6 years 8 months | An early return from the solver in case no layers are present. |
Commit 570, by Nander Wever | |
6 years 8 months | Add comments about open issues for future development. |
Commit 569, by Nander Wever | |
May 9, 2014 | |
6 years 8 months | Just renaming a variable in the header file to stay consistent. |
Commit 568, by Nander Wever | |
6 years 8 months | Introducing another switch in the Richards solver for limiting the infiltration flux from snow into soil, in case the snowpack is solved with the Bucket or NIED scheme. |
Commit 567, by Nander Wever | |
May 8, 2014 | |
6 years 8 months | 1) Bringing soil type names up to date with common terminology 2) Making sure that the ALPINE3D soil type can initialise with all specified soil types based on grain size in the *.sno file 3) A technical change to the function call to SetSoil to make |
Commit 566, by Nander Wever | |
May 7, 2014 | |
6 years 8 months | Removing a strange if-condition to determine failure of convergence. Not sure how this appeared in the code and what its functionality is, but it is has been causing some problems. Therefore, I remove it. |
Commit 565, by Nander Wever | |
May 5, 2014 | |
6 years 8 months | Apparently, a previous attempt (see Rev. 552) to fix the energy balance in cases where a dry surface layer gets merged with a wet layer below, by postponing the merging, was not working. Hopefully this one does (new lower limit on element length). |
Commit 564, by Nander Wever | |
May 1, 2014 | |
6 years 8 months | Smaller Edits |
Commit 563, by Michael Lehning | |
Apr 30, 2014 | |
6 years 8 months | merging stable commit 561 (fixing warnings linked to types conversions) |
Commit 562, by Mathias Bavay | |
6 years 8 months | fixing some warnings linked to types conversions (size_t, double, int) |
Commit 561, by Mathias Bavay | |
Apr 25, 2014 | |
6 years 8 months | One of the backported commit was making trouble: "WaterTransport.cc:419: void WaterTransport::compSurfaceSublimation(const CurrentMeteo&, double, SnowStation&, SurfaceFluxes&): Assertion `EMS[e].Rho>=0. || EMS[e].Rho==IOUtils::nodata' failed." It has |
Commit 560, by Mathias Bavay | |
Apr 24, 2014 | |
6 years 9 months | backport bug fix from stable, commits 557 and 558 |
Commit 559, by Mathias Bavay | |
6 years 9 months | fix a typo |
Commit 558, by Mathias Bavay | |
6 years 9 months | The air emissivity is now computed the same way regardless of where it happens (since it was computed at two different locations in Main.cc). A new function has been created for readability in Main.cc |
Commit 557, by Mathias Bavay |