Rev |
Age |
Author |
Path |
Log message |
Diff |
1222 |
3037d 16h |
werner |
/ |
public SVN |
|
1221 |
3037d 16h |
werner |
/branches/ |
public SVN |
|
1220 |
3037d 17h |
werner |
/branches/version1.0/ |
Version 1.0 |
|
1218 |
3037d 19h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1217 |
3037d 19h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1182 |
3183d 16h |
werner |
/branches/iland_regen/src/ |
Torus also effective for seed distribution
new output "SaplingDetails" (super high detail level of individual cohorts)
version information also in ilandc [move version.cpp to core]
[due to a sync problem with the SVN server, some revisions where lost: here they are:]
compiling ilandc
some code clean up - removed old code (sapling.cpp) for sapling trees and establishment. |
|
1177 |
3214d 16h |
werner |
/branches/iland_regen/src/ |
updating the sapling growth (calculation of stem numbers) |
|
1175 |
3224d 18h |
werner |
/branches/iland_regen/src/core/ |
testing change in the way the number of saplings is estimated (when several species reside on the same pixel) |
|
1168 |
3246d 16h |
werner |
/branches/iland_regen/src/ |
working on serotony, establishment etc. updated new establishment module w.r.t. debug outputs. |
|
1162 |
3253d 23h |
werner |
/branches/iland_regen/src/ |
removed the old "mSaplings" from resource unit/model.
Open Issues:
* ActPlanting [init/remove of saplings]
* MapGrid: retrieve list of saplings
* testing of standloader |
|
1157 |
3256d 01h |
werner |
/branches/iland_regen/ |
merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch). |
|
1104 |
3325d 23h |
werner |
/branches/iland_regen/ |
Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone |
|
1033 |
3607d 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 |
3673d 19h |
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 |
3843d 17h |
werner |
/branches/port_qt5_64bit/src/ |
searching for bugs in the bookkeeping of increments, volumes.
very cumbersome.... |
|
863 |
4102d 18h |
werner |
/branches/port_qt5_64bit/ |
renaming of the FOME to AMIE.
unfortunately, some partial merge of changes in Qt4-branch. |
|
808 |
4157d 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 |
4309d 18h |
werner |
/branches/port_qt5_64bit/ |
|
|
697 |
4849d 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 |
5053d 16h |
werner |
/ |
move current content to the "trunk" |
|
626 |
5105d 13h |
werner |
/src/core/ |
added some debug timers plus completed the executable directory (added the sqlite-plugin) |
|
605 |
5122d 22h |
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 |
5164d 16h |
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 |
5213d 21h |
werner |
/src/ |
moved snag dynamics from rus-level to ru-level |
|
518 |
5232d 15h |
werner |
/src/core/ |
while fixing #513 a bug slipped in that reduced stand outputs. |
|
513 |
5234d 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 |
5260d 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 |
5261d 23h |
werner |
/src/core/ |
added calculation of the climate indicator "re" used for snag dynamics (decay rate). |
|
477 |
5264d 20h |
werner |
/src/ |
testing and refining snag dynamics (esp. debug outputs) |
|
475 |
5264d 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 |
5269d 01h |
werner |
/src/ |
added "refRatio" to debug output for establishment. |
|
468 |
5269d 19h |
werner |
/src/ |
starting the implementation of the snag dynamics submodule.
New class: Snag
added Snag to ResourceUnitSpecies
added links to Snag in Tree |
|
466 |
5270d 01h |
werner |
/src/ |
added fields to establishment debug output. |
|
462 |
5270d 13h |
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 |
5285d 15h |
werner |
/src/ |
some minor documentation things. |
|
453 |
5320d 12h |
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 |
5320d 18h |
werner |
/src/ |
searching for a bug in the sapling growth.... |
|
451 |
5320d 20h |
werner |
/src/ |
further development of sapling growth |
|
450 |
5320d 23h |
werner |
/src/core/ |
implementing sapling growth... |
|
442 |
5372d 16h |
werner |
/src/ |
Debug output for establishment. |
|