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
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...)
 
406 5244d 23h werner /src/core/ set ground height of height grid to 4m (model.cpp)
modified height-grid-apply (non-torus) so that height-grid pixels get max()-ed if the reader stamp reaches into the neighbor pixels (i.e. the crown reaches the neighbor 10m pixel)
 
403 5247d 15h werner /src/ Tree::applyLIP(): fixed bug with the indices
applyLIP/readLIF: changed way of applying/reading LIPs. Version where hdom is only set at the focal height pixel.
model.h/model.cpp: tried a version with a init-value for height of height grid
 
401 5250d 10h werner / starting from a change in the LIP-pattern and the LIP-application a grand tour through followed.
StampContainer has now a static grid that holds distances to the stamp-center. This is used by the tree when applying a stamp.cpp
minor changes necessary due to the switch to Qt 4.6
 
399 5250d 23h werner /src/core/ cleanup at applyLIP() in tree.cpp  
397 5265d 23h werner /src/core/ thanks to ruperts sharp eyes we found a bug in the torus implementation of readLIF_torus(). Basically, the wrong pixels were evaluated. This became apparent in the HJA with very structured stands.
Another possible flaw (not sure whether this actually caused errors) was found in the attachment of reader stamps.
 
393 5268d 21h werner /src/ fixed a bug in StampContainer when loading trees with invalid hd-ratio (too low trees).
fixed a bug that caused a crash when seed dispersal was disabled.
added return values for stand init routines (also those that accessed by scripting) and cleaned up the documentation.
 
389 5271d 09h werner /src/ fixed small glitches with single tree initialization (species name at last position); changes to management routines.  
388 5271d 10h werner /src/core/ remodified the age calculation. Now the age is estimated based on the current height relative to h_max. The aging-calculation itself is no longer changed by that.  
387 5271d 11h werner /src/ integrating seed dispersal into the model
moved global constants for grid sizes into globalsettings.h
 
381 5271d 22h werner /src/core/ appropriate handling of tree age during initialization.
if no age is provided in the input file only the tree height is used for the aging calculation. The tree "age" in that case reflects only the number of years since initialization.
 
376 5280d 20h werner /src/ calculation of an average value for aging at resource unit level.
added variable 'aging' for resource units.
changed comments.
 
326 5418d 17h werner /src/core/ corrected LRI for HD-calculation (tracker#11)  
321 5418d 19h werner /src/ * check for NaN in readLIF_torus() (Tree).
* dump() function in Stamp
* removed compiler warnings
 
308 5426d 20h werner /src/ changed stress mortality (tracker#4)  
303 5428d 18h werner /src/ tree output (tracker#7) added position  
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)
 
298 5440d 13h werner /src/core/ comments  
297 5456d 03h werner /src/core/ reserve size in tree partitioning.  
295 5457d 03h werner /src/core/ "torus"-mode of light calculations for multiple simulated units. Each RU "wraps" its influence around the edges of the respective resource unit. This works now for more RUs simultaneously.  
285 5463d 00h werner /src/core/ loading of the landscape. added "areaMask.imageFile" to "world" in xml file. This loads a image mask that establishes area that are inside and outside the project area respectively.  
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 11h werner /src/ added explicit fine root compartment in tree. Changed partitioning, the calculation of the stress index, follow-up change in several outputs.  
274 5466d 13h werner /src/ lightResponseClasses (changed in SpeciesSet, Species and Tree)  
271 5467d 02h werner /src/ watercycle now counts evaporation from crown separately, fixed bookkeeping error in watercycle debug output.  
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.
 
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.  
230 5476d 02h werner /src/ 3PG work out  
227 5477d 07h werner /src/core/ 3pg production, documentation polish  
217 5482d 07h werner /src/ "script-window" in mainwindow, fixed error in partitioning when NPP was 0.  
215 5483d 00h werner /src/core/ distribution of GPP - what a mess...  
212 5483d 08h werner /src/ added LightResponse as a TreeVariable, fixed bug during Light distribution.  
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.
 
206 5484d 13h werner /src/ use of lightresponse formula for both torus and not-torus,
fixed multirun-outupt