2
I Use This!
Low Activity

Commits : Listings

Analyzed 30 days ago. based on code collected 30 days ago.
Oct 17, 2024 — Oct 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Getting rid of all the "hnw" parameters and replacing them with PSUM. Please note that a proper interpolation method must be used for PSUM_PH such as PPHASE. More... about 10 years ago
Class Runoff was entirely re-written in order to support sub-catchments defined using another DEM as the one used by Alpine3D. In case the resolution of the two DEMs differ, runoff grids are resampled using a cell size which is common to the two DEMs before aggregating their cell values over the sub-catchments. The runoff grids written in the RUNOFF_GRID2DPATH are not affected by this resampling. The new Runoff class also now supports "conventional" numbering of the sub-catchments, i.e. not using the powers-of-2 mess. The switch between "powers-of-2" and "conventional" numbering of the sub-catchments is controlled by the new optional key CATCHMENT_NUMBERING in section [Input], which defaults to ALPINE3D_OLD (i.e. powers-of-2 numbering) for backwards compatibility. More... about 10 years ago
Change to be consistent with commit 777 on snowpack/branches/dev/, to have the canopy module play fine with adaptive time stepping. More... over 10 years ago
Initialize the cos_sl variable after reading the slope angles from the DEM. More... over 10 years ago
Finally, the special points are now nicely handled: less data structures are required, they are all named in a consistant manner, the coordinates, slope and azimuth are right, this is heaven on earth... More... over 10 years ago
The special points are now kept in a vector of bools, making the code easier More... over 10 years ago
The grid points in Snowpack did not have the proper coordinates (lat/lon or X/Y) because they were mixing up LOCAL and user selected coordinate systems. More... over 10 years ago
The slope angle should have been in deg, it was unfortunatelly converted in rad... More... over 10 years ago
The metadata for the snowPixel was not up-to-date and most probably creating problems with the special points. This should now work... More... over 10 years ago
Improved documentation on how to output custom grids and more details on the glaciers katabatic flows More... over 10 years ago
Using SOIL_RUNOFF to compute the runoff as suggested in issue 302. Fixed an invalid factor for the katabatic flows. More... over 10 years ago
Fixed a bug in the temperature correction (wrong sign for the correction) and improved the criteria for when to perform the correction (otherwise it was correcting the temperatures on the glacier at the wrong time of the day). More... over 10 years ago
Now adding a criteria for applying the katabatik flow correction (50% of the domain snow free, 50% of the domain has TA>=TSS) More... over 10 years ago
Fixed issue 216: there is no need for the "weak" function call anymore, so it has been removed. More... over 10 years ago
The documentation for issue 310 has been written. The Fortran files of prevah are now excluded from doxygen. Some doxygen warnings have been addressed. Issue 425 should be addressed by removing the OpenMP instructions when writing sno files out (this was a bad idea anyway and most probably lead to this issue). More... over 10 years ago
Better version of the glaciers katabatic flows correction (more comments in the code to explain what is what). More... over 10 years ago
The runoff sums are now written in one SMET file per catchment. These files also contain the catchment's average air temperature and in the future might contain more information relevant to stream flow temperature. More... over 10 years ago
Last code restructuring before introducing major changes... More... over 10 years ago
The gridded outputs are now controled independently of the time series, wtih the GRIDS_WRITE, GRIDS_START and GRIDS_DAYS_BETWEEN keys in the [Output] section. The documentation has been improve to make the snowpack output section easier to find. More... almost 11 years ago
Better documentation (table of content), code cleanup in Runoff More... almost 11 years ago
Changing the interface of Runoff to make it more logical More... almost 11 years ago
Updating the documentation to follow what has been done with Snowpack/MeteoIO More... almost 11 years ago
Now properly averaging the fluxes for the special points outputs by calling the new Snowpack methods More... almost 11 years ago
The initial conditions before running Snowpack have been tweaked once more after realizing that the vectors containing the temperatures might not always be properly cleaned up (ie some elements might have NOT been erased althought they are not computed anymore), therefore Ndata.back() might be different from Ndata[nElems]. The runoff outputs for snow melt and glacier melt were swapped because the glacier map had actually been changed for a mask (ie the exact opposite). More... almost 11 years ago
Better documentation and the possibility to read/write the view factors files. The view factors are computed as in (Helbig, 2009) for consistency. More... almost 11 years ago
The fluxes written in the special points outputs were wrong when running multiple snowpack steps per alpine3d step. This has been fixed. Otherwise, some code cleanup. More... almost 11 years ago
Forgot to commit the header... More... almost 11 years ago
Better initial conditions for computing a pixel with Snowpack. Small fixes in the comments. More... almost 11 years ago
More documentation for the glaciers katabatic flows More... almost 11 years ago
Documentation updates More... almost 11 years ago