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
1033 3350d 00h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
1005 3416d 18h werner /branches/port_qt5_64bit/src/core/ further optimization:
I know switch between the old and the new algorithm (based on some measurements and an statistical analysis).
the old algorithm works better, if < 90% of the area are covered....
 
936 3586d 16h werner /branches/port_qt5_64bit/src/ searching for bugs in the bookkeeping of increments, volumes.
very cumbersome....
 
863 3845d 17h werner /branches/port_qt5_64bit/ renaming of the FOME to AMIE.
unfortunately, some partial merge of changes in Qt4-branch.
 
808 3900d 14h werner /branches/port_qt5_64bit/src/ implementing FOME.
* splitting "helper.cpp" into several files (debugtimer.h, statdata.h, viewport.h) (and changing lots of includes)
* implementing setup of activities (extracting from Javascript)
 
779 4052d 17h werner /branches/port_qt5_64bit/  
697 4592d 15h werner /trunk/ Doxygen documentation revisited.
After re-establishing doxygen documentation (last update: 2009) a lot of smaller/medium documentation fixes.
Documentation is something that could definitely be always improved ;)
 
639 4796d 16h werner / move current content to the "trunk"  
626 4848d 12h werner /src/core/ added some debug timers plus completed the executable directory (added the sqlite-plugin)  
605 4865d 21h werner /src/ added the "rid" (i.e. a unique id per resource unit) in various debug outputs.
added the "shell" of a new carbonflow output.
 
564 4907d 15h 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 4956d 20h werner /src/ moved snag dynamics from rus-level to ru-level  
518 4975d 14h werner /src/core/ while fixing #513 a bug slipped in that reduced stand outputs.  
513 4977d 19h 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 5003d 22h 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 5004d 23h werner /src/core/ added calculation of the climate indicator "re" used for snag dynamics (decay rate).  
477 5007d 20h werner /src/ testing and refining snag dynamics (esp. debug outputs)  
475 5007d 21h 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 5012d 00h werner /src/ added "refRatio" to debug output for establishment.  
468 5012d 19h 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