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 3352d 09h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
1005 3419d 04h 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 3589d 02h werner /branches/port_qt5_64bit/src/ searching for bugs in the bookkeeping of increments, volumes.
very cumbersome....
 
863 3848d 03h werner /branches/port_qt5_64bit/ renaming of the FOME to AMIE.
unfortunately, some partial merge of changes in Qt4-branch.
 
808 3902d 23h 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 4055d 03h werner /branches/port_qt5_64bit/  
697 4595d 00h 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 4799d 01h werner / move current content to the "trunk"  
626 4850d 22h werner /src/core/ added some debug timers plus completed the executable directory (added the sqlite-plugin)  
605 4868d 07h 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 4910d 01h 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 4959d 06h werner /src/ moved snag dynamics from rus-level to ru-level  
518 4978d 00h werner /src/core/ while fixing #513 a bug slipped in that reduced stand outputs.  
513 4980d 04h 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 5006d 07h 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 5007d 08h werner /src/core/ added calculation of the climate indicator "re" used for snag dynamics (decay rate).  
477 5010d 05h werner /src/ testing and refining snag dynamics (esp. debug outputs)  
475 5010d 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);
 
471 5014d 10h werner /src/ added "refRatio" to debug output for establishment.  
468 5015d 04h werner /src/ starting the implementation of the snag dynamics submodule.
New class: Snag
added Snag to ResourceUnitSpecies
added links to Snag in Tree
 
466 5015d 10h werner /src/ added fields to establishment debug output.  
462 5015d 22h 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 5030d 23h werner /src/ some minor documentation things.  
453 5065d 21h 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 5066d 02h werner /src/ searching for a bug in the sapling growth....  
451 5066d 05h werner /src/ further development of sapling growth  
450 5066d 08h werner /src/core/ implementing sapling growth...  
442 5118d 01h werner /src/ Debug output for establishment.  
440 5119d 06h werner /src/core/ climate: added a pre-calculated value for the 10.5hrs day
including establishment calculation in the normal execution path.
 
438 5120d 02h 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)).
 
376 5185d 08h werner /src/ calculation of an average value for aging at resource unit level.
added variable 'aging' for resource units.
changed comments.
 
369 5192d 09h werner /src/ * multithreading for 3pg production (crashes)
* do 3PG calculation only if this RU has some leafarea of a species (added clear() functions)
* added GUI-accessible speciesindex-variable for trees
 
278 5368d 14h werner /src/ Management output. Added a statisticsMgmt() for ResourceUnitSpecies. Complicated to get the order right.  
277 5368d 19h werner /src/ added "Gesamtwuchsleistung" i.e. total growth.  
247 5377d 17h werner /src/ global script object (ScriptGlobal).
Doxygen documentation refinements.
 
235 5379d 16h werner /src/core/ setup function  
230 5380d 14h werner /src/ 3PG work out  
229 5380d 16h werner /src/ 3pg model. fixed a problem with the setup of ResourceUnitSpecies (a classic: a pointer to a vector, which is still growing... grrrrr.... it took hours to find)  
226 5381d 19h werner /src/core/ working on 3pg, the species specific responses and linking it all together.  
189 5394d 11h iland /src/ finished ressource vs. resource struggle, some cleanup within xml file
reading.