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
277 5461d 06h werner /src/ added "Gesamtwuchsleistung" i.e. total growth.  
276 5463d 09h werner /src/ added explicit fine root compartment in tree. Changed partitioning, the calculation of the stress index, follow-up change in several outputs.  
264 5465d 08h werner /src/ TreeOut output (including filtering)  
262 5465d 09h werner /src/ added output for dead trees (StandDeadOut)  
261 5465d 11h werner /src/ * added NPP aboveground to stats
* some update in comments
 
257 5466d 08h werner /src/ added production based (tree) statistics.
StandOut after tree initialization.
some documentation polishing.
 
251 5467d 07h 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.  
247 5470d 04h werner /src/ global script object (ScriptGlobal).
Doxygen documentation refinements.
 
234 5472d 03h werner /src/core/ added (during dev. of watercycle) new properties: area() to ResourceUnit, leafArea() to Tree, added LAI-counting to StandStatistics.  
212 5480d 07h werner /src/ added LightResponse as a TreeVariable, fixed bug during Light distribution.  
187 5486d 22h iland /src/ wow. Ressource is correctly spelled as Resource. I jerk.  
180 5488d 03h werner /src/ created StandStatistics (similar to the solution in Picus). Each tree adds itself to the statistics object of RU x species. During yearEnd() of RessourceUnit the data is aggregated for the whole stand.  
170 5493d 04h werner /src/ added a "age" to trees (Tree, also Treewrapper, also StandLoader). Used by aging.  
169 5493d 08h werner /src/ Aging in Tree growth (Species::aging()), species parameters, ...  
159 5495d 11h werner /src/ Mortality of trees (new species parameter, mortality function, ...)  
158 5497d 10h werner /src/core/ code cleanup/refactoring on Tree.  
157 5498d 05h werner /src/ cleaning of memory after trees died; this had some impacts on AllTreeIterator and some other places.
added a "Tests" class to combine some simple tests.
 
156 5498d 09h werner /src/core/ removed QPointF position in Tree (now only the index on the grid is stored). This saves 8 Bytes (2x double, now 2x int), and should be slightly faster.  
155 5498d 10h werner /src/ wraparound of trees around an one hectare patch. Edges are glued together. This is done by doubling code for applyStamp, readStamp and heightGrid in Tree.
improved "clicking" on trees in MainWindow.
 
151 5499d 10h iland /src/ - now calculating the area per RU which is stocked.
to achieve that, changes were made to:
- heightGrid() in Tree
- RessourceUnit: new member variables
- Model: function to iterate over RUs and calculate actual values.
- added functions for binary (QByteArray) loading/saving to file in
Helper

GUI: saveState/restoreState in MainWindow - used for dockwindows.
 

Show All