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
170 5405d 01h werner /src/ added a "age" to trees (Tree, also Treewrapper, also StandLoader). Used by aging.  
169 5405d 05h werner /src/ Aging in Tree growth (Species::aging()), species parameters, ...  
167 5406d 01h werner /src/core/ variants for mortality of trees.  
165 5406d 02h werner /src/core/ stress based mortality, user defined expressions in dynamic outputs  
164 5406d 03h werner /src/ Tree: bug in partitioning() (forgot one factor), added more variables to Tree.  
163 5406d 08h werner /src/  
161 5407d 07h werner /src/ dynamic outputs (i.e. a list of value defined in xml project file)  
160 5407d 08h werner /src/ more debug data in GUI, mortality  
159 5407d 09h werner /src/ Mortality of trees (new species parameter, mortality function, ...)  
158 5409d 08h werner /src/core/ code cleanup/refactoring on Tree.  
157 5410d 02h 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 5410d 06h 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 5410d 08h 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.
 
153 5411d 02h werner /src/ partitioning - corrected error w.r.t. units of diameter (rather tricky)
- now everything is calculated using meters.
wipe() of Grid does *not* work correctly with values != 0 (so returned
to initialize() for the grid itself).
 
151 5411d 08h 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.
 
149 5412d 00h werner /src/ - drawing GUI in MainWindow
- "Opacity" of tree crowns as a function of leafarea (and crown area;
crown radius is stored in LIP-stamp).
 
148 5412d 01h iland /src/ - distribution of radiation
- painting trees with results of formulae
 
147 5412d 03h werner /src/core/ redistribution of radiation from RessourceUnit to trees.  
145 5412d 06h Werner /src/ Run and compiled iLand on Linux (Kubuntu) with a virtual machine. The gcc on Linux issues lots of warnings which I fixed on the Linux side. Also fixed TTickTack (the clock issue).
Now iLand also runs on Linux - nice!
 
144 5413d 01h Werner /src/ prettier Tree-dump-list, more debugging in partition - there is a problem with big trees....  

Show All