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
609 4957d 06h werner /src/ implementing CarbonFlow output and book keeping code.  
608 4957d 07h werner /src/ adding carbon cycle output (and some necessary book keeping code)  
605 4961d 04h 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.
 
598 4962d 03h werner /src/ extending the dynamic stand output; added calculating standard deviation.  
592 4989d 01h werner / new version 0.6 alpha 6
* scripting enhancements
* carbon cycle in regeneration layer
* scaling of soil inputs for non fully stockable resource units
 
589 4989d 04h werner /src/ added new script functions to start/stop outputs.  
587 4989d 19h werner /src/ added carbon output.
lots of changes necessary to get this done (especially budgeting of biomass pools)
 
574 4992d 06h werner /src/ * modified outputs to write only rows for valid resource units
* dropped setting "woodDecompRate" (snag.cpp)
* calculate the "stockableArea" of a resource unit based on the stand grid
* use the stockableArea for calculation of LAI
 
570 4997d 06h werner /src/output/ added resource unit id (provided by input grid) to almost any output in iLand.  
539 5039d 01h werner /src/ continue implementing grid functionality (yeah! a simple grid input already works)
removing the bug that caused db locks when reloaded model without actually simulating.
 
521 5052d 03h werner /src/ moved snag dynamics from rus-level to ru-level  
520 5052d 05h werner /src/ fixed crash in Expression that occurred with dynamic stand outputs without any trees.
Extended the dynamic stand output so that a treefilter can be applied.
 
504 5081d 22h werner /src/ New output for "saplings"  
456 5158d 02h werner /src/  
455 5158d 04h werner /src/ changed the layout of the resourceUnitSpecies from a QVector to a QList<ResourceUnitSpecies*>. This seems to be much more appropriate. But caused many small changes throughout the project.  
436 5213d 03h werner /src/ climate: added totalRadiation() function
production3pg.cpp: added the calculation of the f_env,yr (total environmental performance of a species)
 
407 5242d 05h werner /src/ modified the painting of trees (use now the crown radius)
tried to fix the database lock error when reloading the model (not solved: but: no problem when model was executed for at least one year...)
 
395 5264d 19h werner /src/ fixed the "output on startup" which was broken due to changes in the execution sequence.  
354 5327d 06h werner /src/output/ description of dynamic outputs  
353 5327d 06h werner /src/output/ simplification of the parsing of dynamic stand expressions  
351 5327d 08h werner /src/ removed "la" as tree variable
added "LAI" to Stand Output.
 
343 5377d 07h werner /src/ code cleanup, small change in ProductionOut  
328 5416d 00h werner /src/ daily aggregation of responses; looks good now.  
327 5416d 00h werner /src/ changed mode of radiation calculation  
303 5426d 02h werner /src/ tree output (tracker#7) added position  
300 5432d 07h werner /src/ changed CO2 response from yearly to monthly resolution  
299 5436d 05h werner /src/ fixed bug with disabled debug outputs
added modified LRI to NPP-debug output
new species parameter "probStressYears".
documentation (wiki-links)
 
279 5461d 11h werner /src/ stressIndex in TreeOut, deactivated DBGMODE makros  
278 5461d 11h werner /src/ Management output. Added a statisticsMgmt() for ResourceUnitSpecies. Complicated to get the order right.  
277 5461d 16h werner /src/ added "Gesamtwuchsleistung" i.e. total growth.  
276 5463d 19h werner /src/ added explicit fine root compartment in tree. Changed partitioning, the calculation of the stress index, follow-up change in several outputs.  
273 5464d 10h werner /src/ changed the way of aggregating the daily environmental responses. Now, the minimum of the response values for vpd, temperature and soil water is calculated daily and aggregated for each month. the utilizable radiation then is simply rad*avg_min_response. Brief tests showed, that the difference to the "old" multiplicative approach is not very large.  
265 5465d 10h 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 5465d 19h werner /src/ TreeOut output (including filtering)  
262 5465d 19h werner /src/ added output for dead trees (StandDeadOut)  
261 5465d 21h werner /src/ * added NPP aboveground to stats
* some update in comments
 
257 5466d 19h werner /src/ added production based (tree) statistics.
StandOut after tree initialization.
some documentation polishing.
 
254 5467d 17h werner /src/ menu entry in apps main menu to copy the wiki-style description of output tables to the clipboard.  
253 5467d 17h werner /src/output/ added a "toWiki"-function that create a wiki-style-format string from output table descriptions.  
251 5467d 17h 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.