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
564 5002d 12h werner /src/ Improvements of the Management API and functionality.
new functionality:
* killSaplings() -> use a "MapGrid" and remove small trees specifically
* properties defining biomass remove fractions during management

Now the tree list of the management object is cleaned up after a management, i.e. successive managements without reloading the tree list are possible.
 
521 5051d 17h werner /src/ moved snag dynamics from rus-level to ru-level  
518 5070d 12h werner /src/core/ while fixing #513 a bug slipped in that reduced stand outputs.  
513 5072d 16h werner /src/core/ fixed a nasty bug: if one tree species succeeded to establish on a formerly empty RU, the saplings of other species were killed (well, not directly, but the environment was not recalculated leading to a f_env value of 0).  
496 5098d 19h werner /src/core/ changed the behavior of the water-cycle wrt establishment: now the water cycle is executed even if no adult trees are on a resource unit  
490 5099d 20h werner /src/core/ added calculation of the climate indicator "re" used for snag dynamics (decay rate).  
477 5102d 17h werner /src/ testing and refining snag dynamics (esp. debug outputs)  
475 5102d 18h 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);
 
471 5106d 22h werner /src/ added "refRatio" to debug output for establishment.  
468 5107d 16h werner /src/ starting the implementation of the snag dynamics submodule.
New class: Snag
added Snag to ResourceUnitSpecies
added links to Snag in Tree
 
466 5107d 22h werner /src/ added fields to establishment debug output.  
462 5108d 10h werner /src/core/ if a sapling of a species is already present at a specific location (i.e.: pixel), than no other cohort of that species can regenerate on that pixel.
new function: hasSaplingAt().
 
458 5123d 11h werner /src/ some minor documentation things.  
453 5158d 08h werner /src/ sapling growth now in a basic working state. started to implement recruitment. One bug with the "maximum-establishment-height-grid" known.
added also visualization of regeneration layer. Once I have time, I should restructure the drawing/visualization code as it gets quirky (and a paper-concept is available...)
 
452 5158d 14h werner /src/ searching for a bug in the sapling growth....  
451 5158d 17h werner /src/ further development of sapling growth  
450 5158d 19h werner /src/core/ implementing sapling growth...  
442 5210d 13h werner /src/ Debug output for establishment.  
440 5211d 17h werner /src/core/ climate: added a pre-calculated value for the 10.5hrs day
including establishment calculation in the normal execution path.
 
438 5212d 14h werner /src/ new GridRunner class to iterate nicely over grids with different sizes.
establishment.cpp: started to integrate the whole regeneration process (including "lazy" calculation of 3pg (only if necessary)).
 

Show All