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
137 5501d 23h Werner /src/ rework of the growing process, also debugging outputs etc.  
136 5502d 03h 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 5502d 09h Werner /src/ added keyboard support for scrolling in PaintArea, some issues with startup/init the model, modfied growth-routine.  
129 5503d 05h Werner /src/ MainWindow GUI (uses Qt Actions) to start/stop/create the "model", GUI to retrieve debug data.  
125 5505d 05h Werner /src/ growth of individual trees  
119 5508d 08h Werner /src/ added HD-range species parameter.  
117 5509d 02h Werner /src/ new debug macros (which are compiled to NOOP in release mode)  
116 5509d 03h Werner /src/core/ added turnover rates to species  
115 5509d 03h Werner /src/core/ moved 3PG class to RessourceUnitSpecies.  
113 5509d 06h Werner /src/ started Production3PG-class which couples the (stand-level) production.
implemented zooming and panning in Viewport (this is always a hell of a job)
 
111 5510d 05h Werner /src/ added "RessourceUnitSpecies" (included setup and access functions). Each species has now a numeric index which is used to construct vectors of RessourceUnitSpecies per RessourceUnit.  
110 5510d 08h Werner /src/ added calculation of LAI  
107 5510d 22h Werner /src/ created "AllTreeIterator" as a convenient means to traverse all trees in the model, adapted the painting of trees in MainWindow to the many RessourceUnits.  
106 5510d 23h Werner /src/ added StandLoader class which encapsulates the initialization of stands. Currently only Picus-style initfiles can be loaded.
added more content to Model and cleaned the Tree class. Now a multiple stand setup with N ressource units and N duplicate stands can be loaded and the light-patterns calculated. cool!
 
105 5511d 01h Werner /src/ several changes:
create multiple RessourceUnits as a grid
modified include-order for model.h and mainwindow.cpp
added clear() to Grid.
fixed bug in Grid::indexOf()
...
 
90 5512d 11h Werner /src/ changed TreeSpecies -> Species.
added class SpeciesSet.
 
83 5514d 09h Werner /src/ new structure  
80 5514d 09h Werner / change master structure  
61 5556d 07h Werner /fonstudio/ * modified bin-sizes in StampContainer
* cleaned Tree-class (dropped some old code and refs from other places)
 
58 5557d 05h Werner /fonstudio/ working version of light alogorithnm:
* steps during read:
own_xy = 1 - writer_xy * la_factor / h_dom
value_xy = grid_xy / own_xy
lightvalue = sum( value_xy * reader_xy) [ sum(reader) = 1 ]

additional correction for overstorey:
if h > h_dom:
lightvalue = 1 - (1 - lightvalue) * h/h_dom

other issues:
* added buffer around sim. area
* cleaned xml-file and code to interpret
* fixed Viewport (handling of negative coordinates - see buffer)
* fixed StampContainer, added finalizeSetup() - (filling up of the lookup map)
 
53 5558d 05h Werner /fonstudio/ additive mode, relate impact sum to Z*-crown height.  
48 5561d 05h Werner /fonstudio/ grid: bugfix
mainwindow: added different visualizations
tree: adopted to new scheme: dominance height split in "above Z*" and "below Z*"
 
45 5561d 08h Werner /fonstudio/ apply stamps at domiance grid  
40 5562d 03h Werner /fonstudio/ reading out of stamp values.
lots of additional small changes.
 
39 5563d 04h Werner /fonstudio/ implementing the application of gridded binary stamps.  
38 5563d 05h Werner /fonstudio/ LightRoom: use sum instead of average
Use of Lightroom in mainwindow: cut parts of lightroom result based on values and save as binary stamp file.
create class TreeSpecies, start to impl. use of stamps in Tree.
 
30 5568d 09h Werner /fonstudio/ change "stamp" to "imagestamp", added a new "stamp" which should be more like the real, efficient stamp used in iLand.
started impl. of lightroom - batch modus.
 
16 5571d 10h Werner /fonstudio/  
15 5571d 10h Werner /fonstudio/  
13 5572d 10h Werner /fonstudio/  
12 5572d 11h Werner /fonstudio/  
6 5703d 07h Werner /fonstudio/ further work on basic stamp/retrieve.  
3 5709d 08h Werner /fonstudio/ initial import - start of the project.