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 2726d 01h werner / public SVN  
1221 2726d 01h werner /branches/ public SVN  
1220 2726d 02h werner /branches/version1.0/ Version 1.0  
1218 2726d 04h werner / clean up repository - make 1.0 trunk again!  
1217 2726d 04h werner / clean up repository - make 1.0 trunk again!  
1157 2944d 10h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1104 3014d 08h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
878 3735d 01h werner /branches/port_qt5_64bit/src/ continuing AMIE development.
* first (potentially) multi threaded execution of activities (stands).
* some of the state changes of forest stands (i.e. after execution of an activity the active flag is false)
 
779 3998d 03h werner /branches/port_qt5_64bit/  
671 4581d 04h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 4742d 01h werner / move current content to the "trunk"  
475 4953d 06h werner /src/ * Snag dynamics
debug output "SnagDynamics"
life cycle of Snag objects
include Snag Dynamics in newYear / year end routines

* threadrunner.cpp: parallel execution of species related tasks, e.g. the seed dispersal. In the current form, the ThreadRunner is much nicer:
ThreadRunner runner(mActiveSpecies);
runner.run(func_ptr);
 
440 5062d 06h werner /src/core/ climate: added a pre-calculated value for the 10.5hrs day
including establishment calculation in the normal execution path.
 
200 5335d 18h werner /src/ added "ModelSettings", i.e. a high performant storage for model settings, further spelling resource vs ressource, including the "batch" job feature from fonstudio into iland. added a slot for MainWindow to force a repaint. and much more.  
187 5337d 12h iland /src/ wow. Ressource is correctly spelled as Resource. I jerk.  
145 5350d 22h Werner /src/ Run and compiled iLand on Linux (Kubuntu) with a virtual machine. The gcc on Linux issues lots of warnings which I fixed on the Linux side. Also fixed TTickTack (the clock issue).
Now iLand also runs on Linux - nice!
 
123 5357d 13h Werner /src/ ThreadRunner class. This hopefully is a good foundation for all the multithreading issues...