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
Using initialization lists for SnowpackInterfaceWorker More... over 12 years ago
Addressing some of the issues found by cppcheck More... over 12 years ago
The necessary changes for meteoio 1054 have been implemented (slight change in the Config API). This is also the first openmp version of Alpine3D! This works but more testing is required regarding parallel performances. More... over 12 years ago
Accomodating the latest changes in Snowpack and perhaps fixing a bug (ie using BoundCond to fill the surface fluxes) More... almost 13 years ago
The io.ini file given as argument on the command line was not used... This has been fixed and provided a great opportunity for some code clean up! More... almost 13 years ago
The sno files naming scheme was still not working properly. Now, this should be ok. The masking of skipped pixels was sometimes wrong, this has also been fixed. As a by-product, cells that are skipped don't need a sno file and don't produce one either (this has the potential to significantly reduce the number of files for some large simulations). Some code clean up has also been done. More... almost 13 years ago
The issues with the sno files seems to have been solved, the extra key was not needed and has been removed. Now Alpine3D prints it full command line when starting, so this is not required in the start scripts. More... almost 13 years ago
The sno files were not generated with the proper naming scheme... More... almost 13 years ago
Always write sno files in SMET format instead of the old one More... almost 13 years ago
the glacier masking was improperly done with 0 instead of nodata. This has been fixed. The know meteoparameters would not be processed by their special handling if provided as non-geolocalized grids, this has been fixed. More... almost 13 years ago
Fixed an information message issue (missing space), added a configuratin key to request runoff grids output (WRITE_RUNOFF_GRIDS), some constification and some improvements in the Makefile.in for popc. More... almost 13 years ago
Added the magic linker's options to allow compiling the popc version. An unnecessary marshaling method has been removed. More... almost 13 years ago
Moving the compilation of runoff to snowpackinterface, so libsnowpackinterface will contain all the runoff objects. Small fixes for popc. More... almost 13 years ago
Some fixes for popc and a build system with the autotools that works again for the sequential version More... almost 13 years ago
removing some missleading help text and fixing an API change in runoff_prevah More... almost 13 years ago
fixed types issues in checksum and cleaning up the grid output code in SnowpackInterface More... almost 13 years ago
A warning on osX has been fixed in SnowDrift, the compilation by popc is slowly moving forward (the generation still fails), since the cmake files for detecting popc could never been found, they are now included in Alpine3D (this is a hack). More... almost 13 years ago
Fixing some of the warnings in snowdrift (mostly shadowed variables) More... almost 13 years ago
Lots of snowpack include paths were missing (as long as snowpack's include directory was the same as meteoio's, it was working). A few times, Snowpack.h was included instead of libsnowpack.h. More... almost 13 years ago
The debug.h header and class are not used anymore and have been deleted. the FindLibsnowpack cmake file has been updated in order to detect a snowpack development folder next to alpine3d. Several warnings have been fixed as well as some constification. The CMakeLists are moving closer to support popc. Some fixes for Windows have been made for cmake. More... almost 13 years ago
fixing some Hera warnings More... almost 13 years ago
Making Alpine3D able to read .sno and .snoold More... about 13 years ago
Now using Date::getJulian() as in meteoio rev 980 More... about 13 years ago
Adjusting to the latest changes in Snowpack (naming of the Albedo) and fixing a bug (using cellsize as unsigned int) More... about 13 years ago
Fixed the mysterious dissaperance of snow (nodata+x=nodata was the problem, the grid had to be initialized to 0 instead) and improved an warning message so Walter will not be confused anymore... More... about 13 years ago
Th temperatures interpolation extraction is now working. This might move to Snowpack at some point... More... about 13 years ago
Fixing the popc version and implementing a small helper function to retrieve a value at a given depth in the snow pack More... about 13 years ago
The dem object is not stored in SnowpackInterface anymore (not needed) but its metedata are. Several resize that were unnecessary have been deleted. The new Grid2DObject constructor that fills the grid with a constant value is now used. The surface sublimation is not written out anymore (but still filled in the workers). A custom grid object has been created that can be filled with whatever the user desires (but not written out by default). More... about 13 years ago
The version information is now always printed when starting. A Runoff error message has been improved. The output grids are now initialized with nodata in order to keep nodata cells from the dem as nodata in the output grids. If a special point is not provided with a matching sno file, it will read the sno data from the matching grid cell LUS. More... about 13 years ago
Fixed a data collection bug (the sfc_sub tables were not being aggregated from each workers) More... about 13 years ago