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
534 4951d 12h werner /src/ large(r) update of the soil model. Now, the 'kyl' and 'kyr' parameters (i.e. decomposition rates for the litter/wood-soil pool) are now species parameters and calculated dynamically from the litter inputs.  
532 4955d 03h werner /src/ force calculation of 're' in Snag even if no snags are present (Soil needs that value later)  
528 4955d 04h werner /src/ more enabling of C/N cycling in iLand. little GUI-feature: click on a RU in resource-unit visualization now properly shows RU-related debug outputs.  
526 4955d 08h werner /src/ embedding the soil model into iLand. renamed the snag decay debug output.  
525 4955d 09h werner /src/ implemented ICBM/2N soil model (class Soil) and some testing code. So far, the results look promising.  
524 4955d 15h werner /src/ some polishing of the snag dynamics and extending the debug output for that.  
523 4956d 04h werner /src/ some updates to the snag-book-keeping and debug outputs  
522 4956d 07h werner /src/core/ updating the snag-concept (to version 5 from RS)  
490 5004d 15h werner /src/core/ added calculation of the climate indicator "re" used for snag dynamics (decay rate).  
477 5007d 12h werner /src/ testing and refining snag dynamics (esp. debug outputs)  
476 5007d 13h werner /src/ added snag debug output to the gui
corrected calculation of branch biomass in Tree
 
475 5007d 13h 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 5012d 11h werner /src/ starting the implementation of the snag dynamics submodule.
New class: Snag
added Snag to ResourceUnitSpecies
added links to Snag in Tree
 

Show All