Subversion Repositories public iLand

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1222 3149d 09h werner / public SVN  
1221 3149d 09h werner /branches/ public SVN  
1220 3149d 09h werner /branches/version1.0/ Version 1.0  
1218 3149d 11h werner / clean up repository - make 1.0 trunk again!  
1217 3149d 11h werner / clean up repository - make 1.0 trunk again!  
1214 3149d 12h werner /branches/iland_regen/src/ fixed effect of waterlogging  
1213 3155d 08h werner /branches/iland_regen/src/ implementing the stand-wise snapshot feature (for the advanced dynamic initalization)  
1182 3295d 09h werner /branches/iland_regen/src/ Torus also effective for seed distribution
new output "SaplingDetails" (super high detail level of individual cohorts)
version information also in ilandc [move version.cpp to core]

[due to a sync problem with the SVN server, some revisions where lost: here they are:]
compiling ilandc

some code clean up - removed old code (sapling.cpp) for sapling trees and establishment.
 
1162 3365d 16h werner /branches/iland_regen/src/ removed the old "mSaplings" from resource unit/model.
Open Issues:
* ActPlanting [init/remove of saplings]
* MapGrid: retrieve list of saplings
* testing of standloader
 
1157 3367d 18h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1117 3425d 07h werner /branches/iland_regen/src/ including loading of saplings of snapshots....  
1111 3429d 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 3437d 16h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
1100 3458d 12h werner /branches/port_qt5_64bit/src/ trying declaring the GRASSCOVERSTEPS in the cpp file.
some additional cleanups.
 
1099 3458d 12h werner /branches/port_qt5_64bit/src/ cleaning gcc warnings, trying to compile on VSC.  
1076 3529d 10h werner /branches/port_qt5_64bit/src/ avoid loading regeneration if regeneration module is not enabled.  
1053 3583d 17h werner /branches/port_qt5_64bit/src/ updates for Qt 5.5 and GCC (Linux).  
1049 3603d 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 3606d 10h werner /branches/port_qt5_64bit/src/ fixed errors with snapshots
fixed ordering of extra-grids in main view
 
1045 3609d 11h 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).  
1000 3788d 08h 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 3791d 16h werner /branches/port_qt5_64bit/src/ log messages in snapshot loading
timer for linux (use QElapsedTimer)
switched off debug messages for ilandc
 
995 3792d 13h werner /branches/port_qt5_64bit/src/ snapshot log messages, reduced logs due to Linux timers  
975 3815d 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.
 
941 3941d 14h 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 4080d 11h werner /branches/port_qt5_64bit/src/ work on AMIE.
introduced new activity: planting.
zillions of other small mods.
 
808 4269d 07h 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 4288d 17h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
780 4408d 12h 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 4421d 11h werner /branches/port_qt5_64bit/  
756 4654d 10h werner /trunk/ restarting the fire module (strange behaviour of random generator as well as fire related output)  
745 4760d 12h werner /trunk/src/output/ fixed sigsegv when saving snapshots (without enabled carbon cycling)  
699 4960d 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 4969d 06h werner /trunk/src/ added the saplings to the snapshot mechanism.
small GUI fix (moved the script panel one level up)
 
688 4982d 09h werner /trunk/src/ fixed error when loading a very large snapshot. In the end, "setForwardOnly()".  
687 4982d 16h werner /trunk/src/output/ trying to fix error while importing large (>4.2 Mio trees) snapshots.  
683 4984d 12h werner /trunk/src/ minor fixes.
* grid export of fire values
* multiple creation of snapshots
 
678 4998d 12h werner /trunk/src/ Created initial version of the console based iLand.
The console application will get the nice name: "ilandc".
 
677 4998d 14h werner /trunk/src/output/ add snapshot classes