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 3037d 17h werner / public SVN  
1221 3037d 17h werner /branches/ public SVN  
1220 3037d 17h werner /branches/version1.0/ Version 1.0  
1218 3037d 19h werner / clean up repository - make 1.0 trunk again!  
1217 3037d 19h werner / clean up repository - make 1.0 trunk again!  
1179 3207d 18h werner /branches/iland_regen/src/ GUI: visualizing seed maps
minor change in seed kernel calculation
 
1172 3239d 00h werner /branches/iland_regen/src/ fixed nasty bug in fire module that caused crashes in release mode (but interestingly not in debug mode).
Reason: The ILAND_GUI #define is *not* visible when building the modules (fire, wind, barkbeetle); a conditional define in species.h has the effect that the structure (i.e. the memory address of some of the member properties) are different (specifically, the "mSeedDispersal" property). From the fire module, accessing the property resolved to a wrong memory address -> crash. Fix: moved the color-property (that is affected by the ILAND_GUI #define) to the end of the object....
 
1157 3256d 01h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1104 3325d 23h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
1096 3346d 22h werner /branches/port_qt5_64bit/src/ new version, compiling problems at VSC  
1062 3443d 16h werner /branches/port_qt5_64bit/src/ small fixes for ABE,

implementation of v1 of the "grass"-model (herbs and grasses on the ground).
 
1057 3456d 02h werner /branches/port_qt5_64bit/src/ added outbreak duration in bark beetle module  
1055 3458d 21h werner /branches/port_qt5_64bit/src/ working on new iteration of the bark beetle module.
adding a kind of splash screen to iland.
 
1034 3607d 01h werner /branches/port_qt5_64bit/src/ warnings, version update.  
1033 3607d 01h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
1026 3614d 01h werner /branches/port_qt5_64bit/src/iland/ version 0.8.8  
988 3681d 21h werner /branches/port_qt5_64bit/src/ trying to debug build on linux  
976 3703d 22h werner /branches/port_qt5_64bit/src/ compiling ilandc with Qt5.4 (and barkbeetle plugin).  
964 3750d 17h werner /branches/port_qt5_64bit/src/ compile with Qt5.4/MSVC2013.
added class for BBgenerations (emtpy)
fixed minor issues in mainwindow (e.g. disabled run buttons after pause->cancel).
 
942 3829d 18h werner /branches/port_qt5_64bit/src/ working on ABE: definition of Agents; scheduling of changes of agent-behavior. oh man.  
864 4101d 17h werner /branches/port_qt5_64bit/src/ fixed typos (after merge) and version number  
855 4130d 18h 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).
 
852 4132d 13h werner /branches/port_qt5_64bit/src/iland/ updated version.  
838 4137d 20h werner /branches/port_qt5_64bit/ new executable with required Qt 5.1 files. version 0.8.6.  
822 4143d 23h werner /branches/port_qt5_64bit/src/iland/ fixed crash when visualizing regeneration grid  
807 4157d 18h werner /branches/port_qt5_64bit/src/ started implementation of the Forest Management Engine.  
802 4177d 01h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
779 4309d 18h werner /branches/port_qt5_64bit/  
777 4379d 20h werner /trunk/src/ removed a couple of warnings (partly using Q_UNUSED but also dropping of parameters)  
770 4439d 23h werner /trunk/src/ fixed a bug with deadwood decay: (see analysis/extseeds/analyse_total_carbon20130113.docx). For a RU without vegetation (trees/saplings) the water cycle was not calculated -> therefore no values for evapotranspiration were available -> the climate factors for the deadwood decay were only driven by temperature (not by humidity) -> only a very slow decay until a RU got populated. Ouch.
now the water cycle is calculated for every resource unit with non-empty snags (either flux or state non-zero)
 
769 4440d 01h werner /trunk/src/ v 0.84
helper.cpp: added QMutex to handle possible crash when adding timers to the timers list
modules: added a catch() around the execution of modules (this should fix crashes due to unhandled exceptions)
 
765 4498d 16h werner /trunk/src/ fixed crash with external seed input; removed some compiler warnings.  
749 4629d 15h werner /trunk/src/iland/ some minor changes in the graphics stack  
746 4647d 23h 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()).
 
743 4711d 01h werner /trunk/ new version 0.8.2
includes topo modifier for wind module on 10m grid.
 
740 4716d 18h 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).  
737 4722d 21h werner /trunk/ version 0.8.1
this is a bugfix release.
 
724 4778d 20h werner /trunk/ first version of the iland wind module (0.8.0).  
720 4788d 13h werner /trunk/src/ fixed a problem when trees died in disturbance and the (unupdated) statistics were used (e.g. the LAI for calculating the water cycle). Now for affected resource units, not only the treelists but also the RU-statistics are updated.
implemented a "radiating" mechanism of border cells. If stand-grid-cells (i.e. 10m height grid resolution) are marked as "outside and forest", then the cells "radiate" some influence on the LIF into the project area. Thus, trees on the edge of the project do *not* have properties of trees standing on a stand edge. Currently, the form/amount of this edge-effect is hard coded.
 
710 4830d 20h werner /trunk/ new exe version.
includes limitation to 1 fire/year and fixes to ESRI ASCII grid exports.