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 | |
Jul 16, 2020 | |
6 months 3 days | Adding the possibility to suppress writing *.haz files (controlled by the key HAZ_WRITE in [Output] section). |
Commit 1852, by Nander Wever | |
Jul 8, 2020 | |
6 months 11 days | Better handling of RPATH |
Commit 1851, by Mathias Bavay | |
Jul 7, 2020 | |
6 months 12 days | Now soil evaporation model is configured with an new SNOWPACKADVANCED::SOIL_EVAP_MODEL key (as in dev branch). In addition, the soil thermal conductivity computation from fitted data can now be bypassed with another new SNOWPACKADVANCED::SOIL_THERMA… |
Commit 1850, by Adrien Michel | |
May 26, 2020 | |
7 months 24 days | Added some missing documentation to TechSnow |
Commit 1849, by Mathias Bavay | |
May 25, 2020 | |
7 months 25 days | Minor optimization so we can call TechSnow::preparation() even when there is not enough snow for grooming (and it should remain efficient). |
Commit 1848, by Mathias Bavay | |
7 months 25 days | The TechSnow class can not be static anymore: reading config keys at every timestep is very inefficient, so they have to be read once in the constructor and saved for all subsequent calls. |
Commit 1847, by Mathias Bavay | |
7 months 25 days | The SNOW_PREPARATION key has been renamed into SNOW_GROOMING because it was conflicting with the snow production in Alpine3D |
Commit 1846, by Mathias Bavay | |
7 months 25 days | Moved all the TechSnow keys into a new TechSnow section (so these keys don't end up into a SnowpackAdvanced section and can be shared with Alpine3D) |
Commit 1845, by Mathias Bavay | |
May 20, 2020 | |
7 months 30 days | Small bug in TechnicalSnow.cc: Getting the snow height was wrong |
Commit 1844, by Pirmin Ebner | |
May 19, 2020 | |
8 months 1 day | Forgotten to commit the Main.cc in my last commitement |
Commit 1843, by Pirmin Ebner | |
8 months 1 day | Grooming time and impact can be defined in io.ini file |
Commit 1842, by Pirmin Ebner | |
May 12, 2020 | |
8 months 7 days | Porting stable commit 1840 (The BACKUP_DAYS_BETWEEN key has been renamed into SNOW_DAYS_BETWEEN) |
Commit 1841, by Mathias Bavay | |
8 months 7 days | The BACKUP_DAYS_BETWEEN key has been renamed into SNOW_DAYS_BETWEEN for consistency with the other parameters and Alpine3D. The deprecated key ISWR_IS_NET has been fully removed. |
Commit 1840, by Mathias Bavay | |
May 6, 2020 | |
8 months 13 days | Renamed a method to the same name as in the dev branch |
Commit 1839, by Mathias Bavay | |
8 months 13 days | Fixed a warning (porting stable commit 1836) |
Commit 1838, by Mathias Bavay | |
8 months 13 days | Porting stable commit 1835 |
Commit 1837, by Mathias Bavay | |
8 months 13 days | Fixed some warnings |
Commit 1836, by Mathias Bavay | |
8 months 13 days | Fixed an inconvenience: when "stability" throws an arithmetic exception, it can not be caught by C++ (since it is a CPU exception). This means that if this happens in Alpine3D, instead of asisgning a max_stability value to the pixel and moving on, t… |
Commit 1835, by Mathias Bavay | |
Apr 8, 2020 | |
9 months 11 days | Bug fix: upon multiple element removals, nodal positions could end up incorrect. |
Commit 1834, by Nander Wever | |
9 months 11 days | Cosmetics... |
Commit 1833, by Nander Wever |