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
279 5373d 06h werner /src/ stressIndex in TreeOut, deactivated DBGMODE makros  
278 5373d 06h werner /src/ Management output. Added a statisticsMgmt() for ResourceUnitSpecies. Complicated to get the order right.  
277 5373d 11h werner /src/ added "Gesamtwuchsleistung" i.e. total growth.  
276 5375d 14h werner /src/ added explicit fine root compartment in tree. Changed partitioning, the calculation of the stress index, follow-up change in several outputs.  
273 5376d 05h 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 5377d 05h 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 5377d 13h werner /src/ TreeOut output (including filtering)  
262 5377d 14h werner /src/ added output for dead trees (StandDeadOut)  
261 5377d 16h werner /src/ * added NPP aboveground to stats
* some update in comments
 
257 5378d 13h werner /src/ added production based (tree) statistics.
StandOut after tree initialization.
some documentation polishing.
 
254 5379d 12h werner /src/ menu entry in apps main menu to copy the wiki-style description of output tables to the clipboard.  
253 5379d 12h werner /src/output/ added a "toWiki"-function that create a wiki-style-format string from output table descriptions.  
251 5379d 12h 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.  
232 5384d 15h werner /src/output/ Outputs: strange insert performance behavior and locks when re-running the model. finally, old inserter-statements are finish()-ed to clear all locks.  
231 5385d 03h werner /src/ 3pg model, strange behavior of database. Modified the transaction logic (really important for SQLite), but still shows odd behavior.  
230 5385d 06h werner /src/ 3PG work out  
229 5385d 08h 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 5386d 10h werner /src/ created output for production details.  
225 5386d 14h werner /src/ Run/Pause/Stop, etc. in ModelController.  
223 5390d 10h werner /src/ Model Pause, Model restart,etc. (wamod little hack)  

Show All