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
159 5500d 07h werner /src/ Mortality of trees (new species parameter, mortality function, ...)  
158 5502d 06h werner /src/core/ code cleanup/refactoring on Tree.  
157 5503d 00h 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 5503d 04h 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 5503d 05h 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 5504d 00h 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 5504d 06h 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 5504d 22h 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 5504d 23h iland /src/ - distribution of radiation
- painting trees with results of formulae
 
147 5505d 01h werner /src/core/ redistribution of radiation from RessourceUnit to trees.  
145 5505d 04h 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 5505d 22h Werner /src/ prettier Tree-dump-list, more debugging in partition - there is a problem with big trees....  
143 5505d 23h Werner /src/ - StampContainer: find stamps out of HD bounds.
- AllTreeIterator fixed bug in next()
- improvements in Expression (function inlining, ...)
- use tree with expression, together with Stats-class.
... and much more ;)
 
142 5506d 06h Werner /src/ simple "Filter" and "aggregateFunctions" (like in Picus) using Expression, ExpressionWrapper and, last but not least, the AllTreeIterator.  
141 5506d 06h Werner /src/ documentation ExpressionWrapper, code cleanup  
138 5506d 17h Werner /src/ updated StandLoader (now more strict), little bit more design of model meta control (run/stop/pause...).  
137 5506d 19h Werner /src/ rework of the growing process, also debugging outputs etc.  
136 5506d 23h Werner /src/ rework of the partition model. changed species parameter and partition routine, also some work on debug outputs.
added the "year" of the simulation now th globalsettings.
 
135 5507d 06h Werner /src/ added keyboard support for scrolling in PaintArea, some issues with startup/init the model, modfied growth-routine.  
134 5507d 18h Werner /src/core/ tree production. there is an error treating different units in the grow_diameter function - but too tired too track it down now...  

Show All