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 3020d 14h werner / public SVN  
1221 3020d 14h werner /branches/ public SVN  
1220 3020d 14h werner /branches/version1.0/ Version 1.0  
1218 3020d 16h werner / clean up repository - make 1.0 trunk again!  
1217 3020d 16h werner / clean up repository - make 1.0 trunk again!  
1202 3071d 15h werner /branches/iland_regen/src/ searching/fixing issues with carbon cycle: NEP as provided by carbonflow output (NPP-Rh-Mgmt) is different from NEP as derived by the delta of the carbon stocks.
As usual, very hard to track down these issues, but:
* bark beetle module: foliage loss from BB-trees now correctly routed to soil
* order of modules in model: switched disturbances and carbon cylcle (in order to correctly track all carbon changes due to disturbances)
* fixed a problem with the calculation of NPP: after disturbances stand level NPP was set to 0 (since statistics were recalculated after disturbaces, but NPP values are not available then). Introduced: StandStatistics::clearOnlyTrees()
* flow from branches to the atmosphere (decay of branches) now tracked correctly (changes the NEP calulation).
 
1164 3236d 15h werner /branches/iland_regen/src/ found unexpected behavior of irandom(): obviously, it return *never* the upper bound.
eg. irandom(0,3) -> values 0,1, or 2, but never 3.
changed calls to irandom() accordingly.
added also a better random selection of species in the establishment routine
 
1157 3238d 23h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1104 3308d 21h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
1095 3333d 14h werner /branches/port_qt5_64bit/ Adding basic C++ level documentation for ABE classes.  
1092 3357d 21h werner /branches/port_qt5_64bit/src/plugins/barkbeetle/ improved comments during final checkup of the model against the paper appendix.  
1086 3382d 13h werner /branches/port_qt5_64bit/src/plugins/barkbeetle/ added new "killed" grid to the BB module.  
1085 3383d 14h werner /branches/port_qt5_64bit/src/ working on barkbeetle module (fixing problems, some small modifications, ...)
improving the JS-based spatial analysis toolkit.
 
1082 3386d 13h werner /branches/port_qt5_64bit/src/ remove out-of-project area from GrassCover
fixed error in calculating the number of bark beetle generations (and changed the handling of sister broods)
 
1081 3390d 13h werner /branches/port_qt5_64bit/src/ created a new javascript wrapper for the iLand "grid" class. This includes some processing (e.g. calculate using expressions), and some function to retrieve grids from iLand (e.g. damage data from disturbance modules, height grid).
fancy!
 
1077 3399d 19h werner /branches/port_qt5_64bit/src/ implemented stormInfestationProbability in bark beetle module.
added path() function in Globals JS object.
 
1070 3418d 14h werner /branches/port_qt5_64bit/src/ bark-beetle wind interaction, now working ...  
1068 3418d 22h werner /branches/port_qt5_64bit/src/ some optimizations for grass / establishment
START
 
1066 3419d 21h werner /branches/port_qt5_64bit/src/ wind-bark-beetle interaction, now functional
fixed this annoyance of the mixed-up species order in the UI.
 
1065 3420d 10h werner /branches/port_qt5_64bit/src/ interaction of bark beetle and wind disturbances.  
1064 3421d 15h werner /branches/port_qt5_64bit/src/ many changes. Most notably:
* improvements in the grass-cover sub Modules
* interaction between wind and bark beetle
* javascript function to extract seed-distribution-maps
* fixed a bug when continuous seed input was assumed
 
1057 3438d 23h werner /branches/port_qt5_64bit/src/ added outbreak duration in bark beetle module  
1055 3441d 18h werner /branches/port_qt5_64bit/src/ working on new iteration of the bark beetle module.
adding a kind of splash screen to iland.
 
1054 3442d 14h werner /branches/port_qt5_64bit/ next iteration of the barkbeetle Modules
added background image to the iland viewer
some update of the wind-module as well (new wind output, for example)
 
1053 3454d 22h werner /branches/port_qt5_64bit/src/ updates for Qt 5.5 and GCC (Linux).  
1052 3456d 15h werner /branches/port_qt5_64bit/src/plugins/ fixed crash in wind module  
1051 3460d 21h werner /branches/port_qt5_64bit/src/ mini-changes (done in portland)  
1050 3460d 21h werner /branches/port_qt5_64bit/src/ interaction wind/bark beetle --- in development  
1045 3480d 16h 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).  
1044 3483d 16h werner /branches/port_qt5_64bit/src/ implementing the interaction between bark beetle and wind disturbances;
introduced new flags to mark the reason why trees died when they do die, and a mechanism that allows disturbance modules to being notified when trees die. This involved the creation of a new "DisturbanceInterface".
 
1042 3489d 18h werner /branches/port_qt5_64bit/src/ working on bark beetle module (antagonists)  
1040 3560d 14h werner /branches/port_qt5_64bit/src/ working on bark beetle module (continuing on antagonists)
adding species share maps to iLand visualization.
 
1039 3564d 15h werner /branches/port_qt5_64bit/src/plugins/barkbeetle/ new Lotka-Volterra inspired bark beetle antagonists. Not finished yet.  
1038 3566d 17h werner /branches/port_qt5_64bit/src/plugins/barkbeetle/ fixed bug when calculating damage for the bark beetle module.  
1037 3567d 15h werner /branches/port_qt5_64bit/src/ working on the bark beetle module.
Implemented antagonists.
 
1036 3568d 15h werner /branches/port_qt5_64bit/src/ smaller changes related to the bark beetle module.
Added javascript function to save grid files.
added a "minimumDbh" parameter (also accessible via XML)
changed visualization of the "dead" trees which were killed by bark beetle attacks.
 
1033 3589d 22h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
1029 3593d 20h werner /branches/port_qt5_64bit/src/ fixed integer overflow in RandomCustomPDF
fixed "simulate" read-only property error
 
1024 3600d 14h werner /branches/port_qt5_64bit/src/ working on the bark beetle module.
now on startup of the model the first year of the climate is loaded automatically.
 
1021 3603d 15h werner /branches/port_qt5_64bit/src/ bark beetle module / outputs