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
456 5159d 05h werner /src/  
455 5159d 07h 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 5214d 06h werner /src/ climate: added totalRadiation() function
production3pg.cpp: added the calculation of the f_env,yr (total environmental performance of a species)
 
407 5243d 08h 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 5265d 22h werner /src/ fixed the "output on startup" which was broken due to changes in the execution sequence.  
354 5328d 09h werner /src/output/ description of dynamic outputs  
353 5328d 09h werner /src/output/ simplification of the parsing of dynamic stand expressions  
351 5328d 11h werner /src/ removed "la" as tree variable
added "LAI" to Stand Output.
 
343 5378d 10h werner /src/ code cleanup, small change in ProductionOut  
328 5417d 03h werner /src/ daily aggregation of responses; looks good now.  
327 5417d 03h werner /src/ changed mode of radiation calculation  
303 5427d 05h werner /src/ tree output (tracker#7) added position  
300 5433d 10h werner /src/ changed CO2 response from yearly to monthly resolution  
299 5437d 08h werner /src/ fixed bug with disabled debug outputs
added modified LRI to NPP-debug output
new species parameter "probStressYears".
documentation (wiki-links)
 
279 5462d 14h werner /src/ stressIndex in TreeOut, deactivated DBGMODE makros  
278 5462d 14h werner /src/ Management output. Added a statisticsMgmt() for ResourceUnitSpecies. Complicated to get the order right.  
277 5462d 19h werner /src/ added "Gesamtwuchsleistung" i.e. total growth.  
276 5464d 22h werner /src/ added explicit fine root compartment in tree. Changed partitioning, the calculation of the stress index, follow-up change in several outputs.  
273 5465d 13h 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 5466d 13h 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.
 

Show All