Rev |
Age |
Author |
Path |
Log message |
Diff |
285 |
5494d 16h |
werner |
/src/core/ |
loading of the landscape. added "areaMask.imageFile" to "world" in xml file. This loads a image mask that establishes area that are inside and outside the project area respectively. |
|
279 |
5495d 18h |
werner |
/src/ |
stressIndex in TreeOut, deactivated DBGMODE makros |
|
278 |
5495d 18h |
werner |
/src/ |
Management output. Added a statisticsMgmt() for ResourceUnitSpecies. Complicated to get the order right. |
|
277 |
5495d 23h |
werner |
/src/ |
added "Gesamtwuchsleistung" i.e. total growth. |
|
276 |
5498d 02h |
werner |
/src/ |
added explicit fine root compartment in tree. Changed partitioning, the calculation of the stress index, follow-up change in several outputs. |
|
274 |
5498d 04h |
werner |
/src/ |
lightResponseClasses (changed in SpeciesSet, Species and Tree) |
|
271 |
5498d 18h |
werner |
/src/ |
watercycle now counts evaporation from crown separately, fixed bookkeeping error in watercycle debug output. |
|
265 |
5499d 17h |
werner |
/src/ |
tried to run iLand again for larger area, and got into concurrency-issues. Reasons:
* debug-messages: are now buffered in a string list and not instantly sent to the QTextEdit
* Expressions: lightResponse-formula: accessed concurrently by several threads; now there are thread-safe versions (executeLocked() and calculateLocked()) that use a QMutexLocker to properly serialize the execution flow. |
|
264 |
5500d 01h |
werner |
/src/ |
TreeOut output (including filtering) |
|
262 |
5500d 02h |
werner |
/src/ |
added output for dead trees (StandDeadOut) |
|
261 |
5500d 04h |
werner |
/src/ |
* added NPP aboveground to stats
* some update in comments |
|
257 |
5501d 01h |
werner |
/src/ |
added production based (tree) statistics.
StandOut after tree initialization.
some documentation polishing. |
|
251 |
5502d 00h |
werner |
/src/ |
Light-Redistribution: Changed again (12.10.2009). LRI of trees are now modified with a modifier based on stockedarea*beerLambert-fraction (pPar). The modified LRI is then used to calculate a light response. The light response * leafarea eventually acts as the share of GPP assigned to a particular tree. |
|
230 |
5507d 18h |
werner |
/src/ |
3PG work out |
|
227 |
5508d 23h |
werner |
/src/core/ |
3pg production, documentation polish |
|
217 |
5513d 22h |
werner |
/src/ |
"script-window" in mainwindow, fixed error in partitioning when NPP was 0. |
|
215 |
5514d 16h |
werner |
/src/core/ |
distribution of GPP - what a mess... |
|
212 |
5515d 00h |
werner |
/src/ |
added LightResponse as a TreeVariable, fixed bug during Light distribution. |
|
207 |
5516d 03h |
werner |
/src/ |
nasty bug, if expressions contain(ed) newline characters. now fixed (newline considered as whitespace and removed).
changed output so it is always checked, if outputs are valid w.r.t. the mIndex position. |
|
206 |
5516d 05h |
werner |
/src/ |
use of lightresponse formula for both torus and not-torus,
fixed multirun-outupt |
|