Rev |
Age |
Author |
Path |
Log message |
Diff |
376 |
5312d 12h |
werner |
/src/ |
calculation of an average value for aging at resource unit level.
added variable 'aging' for resource units.
changed comments. |
|
370 |
5319d 10h |
werner |
/src/ |
* expansion of the logwindow on the mainwindow
* bug with multi threading: serialization using QMutexLocker when attempting to write/print the debug outputs.
* enabled painting of the visuals in modelcontroller.cpp (re-enabled??)
* changed the threshold for multi threading to 6 resource-units
* optimized StatData-class to avoid unnecessary calculations of percentiles
* several comments |
|
369 |
5319d 12h |
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 |
|
367 |
5319d 14h |
werner |
/src/core/ |
changes in the watercycle.
see http://iland.boku.ac.at/tiki-view_tracker_item.php?itemId=30
the calculation of the effect on the canopy conductance is changed. Now, the combined effects of soil water and vpd response together modify the canopy conductance. In order to do this some structural changes have been necessary. Note: now the response values for vpd and soil water are calculated two times. |
|
278 |
5495d 17h |
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. |
|
262 |
5500d 02h |
werner |
/src/ |
added output for dead trees (StandDeadOut) |
|
234 |
5506d 19h |
werner |
/src/core/ |
added (during dev. of watercycle) new properties: area() to ResourceUnit, leafArea() to Tree, added LAI-counting to StandStatistics. |
|
230 |
5507d 17h |
werner |
/src/ |
3PG work out |
|
229 |
5507d 20h |
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) |
|
228 |
5508d 22h |
werner |
/src/ |
created output for production details. |
|
226 |
5508d 23h |
werner |
/src/core/ |
working on 3pg, the species specific responses and linking it all together. |
|
209 |
5515d 20h |
werner |
/src/ |
Environmental responses:
VPD, Temperature, CO2, Nitrogen |
|
208 |
5516d 02h |
werner |
/src/core/ |
included "Climate" in the model (i.e. list of climates in Model, climate ptr in resource unit, call of response calculation in production(). |
|
193 |
5520d 22h |
werner |
/src/ |
started species responses (vpd, etc.) and subsequently the climate database loading stuff. |
|
188 |
5521d 15h |
werner |
/src/core/ |
rename ressoure files. |
|
187 |
5521d 15h |
iland |
/src/ |
wow. Ressource is correctly spelled as Resource. I jerk. |
|
182 |
5522d 03h |
werner |
/src/ |
stand statistics - work now, outputs can be enabled/disabled in config file |
|
180 |
5522d 19h |
werner |
/src/ |
created StandStatistics (similar to the solution in Picus). Each tree adds itself to the statistics object of RU x species. During yearEnd() of RessourceUnit the data is aggregated for the whole stand. |
|
115 |
5543d 21h |
Werner |
/src/core/ |
moved 3PG class to RessourceUnitSpecies. |
|