openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Alpine3D
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
30 days
ago. based on code collected
30 days
ago.
Oct 17, 2024 — Oct 17, 2025
Showing page 22 of 29
Search / Filter on:
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.
Mathias Bavay
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.
Aurelien Gallice
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.
Nander Wever
More...
over 10 years ago
Initialize the cos_sl variable after reading the slope angles from the DEM.
Nander Wever
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...
Mathias Bavay
More...
over 10 years ago
The special points are now kept in a vector of bools, making the code easier
Mathias Bavay
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.
Mathias Bavay
More...
over 10 years ago
The slope angle should have been in deg, it was unfortunatelly converted in rad...
Mathias Bavay
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...
Mathias Bavay
More...
over 10 years ago
Improved documentation on how to output custom grids and more details on the glaciers katabatic flows
Mathias Bavay
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.
Mathias Bavay
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).
Mathias Bavay
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)
Mathias Bavay
More...
over 10 years ago
Fixed issue 216: there is no need for the "weak" function call anymore, so it has been removed.
Mathias Bavay
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).
Mathias Bavay
More...
over 10 years ago
Better version of the glaciers katabatic flows correction (more comments in the code to explain what is what).
Mathias Bavay
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.
Mathias Bavay
More...
over 10 years ago
Last code restructuring before introducing major changes...
Mathias Bavay
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.
Mathias Bavay
More...
almost 11 years ago
Better documentation (table of content), code cleanup in Runoff
Mathias Bavay
More...
almost 11 years ago
Changing the interface of Runoff to make it more logical
Mathias Bavay
More...
almost 11 years ago
Updating the documentation to follow what has been done with Snowpack/MeteoIO
Mathias Bavay
More...
almost 11 years ago
Now properly averaging the fluxes for the special points outputs by calling the new Snowpack methods
Mathias Bavay
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).
Mathias Bavay
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.
Mathias Bavay
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.
Mathias Bavay
More...
almost 11 years ago
Forgot to commit the header...
Mathias Bavay
More...
almost 11 years ago
Better initial conditions for computing a pixel with Snowpack. Small fixes in the comments.
Mathias Bavay
More...
almost 11 years ago
More documentation for the glaciers katabatic flows
Mathias Bavay
More...
almost 11 years ago
Documentation updates
Mathias Bavay
More...
almost 11 years ago
←
1
2
…
18
19
20
21
22
23
24
25
26
27
28
29
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree