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 01h werner / public SVN  
1221 3149d 01h werner /branches/ public SVN  
1220 3149d 01h werner /branches/version1.0/ Version 1.0  
1218 3149d 03h werner / clean up repository - make 1.0 trunk again!  
1217 3149d 03h werner / clean up repository - make 1.0 trunk again!  
1179 3319d 02h werner /branches/iland_regen/src/ GUI: visualizing seed maps
minor change in seed kernel calculation
 
1172 3350d 09h 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 3367d 10h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1104 3437d 08h 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 3458d 06h werner /branches/port_qt5_64bit/src/ new version, compiling problems at VSC  
1062 3555d 01h werner /branches/port_qt5_64bit/src/ small fixes for ABE,

implementation of v1 of the "grass"-model (herbs and grasses on the ground).
 
1057 3567d 10h werner /branches/port_qt5_64bit/src/ added outbreak duration in bark beetle module  
1055 3570d 05h werner /branches/port_qt5_64bit/src/ working on new iteration of the bark beetle module.
adding a kind of splash screen to iland.
 
1034 3718d 09h werner /branches/port_qt5_64bit/src/ warnings, version update.  
1033 3718d 09h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
1026 3725d 10h werner /branches/port_qt5_64bit/src/iland/ version 0.8.8  
988 3793d 06h werner /branches/port_qt5_64bit/src/ trying to debug build on linux  
976 3815d 06h werner /branches/port_qt5_64bit/src/ compiling ilandc with Qt5.4 (and barkbeetle plugin).  
964 3862d 02h 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 3941d 02h werner /branches/port_qt5_64bit/src/ working on ABE: definition of Agents; scheduling of changes of agent-behavior. oh man.  
864 4213d 02h werner /branches/port_qt5_64bit/src/ fixed typos (after merge) and version number  
855 4242d 02h 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 4243d 21h werner /branches/port_qt5_64bit/src/iland/ updated version.  
838 4249d 05h werner /branches/port_qt5_64bit/ new executable with required Qt 5.1 files. version 0.8.6.  
822 4255d 08h werner /branches/port_qt5_64bit/src/iland/ fixed crash when visualizing regeneration grid  
807 4269d 02h werner /branches/port_qt5_64bit/src/ started implementation of the Forest Management Engine.  
802 4288d 09h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
779 4421d 03h werner /branches/port_qt5_64bit/  
777 4491d 04h werner /trunk/src/ removed a couple of warnings (partly using Q_UNUSED but also dropping of parameters)  
770 4551d 08h 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 4551d 10h 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 4610d 01h werner /trunk/src/ fixed crash with external seed input; removed some compiler warnings.  
749 4741d 00h werner /trunk/src/iland/ some minor changes in the graphics stack  
746 4759d 08h 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 4822d 10h werner /trunk/ new version 0.8.2
includes topo modifier for wind module on 10m grid.
 
740 4828d 03h 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 4834d 05h werner /trunk/ version 0.8.1
this is a bugfix release.
 
724 4890d 04h werner /trunk/ first version of the iland wind module (0.8.0).  
720 4899d 21h 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 4942d 05h werner /trunk/ new exe version.
includes limitation to 1 fire/year and fixes to ESRI ASCII grid exports.