Subversion Repositories public iLand

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1033 3322d 13h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
1014 3375d 04h 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 ;)
 
960 3496d 05h werner /branches/port_qt5_64bit/src/plugins/ lil' update  
959 3496d 05h werner /branches/port_qt5_64bit/src/ start of bark beetle module  
913 3665d 05h werner /branches/port_qt5_64bit/src/ small changes ABE  
877 3762d 05h 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.
 
808 3873d 03h 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 3892d 13h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
793 3901d 05h werner /branches/port_qt5_64bit/src/ Move from QScriptEngine to QJSEngine (=V8). Most of the stuff was quite smooth, but there are some open issues.
• Global functions (“print”, “include”, “alert”) are commented out (could be solved by moving functions to the “Globals” object and by creating alias JS-functions, i.e. function alert(x) {Globals.alert(x); } )
• Object creation: “new XXX”, XXX=ClimateConverter, CSVFile, … does not work now
possible solution: factory-pattern (i.e. var csv = Globals.newCSV())
 
782 4011d 11h werner /branches/port_qt5_64bit/src/ modifications in the wind module (incorporating changes after first submission of the paper and friendly review by barry gardiner). changes are mainly related to the vertical wind profile.  
780 4012d 07h 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 4025d 06h werner /branches/port_qt5_64bit/  
764 4215d 02h werner /trunk/src/ implementation of advanced external seed input. Around the project area a "seed belt" is lain. The simulated rectangle is split into sectors which can have a different species composition. At the beginning of the simulation, the external seed maps are populated and then reused each year.  
762 4217d 09h werner /trunk/src/plugins/ upgrade Qt 4.8.3  
761 4217d 12h werner /trunk/ upgrade to Qt 4.8.3  
748 4362d 07h werner /trunk/src/plugins/wind/ new function in wind script ( initialize() ).  
747 4363d 08h werner /trunk/src/plugins/wind/ now the fetch calculation uses also the variable edge-detection-threshold.  
746 4363d 11h werner /trunk/src/ smaller updates to the wind module:
* added a way to either multiplicatively or additively apply the topo-modifier for wind speeds
* made an option to edit the "edgeDetectionThreshold" (10m is the default), which is the minimum height difference between pixels to be considered as "edge". (see detectEdges()).
 
742 4426d 14h werner /trunk/src/plugins/wind/ added way to use topoModifier in wind module in 10m resolution. (new setting: topoGridFile)  
740 4432d 06h werner /trunk/src/ changed calculation of "f_gap" in wind module. The critical wind speeds are now lower (there was a problem combining different approaches; now the f_gap is scaled to be 1 at gap size 0).  

Show All