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 | |
Sep 4, 2012 | |
8 years 4 months | Added/updated some drawings to the documentation |
Commit 281, by Mathias Bavay | |
Sep 3, 2012 | |
8 years 4 months | This is an important change to snowpack: PhaseChange is now carried out twice per time step. First to do PhaseChange after the temperature equation has been solved, to adapt to the new temperature profile. Then, after watertransport, PhaseChange is d |
Commit 280, by Nander Wever | |
Aug 31, 2012 | |
8 years 4 months | - Make distclean before each testrun (no more double publication of results on CDash server) - cTest script for Valgrind init cache correctly |
Commit 279, by David Zanella | |
Aug 30, 2012 | |
8 years 4 months | adapt path of header files |
Commit 278, by Charles Fierz | |
8 years 4 months | Updated metExtract.sh to accomodate multiple files |
Commit 277, by Charles Fierz | |
8 years 4 months | Update the energy balance check script, so it resembles mass balance script and offers same functionality. |
Commit 276, by Nander Wever | |
Aug 29, 2012 | |
8 years 4 months | reduing the amount of standard output in the tests (skipping the long list of differences to only show the summary) |
Commit 275, by Mathias Bavay | |
8 years 4 months | Rewritten the excess_water part, because I was not 100% sure that it was doing what it was supposed to do. By introducing 2 temporary variables, the reasoning behind the calculation can be followed better. |
Commit 274, by Nander Wever | |
8 years 4 months | This commit solves a problem with mergeElements. theta[SOIL] was not considered in calculating theta[AIR] and density, leading to problems where the upper element is snow and the lower element is soil. Note: this situation (upper = snow layer, lower… |
Commit 273, by Nander Wever | |
8 years 4 months | This change solves a bug when WaterTransport::compSurfaceSublimation() was called with fabs(ql)<Constants::eps2. Then, it was possible that a referral was made to element nE, which does not exist. Now, the calculation of evaporation/deposition is sk… |
Commit 272, by Nander Wever | |
Aug 23, 2012 | |
8 years 5 months | This is to compute the soil/snow heat flux after having computed the temperature profile but BEFORE we readjust it in PhaseChange. And some cosmetics resulted too (e.g. in Canopy.cc) |
Commit 271, by Charles Fierz | |
Aug 22, 2012 | |
8 years 5 months | The regular expression for testing the success of a test was not catching all cases, it has been improved. The reference files have been updated after the changes of commit 256. Writing snoold files is now done using c++ streams and << operators. Th… |
Commit 270, by Mathias Bavay | |
Aug 21, 2012 | |
8 years 5 months | The SurfaceFluxes class has a better << operator (useful for debugging). A new method has been added to the data writing classes: snowCoverExist() to check if the snow cover data for a given station is available (in order to have a fallback strategy… |
Commit 269, by Mathias Bavay | |
Aug 20, 2012 | |
8 years 5 months | Reducing log outputs for Alpine3D (for phase change) |
Commit 268, by Mathias Bavay | |
Aug 17, 2012 | |
8 years 5 months | hoping that changing the shell to bash would make cron jobs work flawlessly... |
Commit 267, by Mathias Bavay | |
Aug 16, 2012 | |
8 years 5 months | Updated version of the massbalancecheck.sh script, now with the option to define the period over which the mass balance should be determined. |
Commit 266, by Nander Wever | |
Aug 15, 2012 | |
8 years 5 months | Add the scripts for the cron job. Now the cron job only has to call startScripts.sh. |
Commit 265, by Mathias Bavay | |
Aug 13, 2012 | |
8 years 5 months | The test will only properly work when ERROR is written before the output of the script, so now awk stores all the lines of the output in an array first, then prints ERROR and then prints all the lines in the array. |
Commit 264, by Nander Wever | |
Aug 10, 2012 | |
8 years 5 months | Final issues (hopefully) solved with where to put runoff in which cases. This change involves rain in cases where the rain fall amount is so large, that it immediately drains from the snowpack. |
Commit 263, by Nander Wever | |
8 years 5 months | Some improvements to the mass balance check. Now the complete output can be looked at in the test reports. |
Commit 262, by Nander Wever |