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 3152d 10h werner / public SVN  
1221 3152d 10h werner /branches/ public SVN  
1220 3152d 10h werner /branches/version1.0/ Version 1.0  
1218 3152d 12h werner / clean up repository - make 1.0 trunk again!  
1217 3152d 12h werner / clean up repository - make 1.0 trunk again!  
1104 3440d 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
 
1014 3774d 09h werner /branches/port_qt5_64bit/src/ bark beetle module fine tuning (outputs etc)
fixed an issue with always copying the labels (names) of layered grids.
warning: still a compile error ;)
 
877 4161d 10h werner /branches/port_qt5_64bit/src/ COLORS
added non-numerical layers to iland.
New "Colors" class (including typical R-color-palettes (RColorBrewer, terrain-colors).
the "LayeredGrid" has now a more versatile "LayerElement" that stores default view type, name and caption.
updated the grid definition of fire and wind module.
 
779 4424d 11h werner /branches/port_qt5_64bit/  
761 4616d 17h werner /trunk/ upgrade to Qt 4.8.3  
757 4652d 05h werner /trunk/src/ after performing random number tests; still trying to understand the fire ignition patterns.  
697 4964d 08h werner /trunk/ Doxygen documentation revisited.
After re-establishing doxygen documentation (last update: 2009) a lot of smaller/medium documentation fixes.
Documentation is something that could definitely be always improved ;)
 
696 4970d 14h werner /trunk/src/ added a javascript event handler to the fire module (onAfterFire)  
693 4979d 09h werner /trunk/src/plugins/fire/ minor fixes in the fire module.
Added two new grids to be exported (e.g., crown kill), extended the fire output.
 
690 4984d 09h werner /trunk/src/ added ratio of Psme that died into fire output. Added a commit message.  
680 4999d 16h werner /trunk/ Version 0.7.1
Several improvements/fixes in the Fire module, inter alia:
* fire size distribution
* handling of burning snags
* improved scripting support (export spread pattern als ESRI grid)
* fix in watercylce for kbdi-calculation
 
674 5007d 09h werner /trunk/src/ added scripting capabilities (JavaScript) to the "Modules". Now a module can add own objects/properties to the global javascript object. The fire module adds a "FireScript" ("Fire" in JS) object that can be used e.g. to manually "ignite" fires.  
671 5007d 12h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
668 5042d 16h werner /trunk/src/ added additional settings for carbon balance of burned trees.
close to version 0.7.0
 
667 5042d 21h werner /trunk/src/ finetuning of fire module (new species parameters, xml file parameters, ...)  
665 5048d 11h werner /trunk/src/ modified the output infrastructure to deal with outputs defined by Modules. Added a fire output.  
663 5050d 07h werner /trunk/src/ continued implementation of the fire module. fixed an introduced error that crashed the sapling growth.  
662 5050d 12h 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.  
656 5120d 14h werner /trunk/src/ added SimpleRNG (great stuff!) to allow log-normal distributions
changed the order of debug outputs
worked on the fire module: added fire size distribution, and fixed some issues with the fire spread algorithm.
 
654 5124d 16h werner /trunk/src/ working on the fire module:
* added DEM to the Model
* added wind and slope effect
 
651 5141d 07h werner /trunk/src/ improved fire spread algorithm.  
650 5141d 13h werner /trunk/src/ implementing fire spread algorithm using a cellular automaton.  
649 5147d 05h werner /trunk/src/ the fire module is growing functional, which actually means: the Interfaces/plugin/thingy is getting more stable ;)
Now the fire module can: calculate drought indices and even start a fire event.
Nice: the mechanism to push grids from the model to the GUI for means of visualization works like a charm.
 
647 5148d 09h werner /trunk/src/ setup a way how layered grids can be organized; it is a little bit complicated - but in the end it seems to work! (at least partially ;))  
646 5148d 13h werner /trunk/src/ reorganized the fire module code and other stuff.
* added new interfaces and linked some of them already (setup(), ...)
* separated the plugin from the implementation (fireplugin.h vs. FireModule)
* worked on finding a way to create "layeredgrids" (how to avoid the templates...)- i have a solution now but still not sure if it really works