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
780 4042d 13h 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 4055d 12h werner /branches/port_qt5_64bit/  
778 4055d 12h werner /trunk/src/output/ fixed typo in output description  
756 4288d 10h werner /trunk/ restarting the fire module (strange behaviour of random generator as well as fire related output)  
745 4394d 13h werner /trunk/src/output/ fixed sigsegv when saving snapshots (without enabled carbon cycling)  
734 4468d 16h werner /trunk/src/ small "fixes" (or tries to fix) as iLand is still crashing...  
699 4594d 11h 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 4603d 07h werner /trunk/src/ added the saplings to the snapshot mechanism.
small GUI fix (moved the script panel one level up)
 
688 4616d 10h werner /trunk/src/ fixed error when loading a very large snapshot. In the end, "setForwardOnly()".  
687 4616d 17h werner /trunk/src/output/ trying to fix error while importing large (>4.2 Mio trees) snapshots.  
683 4618d 13h werner /trunk/src/ minor fixes.
* grid export of fire values
* multiple creation of snapshots
 
678 4632d 13h werner /trunk/src/ Created initial version of the console based iLand.
The console application will get the nice name: "ilandc".
 
677 4632d 15h werner /trunk/src/output/ add snapshot classes  
671 4638d 13h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
665 4679d 11h werner /trunk/src/ modified the output infrastructure to deal with outputs defined by Modules. Added a fire output.  
662 4681d 13h 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 4799d 10h werner / move current content to the "trunk"  
628 4850d 18h werner /src/output/  
610 4864d 17h werner / new bug fix version 0.6.2
include ecosystem carbon flux output
 
609 4864d 17h werner /src/ implementing CarbonFlow output and book keeping code.  
608 4864d 19h werner /src/ adding carbon cycle output (and some necessary book keeping code)  
605 4868d 15h 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 4869d 14h werner /src/ extending the dynamic stand output; added calculating standard deviation.  
592 4896d 12h 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 4896d 15h werner /src/ added new script functions to start/stop outputs.  
587 4897d 06h werner /src/ added carbon output.
lots of changes necessary to get this done (especially budgeting of biomass pools)
 
574 4899d 17h 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 4904d 18h werner /src/output/ added resource unit id (provided by input grid) to almost any output in iLand.  
539 4946d 12h 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 4959d 14h werner /src/ moved snag dynamics from rus-level to ru-level  
520 4959d 16h 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 4989d 09h werner /src/ New output for "saplings"  
456 5065d 14h werner /src/  
455 5065d 16h 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.  
436 5120d 14h werner /src/ climate: added totalRadiation() function
production3pg.cpp: added the calculation of the f_env,yr (total environmental performance of a species)
 
407 5149d 16h werner /src/ modified the painting of trees (use now the crown radius)
tried to fix the database lock error when reloading the model (not solved: but: no problem when model was executed for at least one year...)
 
395 5172d 07h werner /src/ fixed the "output on startup" which was broken due to changes in the execution sequence.  
354 5234d 17h werner /src/output/ description of dynamic outputs  
353 5234d 18h werner /src/output/ simplification of the parsing of dynamic stand expressions  
351 5234d 19h werner /src/ removed "la" as tree variable
added "LAI" to Stand Output.