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
455 5160d 20h 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 5215d 18h werner /src/ climate: added totalRadiation() function
production3pg.cpp: added the calculation of the f_env,yr (total environmental performance of a species)
 
407 5244d 20h 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 5267d 10h werner /src/ fixed the "output on startup" which was broken due to changes in the execution sequence.  
354 5329d 21h werner /src/output/ description of dynamic outputs  
353 5329d 22h werner /src/output/ simplification of the parsing of dynamic stand expressions  
351 5329d 23h werner /src/ removed "la" as tree variable
added "LAI" to Stand Output.
 
343 5379d 22h werner /src/ code cleanup, small change in ProductionOut  
328 5418d 15h werner /src/ daily aggregation of responses; looks good now.  
327 5418d 15h werner /src/ changed mode of radiation calculation  
303 5428d 18h werner /src/ tree output (tracker#7) added position  
300 5434d 22h werner /src/ changed CO2 response from yearly to monthly resolution  
299 5438d 20h werner /src/ fixed bug with disabled debug outputs
added modified LRI to NPP-debug output
new species parameter "probStressYears".
documentation (wiki-links)
 
279 5464d 02h werner /src/ stressIndex in TreeOut, deactivated DBGMODE makros  
278 5464d 02h werner /src/ Management output. Added a statisticsMgmt() for ResourceUnitSpecies. Complicated to get the order right.  
277 5464d 07h werner /src/ added "Gesamtwuchsleistung" i.e. total growth.  
276 5466d 10h werner /src/ added explicit fine root compartment in tree. Changed partitioning, the calculation of the stress index, follow-up change in several outputs.  
273 5467d 01h 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 5468d 01h 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 5468d 10h werner /src/ TreeOut output (including filtering)  
262 5468d 11h werner /src/ added output for dead trees (StandDeadOut)  
261 5468d 12h werner /src/ * added NPP aboveground to stats
* some update in comments
 
257 5469d 10h werner /src/ added production based (tree) statistics.
StandOut after tree initialization.
some documentation polishing.
 
254 5470d 08h werner /src/ menu entry in apps main menu to copy the wiki-style description of output tables to the clipboard.  
253 5470d 08h werner /src/output/ added a "toWiki"-function that create a wiki-style-format string from output table descriptions.  
251 5470d 08h 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 5475d 12h 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 5475d 23h werner /src/ 3pg model, strange behavior of database. Modified the transaction logic (really important for SQLite), but still shows odd behavior.  
230 5476d 02h werner /src/ 3PG work out  
229 5476d 04h 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 5477d 06h werner /src/ created output for production details.  
225 5477d 10h werner /src/ Run/Pause/Stop, etc. in ModelController.  
223 5481d 06h werner /src/ Model Pause, Model restart,etc. (wamod little hack)  
222 5481d 11h werner /src/ * outputs: delayed commits of transactions. transactions are commited (and thus written to disk) at the end of run
* improved the "remotecontrol", added signals and slots to indicate progress...
 
218 5482d 04h werner /src/ added "p5", "p95", etc for dynamic stand outputs.  
207 5484d 12h 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.
 
200 5488d 06h werner /src/ added "ModelSettings", i.e. a high performant storage for model settings, further spelling resource vs ressource, including the "batch" job feature from fonstudio into iland. added a slot for MainWindow to force a repaint. and much more.  
189 5489d 23h iland /src/ finished ressource vs. resource struggle, some cleanup within xml file
reading.
 
184 5490d 07h werner /src/ DynamicStandOut: output on stand level based on aggregates (sum, mean, ...) on a set of trees.very neat. stripped column names for tables (no special characters), filter for ressource-units,...  
183 5490d 10h werner /src/ Added isEmpty() for Expression. Added new output DynamicStandOutput. New wrapper for RessourceUnits. Everything is in its right place ;)