- 21 May, 2022 1 commit
-
-
Nander Wever authored
Adding output precision and width per field for timeseries *.smet output (currently everything is set to the same default values, but can now be adapted depending on use cases)
-
- 28 Apr, 2022 1 commit
-
-
Mathias Bavay authored
-
- 13 Apr, 2022 2 commits
-
-
Adrien Michel authored
-
Adrien Michel authored
Corrected wrong test for ice metarmophisme, the 'or' on the left was always returning true, and mk for layer mk = 7 was wrongly updated to 8 (which has a huge impact on albedo). Now the 'or' is 'and' and the behaviour is as expected.
-
- 21 Mar, 2022 1 commit
-
-
Mathias Bavay authored
-
- 18 Mar, 2022 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- 10 Mar, 2022 1 commit
-
-
Mathias Bavay authored
-
- 08 Mar, 2022 1 commit
-
-
Mathias Bavay authored
-
- 25 Feb, 2022 1 commit
-
-
Nander Wever authored
Bug fix for commit 539b98e8: in preparing the output, the if statement was swapped. Also, the cumulative fluxes were erroneously added instead of the instantaneous fluxes.
-
- 08 Feb, 2022 1 commit
-
-
Adrien Michel authored
-
- 04 Feb, 2022 1 commit
-
-
Nander Wever authored
-
- 03 Feb, 2022 1 commit
-
-
Benjamin Bouchard authored
-
- 26 Jan, 2022 2 commits
-
-
Mathias Bavay authored
Ported from MeteoIO and adapted to Snowpack
-
Mathias Bavay authored
This improves the version number retrieval on Windows.
-
- 20 Jan, 2022 1 commit
-
-
Mathias Bavay authored
-
- 11 Jan, 2022 1 commit
-
-
Nander Wever authored
Adding the possibility to drive SNOWPACK with net longwave radiation. When the meteo parameter NET_LW is present in the meteorological driving data provided to SNOWPACK, SNOWPACK will use this parameter as net longwave radiation, and derive incoming longwave radiation from it.
-
- 23 Dec, 2021 1 commit
-
-
Nander Wever authored
-
- 13 Dec, 2021 2 commits
-
-
Mathias Bavay authored
Two warnings have also been fixed.
-
Mathias Bavay authored
This will be replaced by the packaging of the Snowpack XML files and a mechanism in Inishell to find them.
-
- 19 Nov, 2021 1 commit
-
-
Mathias Bavay authored
Changing the snow files backup labels to human readable timestamps instead of... See merge request !2
-
- 17 Nov, 2021 1 commit
-
-
Nander Wever authored
Changing the snow files backup labels to human readable timestamps instead of Julian days. This makes it easier to find backups, and allows for sub-daily backup intervals, for which I had a use case.
-
- 11 Nov, 2021 1 commit
-
-
Nander Wever authored
-
- 04 Nov, 2021 1 commit
-
-
Mathias Bavay authored
Fixed some issues found with Visual C++ 19: setting ints from doubles or using "and" or "not" instead of "&&" and "!" operators.
-
- 27 Oct, 2021 1 commit
-
-
Nander Wever authored
When USEREFERENCELAYER = TRUE, make sure that the reported modeled snow depth is referenced to the reference layer.
-
- 09 Oct, 2021 2 commits
-
-
Nander Wever authored
-
Nander Wever authored
Even though COUPLEDPHASECHANGES seems to work now and should provide more accurate energy balance results, it seems to increase the runtime of the res1exp example from 38s to 55s. Therefore making COUPLEDPHASECHANGES = FALSE the default.
-
- 06 Oct, 2021 1 commit
-
-
Mathias Bavay authored
This should be warning free!
-
- 04 Oct, 2021 1 commit
-
-
Mathias Bavay authored
-
- 30 Sep, 2021 1 commit
-
-
Mathias Bavay authored
Fixed a few warnings "implicitly-declared ... is deprecated" and fixed a resource issue (Readme.txt)
-
- 29 Sep, 2021 1 commit
-
-
Mathias Bavay authored
-
- 25 Sep, 2021 1 commit
-
-
Mathias Bavay authored
-
- 24 Sep, 2021 1 commit
-
-
Mathias Bavay authored
With SNOWPACK::INFLATE_ALLOW it is possible to turn on/off inflate/deflate both in operational and research mode (note that by default, it is turned off in research and on in operational). If SNOWPACK::INFLATE_INFO is set to true, then a message is printed every time inflate/deflate changes the mass balance. Otherwise, the OSWR fields in the exmaple smet files have been renamed as RSWR.
-
- 22 Sep, 2021 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- 19 Sep, 2021 1 commit
-
-
Nander Wever authored
Bug fix for instabilities of the temperature solver with phase changes. The element temperature was erroneously recalculated after the surface node was adjusted to prevent output with a surface temperature above melting temperature when ice is present in the surface element.
-
- 16 Sep, 2021 4 commits
-
-
Mathias Bavay authored
Corrected stability following the original euqations of Stearns & Weidner (1993) See merge request !1
-
Adrien Michel authored
-
Adrien Michel authored
-
Adrien Michel authored
Set MO_HOLTSLAG as default stability (for now it is dummy, since is is overwritten by cfg.get("ATMOSPHERIC_STABILITY", "Snowpack")
-