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
911 3702d 13h werner /branches/port_qt5_64bit/src/ scheduling, update in planting  
863 3852d 04h werner /branches/port_qt5_64bit/ renaming of the FOME to AMIE.
unfortunately, some partial merge of changes in Qt4-branch.
 
779 4059d 05h werner /branches/port_qt5_64bit/  
720 4537d 23h werner /trunk/src/ fixed a problem when trees died in disturbance and the (unupdated) statistics were used (e.g. the LAI for calculating the water cycle). Now for affected resource units, not only the treelists but also the RU-statistics are updated.
implemented a "radiating" mechanism of border cells. If stand-grid-cells (i.e. 10m height grid resolution) are marked as "outside and forest", then the cells "radiate" some influence on the LIF into the project area. Thus, trees on the edge of the project do *not* have properties of trees standing on a stand edge. Currently, the form/amount of this edge-effect is hard coded.
 
639 4803d 03h werner / move current content to the "trunk"  
600 4873d 00h werner /src/ corrected grid export (flipping of y-axis)
added initialization of saplings; StandLoader contains now a routine similar to the one for larger trees to distribute saplings; additionally, a script function (Globals.addSaplingsOnStand()) can be used to use this functionality.
 
521 4963d 07h werner /src/ moved snag dynamics from rus-level to ru-level  
504 4993d 02h werner /src/ New output for "saplings"  
475 5014d 08h werner /src/ * Snag dynamics
debug output "SnagDynamics"
life cycle of Snag objects
include Snag Dynamics in newYear / year end routines

* threadrunner.cpp: parallel execution of species related tasks, e.g. the seed dispersal. In the current form, the ThreadRunner is much nicer:
ThreadRunner runner(mActiveSpecies);
runner.run(func_ptr);
 
469 5018d 23h werner / update contains some fixes in regeneration/sapling growth model.
contains also a beta-version of the snag dynamics sub module.
 
468 5019d 06h werner /src/ starting the implementation of the snag dynamics submodule.
New class: Snag
added Snag to ResourceUnitSpecies
added links to Snag in Tree
 
462 5020d 00h werner /src/core/ if a sapling of a species is already present at a specific location (i.e.: pixel), than no other cohort of that species can regenerate on that pixel.
new function: hasSaplingAt().
 
454 5069d 09h werner /src/ improvements of regeneration/establishment. Looking for bug that stems obviously from copy-constructor problems (resourceUnitSpecies).  
453 5069d 22h werner /src/ sapling growth now in a basic working state. started to implement recruitment. One bug with the "maximum-establishment-height-grid" known.
added also visualization of regeneration layer. Once I have time, I should restructure the drawing/visualization code as it gets quirky (and a paper-concept is available...)
 
451 5070d 07h werner /src/ further development of sapling growth  
450 5070d 09h werner /src/core/ implementing sapling growth...  
449 5070d 10h werner /src/ start of implementation of sapling growth.
setup of the temporal height-map for saplings.
 
440 5123d 07h werner /src/core/ climate: added a pre-calculated value for the 10.5hrs day
including establishment calculation in the normal execution path.
 
438 5124d 04h werner /src/ new GridRunner class to iterate nicely over grids with different sizes.
establishment.cpp: started to integrate the whole regeneration process (including "lazy" calculation of 3pg (only if necessary)).
 
376 5189d 10h werner /src/ calculation of an average value for aging at resource unit level.
added variable 'aging' for resource units.
changed comments.
 
370 5196d 08h werner /src/ * expansion of the logwindow on the mainwindow
* bug with multi threading: serialization using QMutexLocker when attempting to write/print the debug outputs.
* enabled painting of the visuals in modelcontroller.cpp (re-enabled??)
* changed the threshold for multi threading to 6 resource-units
* optimized StatData-class to avoid unnecessary calculations of percentiles
* several comments
 
369 5196d 11h werner /src/ * multithreading for 3pg production (crashes)
* do 3PG calculation only if this RU has some leafarea of a species (added clear() functions)
* added GUI-accessible speciesindex-variable for trees
 
367 5196d 12h werner /src/core/ changes in the watercycle.
see http://iland.boku.ac.at/tiki-view_tracker_item.php?itemId=30
the calculation of the effect on the canopy conductance is changed. Now, the combined effects of soil water and vpd response together modify the canopy conductance. In order to do this some structural changes have been necessary. Note: now the response values for vpd and soil water are calculated two times.
 
278 5372d 15h werner /src/ Management output. Added a statisticsMgmt() for ResourceUnitSpecies. Complicated to get the order right.  
277 5372d 21h werner /src/ added "Gesamtwuchsleistung" i.e. total growth.  
262 5377d 00h werner /src/ added output for dead trees (StandDeadOut)  
234 5383d 17h werner /src/core/ added (during dev. of watercycle) new properties: area() to ResourceUnit, leafArea() to Tree, added LAI-counting to StandStatistics.  
230 5384d 15h werner /src/ 3PG work out  
229 5384d 18h werner /src/ 3pg model. fixed a problem with the setup of ResourceUnitSpecies (a classic: a pointer to a vector, which is still growing... grrrrr.... it took hours to find)  
228 5385d 20h werner /src/ created output for production details.  
226 5385d 21h werner /src/core/ working on 3pg, the species specific responses and linking it all together.  
209 5392d 18h werner /src/ Environmental responses:
VPD, Temperature, CO2, Nitrogen
 
208 5393d 00h werner /src/core/ included "Climate" in the model (i.e. list of climates in Model, climate ptr in resource unit, call of response calculation in production().  
193 5397d 20h werner /src/ started species responses (vpd, etc.) and subsequently the climate database loading stuff.  
188 5398d 13h werner /src/core/ rename ressoure files.  
187 5398d 13h iland /src/ wow. Ressource is correctly spelled as Resource. I jerk.  
182 5399d 01h werner /src/ stand statistics - work now, outputs can be enabled/disabled in config file  
180 5399d 17h 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.  
115 5420d 19h Werner /src/core/ moved 3PG class to RessourceUnitSpecies.  
113 5420d 22h 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)