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 | |
Jun 28, 2017 | |
3 years 6 months | Updated version of snowpackCore/Solver.h and snowpackCore/Solver.cc to return true whenever NaNs are containedin the solution vector, in other words if the solver fails to solve the system for any reason, rank deficiency for instance |
Commit 1443, by Julien Kohler | |
Jun 26, 2017 | |
3 years 6 months | Merging dev-branch up to and including rev. 1441 into the sea_ice-branch. |
Commit 1442, by Nander Wever | |
3 years 6 months | Improving the functions for the hydraulic properties, by removing the near saturation discontinuity branching where this was not necessary. Improves the numerical stability in high infilitration rates in low-conductivity soils. |
Commit 1441, by Nander Wever | |
3 years 6 months | A more conservative and more robust upper boundary condition for the infilitration limited case. Infilitration is now limited to filling only the upper element. This behaves more stable in simulations with high influx rates in "difficult" soils with |
Commit 1440, by Nander Wever | |
3 years 6 months | Improved formulation of the WATERTABLE boundary condition. |
Commit 1439, by Nander Wever | |
3 years 6 months | Correcting the SEEPAGE boundary condition. |
Commit 1438, by Nander Wever | |
3 years 6 months | New documentation, hoping that which components are involved in a simulation would get clearer |
Commit 1437, by Mathias Bavay | |
3 years 6 months | Limit the pressure head for determining the soil freezing point depression to the saturation pressure. |
Commit 1436, by Nander Wever | |
3 years 6 months | Create proper initialization for pressure head. |
Commit 1435, by Nander Wever | |
3 years 6 months | It's better to not initialize pressure head with 0., but with undefined. |
Commit 1434, by Nander Wever | |
Jun 23, 2017 | |
3 years 7 months | Improving code structure by removing duplicate statements. |
Commit 1433, by Nander Wever | |
3 years 7 months | Improving comments and screen messages. |
Commit 1432, by Nander Wever | |
3 years 7 months | Adding comments. |
Commit 1431, by Nander Wever | |
Jun 22, 2017 | |
3 years 7 months | Bug fix for the sea ice version which was introduced by making the indices unsigned size_t. Also reducing default max_ice to 95%. |
Commit 1430, by Nander Wever | |
3 years 7 months | Documentation improvements, turning off a (stupid) warning |
Commit 1429, by Mathias Bavay | |
Jun 21, 2017 | |
3 years 7 months | My previous commit was wrong... I should have manually merged the files! |
Commit 1428, by Mathias Bavay | |
3 years 7 months | After fixing a bug in the ILWR output, the reference files had to be changed. A (stupid) warning on some Clang compilers (newer osX) has been turned off. Documentation improvements. |
Commit 1427, by Mathias Bavay | |
3 years 7 months | Merging dev-branch up to and including rev. 1425 into the sea_ice-branch. |
Commit 1426, by Nander Wever | |
3 years 7 months | Improving code consistency. Checks for density should for example also work for soil layers. Also get rid of some arbitrary density limits, inconsistent with other limits. This is necessary for soil layers inside the snowpack (snow farming/lava), etc |
Commit 1425, by Nander Wever | |
Jun 19, 2017 | |
3 years 7 months | Commit 1417 was not stable with the temperature equation. Reverting it. |
Commit 1424, by Nander Wever |