Subversion Repositories public iLand

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1222 2958d 06h werner / public SVN  
1221 2958d 06h werner /branches/ public SVN  
1220 2958d 06h werner /branches/version1.0/ Version 1.0  
1218 2958d 08h werner / clean up repository - make 1.0 trunk again!  
1217 2958d 08h werner / clean up repository - make 1.0 trunk again!  
1157 3176d 14h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1104 3246d 12h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
881 3960d 04h werner /branches/port_qt5_64bit/src/ fixed problem with new resource unit storage that allows gaps.
some smaller additions (e.g. the literals "true" and "false" in the expression engine).
DEM: a new bilinear interpolation algorithm to improve DEM. Still not perfect.
 
779 4230d 07h werner /branches/port_qt5_64bit/  
671 4813d 08h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
646 4954d 09h werner /trunk/src/ reorganized the fire module code and other stuff.
* added new interfaces and linked some of them already (setup(), ...)
* separated the plugin from the implementation (fireplugin.h vs. FireModule)
* worked on finding a way to create "layeredgrids" (how to avoid the templates...)- i have a solution now but still not sure if it really works
 
639 4974d 05h werner / move current content to the "trunk"  
567 5081d 10h werner /src/ added grid-based spatial initialization of resource unit level parameters (e.g. available nitrogen). This new approach is an alternative to the (still existing) way to initialize resource units using the 'coordinates'.  
550 5094d 11h werner /src/ some fixes with landscape initialization, made some debug messages conditional on various places.  
543 5119d 03h werner /src/ implementing the "MapGrid", i.e. a class that holds a map from the project area (i.e. a GIS-grid) and an internal spatial index allowing for fast search operations (e.g. find a list of all trees that are in a given polygon)  
539 5121d 08h werner /src/ continue implementing grid functionality (yeah! a simple grid input already works)
removing the bug that caused db locks when reloaded model without actually simulating.
 
538 5121d 13h werner /src/ starting to integrate ESRI-style grid support.
some minor changes in the soil sub model (e.g. to limit NAvailable to values >= 0.). The GisGrid-component was created for Picus, then used for the Montafon-case-study LIDAR data initialization, and finally found its way to iLand ;)