Subversion Repositories public iLand

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
523 4958d 13h werner /src/ some updates to the snag-book-keeping and debug outputs  
522 4958d 17h werner /src/core/ updating the snag-concept (to version 5 from RS)  
490 5007d 01h werner /src/core/ added calculation of the climate indicator "re" used for snag dynamics (decay rate).  
477 5009d 22h werner /src/ testing and refining snag dynamics (esp. debug outputs)  
476 5009d 22h werner /src/ added snag debug output to the gui
corrected calculation of branch biomass in Tree
 
475 5009d 23h 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);
 
468 5014d 21h werner /src/ starting the implementation of the snag dynamics submodule.
New class: Snag
added Snag to ResourceUnitSpecies
added links to Snag in Tree