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
1047 3332d 23h werner /branches/port_qt5_64bit/src/ fixed errors with snapshots
fixed ordering of extra-grids in main view
 
1045 3336d 01h werner /branches/port_qt5_64bit/src/ implemented possibility to load only a part of a snapshot into iland. This is done by creating along the snapshot a grid of resource-unit-indices (for spatial reference).  
1033 3445d 06h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
1023 3457d 08h werner /branches/port_qt5_64bit/src/output/ extended error message when writing output database.  
1000 3514d 21h werner /branches/port_qt5_64bit/src/output/ extended snapshot to be able to load snapshot also for a smaller region (for debugging purposes, mainly).  
996 3518d 05h werner /branches/port_qt5_64bit/src/ log messages in snapshot loading
timer for linux (use QElapsedTimer)
switched off debug messages for ilandc
 
995 3519d 02h werner /branches/port_qt5_64bit/src/ snapshot log messages, reduced logs due to Linux timers  
975 3542d 04h werner /branches/port_qt5_64bit/src/ Fixed a snapshot issue.
Now the water-content and the snow-pack are also stored in the snapshot.
statistics are forced to be re-created.
 
963 3592d 01h werner /branches/port_qt5_64bit/src/ change for compiling with Qt 5.4. / MSVC 2013
looked again at GCC and had to change a couple of things. There seems to be still a problem with the plugin-system.
 
950 3645d 00h werner /branches/port_qt5_64bit/src/ loading of saplings in ABE  
941 3668d 03h werner /branches/port_qt5_64bit/src/ hunting the regeneration bug: bitmaps have not been cleared when regen-trees died (without recruiting). This came up, after snapshot-inits showed a different behavior from "normal" inits.  
902 3807d 00h werner /branches/port_qt5_64bit/src/ work on AMIE.
introduced new activity: planting.
zillions of other small mods.
 
855 3969d 00h 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 3976d 02h 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 3995d 20h 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 4015d 06h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
798 4017d 00h werner /branches/port_qt5_64bit/ some comments, maximum number of years of simulations changed to 10000  
780 4135d 01h 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 4148d 00h werner /branches/port_qt5_64bit/  
778 4148d 00h werner /trunk/src/output/ fixed typo in output description  
756 4380d 23h werner /trunk/ restarting the fire module (strange behaviour of random generator as well as fire related output)  
745 4487d 01h werner /trunk/src/output/ fixed sigsegv when saving snapshots (without enabled carbon cycling)  
734 4561d 05h werner /trunk/src/ small "fixes" (or tries to fix) as iLand is still crashing...  
699 4687d 00h 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 4695d 19h werner /trunk/src/ added the saplings to the snapshot mechanism.
small GUI fix (moved the script panel one level up)
 
688 4708d 22h werner /trunk/src/ fixed error when loading a very large snapshot. In the end, "setForwardOnly()".  
687 4709d 05h werner /trunk/src/output/ trying to fix error while importing large (>4.2 Mio trees) snapshots.  
683 4711d 01h werner /trunk/src/ minor fixes.
* grid export of fire values
* multiple creation of snapshots
 
678 4725d 01h werner /trunk/src/ Created initial version of the console based iLand.
The console application will get the nice name: "ilandc".
 
677 4725d 03h werner /trunk/src/output/ add snapshot classes  
671 4731d 01h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
665 4772d 00h werner /trunk/src/ modified the output infrastructure to deal with outputs defined by Modules. Added a fire output.  
662 4774d 01h 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 4891d 22h werner / move current content to the "trunk"  
628 4943d 07h werner /src/output/  
610 4957d 05h werner / new bug fix version 0.6.2
include ecosystem carbon flux output
 
609 4957d 05h werner /src/ implementing CarbonFlow output and book keeping code.  
608 4957d 07h werner /src/ adding carbon cycle output (and some necessary book keeping code)  
605 4961d 04h 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 4962d 02h werner /src/ extending the dynamic stand output; added calculating standard deviation.