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 | |
Oct 17, 2018 | |
2 years 3 months | cosmetic fix for consistency (when looking for another problem) |
Commit 1687, by Mathias Bavay | |
Oct 12, 2018 | |
2 years 3 months | Adapted Snowpack TRUNK and DEV to Alpine3D SNO_write crash bug (see A3D commit 470). New key ALPINE3D_PTS added. This key is FALSE by default and set to TRUE by A3D if POI are defined. This key should not be set to TRUE by user in the ini file. This… |
Commit 1686, by Adrien Michel | |
Oct 8, 2018 | |
2 years 3 months | Allow to set ARCH_OPTIM with Intel compilers |
Commit 1685, by Adrien Michel | |
Oct 5, 2018 | |
2 years 3 months | Fixed a warning and ported MeteoIO's cmake FindXXX script so it can be found for VC++ |
Commit 1684, by Mathias Bavay | |
2 years 3 months | Corrected memory error catched by valgrind |
Commit 1683, by Adrien Michel | |
2 years 3 months | Silenced some of Clang warnings (commented unused variables and code) |
Commit 1682, by Adrien Michel | |
2 years 3 months | Removed -Wunused-template with Clang, not working correctly |
Commit 1681, by Adrien Michel | |
2 years 3 months | Corrected type in Solver.cc, adding forgotten file Laws_sn.cc |
Commit 1680, by Adrien Michel | |
2 years 3 months | Huge warning removal with GCC, most of the variables of the solver have been changed from size_t to int, because some of them have to be int and it's a mess to avoid warning when comparing, adding or multypling int and size_t. Intel compiler will s… |
Commit 1679, by Adrien Michel | |
2 years 3 months | Added rhov to NodeData initialization list and to NodeData output functions |
Commit 1678, by Adrien Michel | |
2 years 3 months | Formatting issues |
Commit 1677, by Adrien Michel | |
Oct 4, 2018 | |
2 years 3 months | Fixed albedo issue when ice layer is on top of snowpack. Now SOIL_EVAP_MODEL is a key in the SnowpackAdvanced section and not anymore hardcoded in snLaws |
Commit 1676, by Adrien Michel | |
2 years 3 months | Fixed some issues for VC++ (actually, non-standard compliant code) |
Commit 1675, by Mathias Bavay | |
Oct 1, 2018 | |
2 years 3 months | The slopes were wrong... |
Commit 1674, by Mathias Bavay | |
2 years 3 months | Updating the reference files to match the head keys renaming |
Commit 1673, by Mathias Bavay | |
2 years 3 months | The "old" SlopeAngle and SlopeAzi keys in the smet header have been removed since they are now replaced by slope_angle and slope_azi. |
Commit 1672, by Mathias Bavay | |
Sep 28, 2018 | |
2 years 3 months | Porting stable commit 1670 |
Commit 1671, by Mathias Bavay | |
2 years 3 months | Porting some of the compiling options from dev. Adding slope_angle and slope_azi to the SMET files (so it is much easier to reuse the simulated results into another simulation). |
Commit 1670, by Mathias Bavay | |
2 years 3 months | Starting-from-profiles, Fixed a typo |
Change of Starting-from-profiles, by Mathias Bavay | |
Sep 27, 2018 | |
2 years 3 months | Looks like it is more reliable to check on both conditions for element removal. |
Commit 1669, by Nander Wever |