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
1111 3061d 09h werner /branches/iland_regen/src/ first draft of the new "establishment"
added the "Saplings", the new container for establishment/sapling growth
some basic functionality is already there...
 
1104 3069d 17h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
1102 3070d 05h werner /branches/port_qt5_64bit/src/ fixed couple of clang warnings.

some debugging/profiling work w.r.t. establishment/regen.
 
1100 3090d 13h werner /branches/port_qt5_64bit/src/ trying declaring the GRASSCOVERSTEPS in the cpp file.
some additional cleanups.
 
1099 3090d 13h werner /branches/port_qt5_64bit/src/ cleaning gcc warnings, trying to compile on VSC.  
1076 3161d 11h werner /branches/port_qt5_64bit/src/ avoid loading regeneration if regeneration module is not enabled.  
1054 3203d 10h werner /branches/port_qt5_64bit/ next iteration of the barkbeetle Modules
added background image to the iland viewer
some update of the wind-module as well (new wind output, for example)
 
1053 3215d 18h werner /branches/port_qt5_64bit/src/ updates for Qt 5.5 and GCC (Linux).  
1051 3221d 17h werner /branches/port_qt5_64bit/src/ mini-changes (done in portland)  
1049 3235d 15h werner /branches/port_qt5_64bit/src/ added counter in snapshot to print initialized AND total number of trees + saplings
added check for validity of CN-Ratios in the species parameters.
 
1047 3238d 10h werner /branches/port_qt5_64bit/src/ fixed errors with snapshots
fixed ordering of extra-grids in main view
 
1045 3241d 12h 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 3350d 18h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
1023 3362d 20h werner /branches/port_qt5_64bit/src/output/ extended error message when writing output database.  
1000 3420d 09h 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 3423d 17h werner /branches/port_qt5_64bit/src/ log messages in snapshot loading
timer for linux (use QElapsedTimer)
switched off debug messages for ilandc
 
995 3424d 14h werner /branches/port_qt5_64bit/src/ snapshot log messages, reduced logs due to Linux timers  
975 3447d 15h 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 3497d 13h 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 3550d 12h werner /branches/port_qt5_64bit/src/ loading of saplings in ABE  
941 3573d 15h 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 3712d 11h werner /branches/port_qt5_64bit/src/ work on AMIE.
introduced new activity: planting.
zillions of other small mods.
 
855 3874d 11h 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 3881d 14h 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 3901d 08h 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 3920d 18h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
798 3922d 12h werner /branches/port_qt5_64bit/ some comments, maximum number of years of simulations changed to 10000  
780 4040d 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 4053d 12h werner /branches/port_qt5_64bit/  
778 4053d 12h werner /trunk/src/output/ fixed typo in output description  
756 4286d 10h werner /trunk/ restarting the fire module (strange behaviour of random generator as well as fire related output)  
745 4392d 13h werner /trunk/src/output/ fixed sigsegv when saving snapshots (without enabled carbon cycling)  
734 4466d 16h werner /trunk/src/ small "fixes" (or tries to fix) as iLand is still crashing...  
699 4592d 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 4601d 07h werner /trunk/src/ added the saplings to the snapshot mechanism.
small GUI fix (moved the script panel one level up)
 
688 4614d 10h werner /trunk/src/ fixed error when loading a very large snapshot. In the end, "setForwardOnly()".  
687 4614d 17h werner /trunk/src/output/ trying to fix error while importing large (>4.2 Mio trees) snapshots.  
683 4616d 13h werner /trunk/src/ minor fixes.
* grid export of fire values
* multiple creation of snapshots
 
678 4630d 13h werner /trunk/src/ Created initial version of the console based iLand.
The console application will get the nice name: "ilandc".
 
677 4630d 15h werner /trunk/src/output/ add snapshot classes