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
902 3718d 19h werner /branches/port_qt5_64bit/src/ work on AMIE.
introduced new activity: planting.
zillions of other small mods.
 
855 3880d 19h werner /branches/port_qt5_64bit/src/ fixed bug in landscape output
added (not already included) mode for dynamicstand output to aggregate to ru level (without species level)
now newly recruited trees are also included in the stand statistics (ru-level).
 
837 3887d 21h werner /branches/port_qt5_64bit/src/ * added total carbon to stand output
* created a new output "landscape" for stand aggregates on landscape level (per species)
* improved error handling ModelController
* improved ilandc: now model settings can be changed via command line (and javascript function can be called)
* finalized "background external seeds"
 
808 3907d 15h werner /branches/port_qt5_64bit/src/ implementing FOME.
* splitting "helper.cpp" into several files (debugtimer.h, statdata.h, viewport.h) (and changing lots of includes)
* implementing setup of activities (extracting from Javascript)
 
802 3927d 01h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
798 3928d 19h werner /branches/port_qt5_64bit/ some comments, maximum number of years of simulations changed to 10000  
780 4046d 20h werner /branches/port_qt5_64bit/src/ Steps to build iLand with Qt 5 and with MSVC compiler and 64 bit.
http://iland.boku.ac.at/blogpost44

removed also a couple of warnings that were thrown by the MSVC compiler.
 
779 4059d 19h werner /branches/port_qt5_64bit/  
778 4059d 19h werner /trunk/src/output/ fixed typo in output description  
756 4292d 18h werner /trunk/ restarting the fire module (strange behaviour of random generator as well as fire related output)  
745 4398d 20h werner /trunk/src/output/ fixed sigsegv when saving snapshots (without enabled carbon cycling)  
734 4473d 00h werner /trunk/src/ small "fixes" (or tries to fix) as iLand is still crashing...  
699 4598d 19h werner /trunk/ standloader now can also initialize from vegetation snapshot databases;
fire-module: fire extinction probability works only after reaching the minimum fire size parameter.
 
695 4607d 14h werner /trunk/src/ added the saplings to the snapshot mechanism.
small GUI fix (moved the script panel one level up)
 
688 4620d 17h werner /trunk/src/ fixed error when loading a very large snapshot. In the end, "setForwardOnly()".  
687 4621d 00h werner /trunk/src/output/ trying to fix error while importing large (>4.2 Mio trees) snapshots.  
683 4622d 20h werner /trunk/src/ minor fixes.
* grid export of fire values
* multiple creation of snapshots
 
678 4636d 20h werner /trunk/src/ Created initial version of the console based iLand.
The console application will get the nice name: "ilandc".
 
677 4636d 22h werner /trunk/src/output/ add snapshot classes  
671 4642d 20h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
665 4683d 19h werner /trunk/src/ modified the output infrastructure to deal with outputs defined by Modules. Added a fire output.  
662 4685d 20h werner /trunk/src/ continued to work on the fire module. Include the fire severity (i.e. mortality due to fire). This had various other impacts, e.g., on the carbon cycle of saplings.  
639 4803d 17h werner / move current content to the "trunk"  
628 4855d 02h werner /src/output/  
610 4869d 00h werner / new bug fix version 0.6.2
include ecosystem carbon flux output
 
609 4869d 00h werner /src/ implementing CarbonFlow output and book keeping code.  
608 4869d 02h werner /src/ adding carbon cycle output (and some necessary book keeping code)  
605 4872d 23h werner /src/ added the "rid" (i.e. a unique id per resource unit) in various debug outputs.
added the "shell" of a new carbonflow output.
 
598 4873d 21h werner /src/ extending the dynamic stand output; added calculating standard deviation.  
592 4900d 20h werner / new version 0.6 alpha 6
* scripting enhancements
* carbon cycle in regeneration layer
* scaling of soil inputs for non fully stockable resource units
 
589 4900d 23h werner /src/ added new script functions to start/stop outputs.  
587 4901d 14h werner /src/ added carbon output.
lots of changes necessary to get this done (especially budgeting of biomass pools)
 
574 4904d 01h werner /src/ * modified outputs to write only rows for valid resource units
* dropped setting "woodDecompRate" (snag.cpp)
* calculate the "stockableArea" of a resource unit based on the stand grid
* use the stockableArea for calculation of LAI
 
570 4909d 01h werner /src/output/ added resource unit id (provided by input grid) to almost any output in iLand.  
539 4950d 19h werner /src/ continue implementing grid functionality (yeah! a simple grid input already works)
removing the bug that caused db locks when reloaded model without actually simulating.
 
521 4963d 22h werner /src/ moved snag dynamics from rus-level to ru-level  
520 4963d 23h werner /src/ fixed crash in Expression that occurred with dynamic stand outputs without any trees.
Extended the dynamic stand output so that a treefilter can be applied.
 
504 4993d 17h werner /src/ New output for "saplings"  
456 5069d 21h werner /src/  
455 5069d 23h werner /src/ changed the layout of the resourceUnitSpecies from a QVector to a QList<ResourceUnitSpecies*>. This seems to be much more appropriate. But caused many small changes throughout the project.