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 | |
Feb 10, 2015 | |
5 years 11 months | This seems to be a sufficient fix for occasional "temperature above melting point" warnings. The commit also bounds the nodal temperatures in alpine3d simulations. |
Commit 720, by Nander Wever | |
5 years 11 months | For Alpine3D, the out of bound temperatures are now only a warning and the element temperature gets reset to (hopefully) meaningful values. For Snowpack, this remains an exception. |
Commit 719, by Mathias Bavay | |
Feb 9, 2015 | |
5 years 11 months | re-organizing the albedo (parametrized vs measured) code |
Commit 718, by Mathias Bavay | |
5 years 11 months | Solving a serious albedo bug, because a canopy modification was assumed without testing if we actually are in a canopy! Simulations with modelled albedo since commit 689 were all done the wrong way. |
Commit 717, by Nander Wever | |
Feb 4, 2015 | |
5 years 11 months | Solving a bug where SNOWPACK is not always correctly identifying ice layers from the marker when determining snow type. |
Commit 716, by Nander Wever | |
Feb 3, 2015 | |
5 years 11 months | More documentation updates (mostly about file formats) |
Commit 715, by Mathias Bavay | |
Jan 30, 2015 | |
5 years 11 months | Trying to build a better structured and user friendly documentation... (we are not there yet!) |
Commit 714, by Mathias Bavay | |
5 years 11 months | Methods have been added to average (actually, to multiply by any factor) the fluxes in SurfaceFluxes and CanopyData. A warning has been fixed in CaamlIO and whitespaces in SnowpackIO. |
Commit 713, by Mathias Bavay | |
Jan 28, 2015 | |
5 years 11 months | Fixing a typo inAsciiIO, fixing some bugs in CaaMLIO (it should not crash when writing an empty profile!). |
Commit 712, by Mathias Bavay | |
5 years 11 months | A few new methods have been added: BoundCond::toString() for debugging and SurfaceFluxes::averageEnergyFluxes() for Alpine3D. Otherwise, code cleanup in Laws_sn. |
Commit 711, by Mathias Bavay | |
Jan 19, 2015 | |
6 years 23 hours | Backporting stable commits 671, 386, 703, 708 and 709 (critical bugfix for operational systems) |
Commit 710, by Mathias Bavay | |
Jan 17, 2015 | |
6 years 2 days | Fixed a VERY SERIOUS bug that lead to underestimation of the new snow sums in operational systems. Please apply this commit to your code! |
Commit 709, by Mathias Bavay | |
Dec 22, 2014 | |
6 years 28 days | now enforcing the new values for the SNOW key: either SMET or CAAML or SNOOLD. Inishell still has to be updated! |
Commit 708, by Mathias Bavay | |
Dec 12, 2014 | |
6 years 1 month | Correcting an error from yesterdays change (commit 706) and extra brackets for clarity. |
Commit 707, by Nander Wever | |
Dec 11, 2014 | |
6 years 1 month | Change to introduce a volumetric content designated to hold water that is in preferential flow. It separates matrix flow (theta[WATER]) and preferential flow (theta[WATER_PREF]). Now, we have theta[SOIL], theta[WATER], theta[WATER_PREF], theta[ICE] a |
Commit 706, by Nander Wever | |
6 years 1 month | Deleting old files. |
Commit 705, by Nander Wever | |
6 years 1 month | Creating a branch of dev for preferential flow implementation |
Commit 704, by Nander Wever | |
Dec 5, 2014 | |
6 years 1 month | Improved documentation (a reference has been added) and properly setting the Hdata_ind for lwi computed with only one slope (this was missing and creating trouble for the database) |
Commit 703, by Mathias Bavay | |
Nov 12, 2014 | |
6 years 2 months | Solving an issue that when sw_mode == "BOTH", ISWR and RSWR were set to 0 when either one was missing. This is a rather inconvenient approach. This commit uses the parameterized albedo instead. |
Commit 702, by Nander Wever | |
Oct 24, 2014 | |
6 years 2 months | Deleting an unenecessary cout and a typo |
Commit 701, by Charles Fierz |