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 5407d 20h werner /src/ added a "age" to trees (Tree, also Treewrapper, also StandLoader). Used by aging.  
169 5408d 01h werner /src/ Aging in Tree growth (Species::aging()), species parameters, ...  
167 5408d 21h werner /src/core/ variants for mortality of trees.  
165 5408d 22h werner /src/core/ stress based mortality, user defined expressions in dynamic outputs  
164 5408d 23h werner /src/ Tree: bug in partitioning() (forgot one factor), added more variables to Tree.  
163 5409d 04h werner /src/  
161 5410d 02h werner /src/ dynamic outputs (i.e. a list of value defined in xml project file)  
160 5410d 04h werner /src/ more debug data in GUI, mortality  
159 5410d 04h werner /src/ Mortality of trees (new species parameter, mortality function, ...)  
158 5412d 03h werner /src/core/ code cleanup/refactoring on Tree.  
157 5412d 21h 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 5413d 02h 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 5413d 03h 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 5413d 21h 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 5414d 03h 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 5414d 20h 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 5414d 21h iland /src/ - distribution of radiation
- painting trees with results of formulae
 
147 5414d 22h werner /src/core/ redistribution of radiation from RessourceUnit to trees.  
145 5415d 02h 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 5415d 20h Werner /src/ prettier Tree-dump-list, more debugging in partition - there is a problem with big trees....  
143 5415d 21h 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 5416d 03h Werner /src/ simple "Filter" and "aggregateFunctions" (like in Picus) using Expression, ExpressionWrapper and, last but not least, the AllTreeIterator.  
141 5416d 04h Werner /src/ documentation ExpressionWrapper, code cleanup  
138 5416d 15h Werner /src/ updated StandLoader (now more strict), little bit more design of model meta control (run/stop/pause...).  
137 5416d 17h Werner /src/ rework of the growing process, also debugging outputs etc.  
136 5416d 21h 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 5417d 03h Werner /src/ added keyboard support for scrolling in PaintArea, some issues with startup/init the model, modfied growth-routine.  
134 5417d 15h 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...  
133 5417d 17h Werner /src/ working on 3pg->tree->production-chain. added another debug-output.  
130 5417d 23h Werner /src/ moved debugDataTable to GlobalSettings...  
129 5417d 23h Werner /src/ MainWindow GUI (uses Qt Actions) to start/stop/create the "model", GUI to retrieve debug data.  
126 5419d 22h Werner /src/ fine grained debug outputs that could be switched on/off selectively and are only run in debug mode...  
125 5419d 23h Werner /src/ growth of individual trees  
123 5421d 16h Werner /src/ ThreadRunner class. This hopefully is a good foundation for all the multithreading issues...  
121 5422d 21h Werner /src/ reworked exception handling in Expression.
found finally out, that bug was due to a sync-problem with multiple threads, with "Parse" being done "late" during the multi-threaded execution.
nasty.
Added a switch in project-file to enable/disable multithreading.
 
119 5423d 02h Werner /src/ added HD-range species parameter.  
118 5423d 04h Werner /src/ DBGMODE macro.
Multithreading of main calls in Model. Qt is great!!!
 
117 5423d 20h Werner /src/ new debug macros (which are compiled to NOOP in release mode)  
116 5423d 21h Werner /src/core/ added turnover rates to species  
115 5423d 21h Werner /src/core/ moved 3PG class to RessourceUnitSpecies.