Subversion Repositories public iLand

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1222 2729d 07h werner / public SVN  
1221 2729d 07h werner /branches/ public SVN  
1220 2729d 07h werner /branches/version1.0/ Version 1.0  
1218 2729d 09h werner / clean up repository - make 1.0 trunk again!  
1217 2729d 09h werner / clean up repository - make 1.0 trunk again!  
1212 2735d 13h werner /branches/iland_regen/src/ iLand-caption in pro files  
1202 2780d 07h 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).
 
1172 2930d 15h 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....
 
1170 2933d 07h werner /branches/iland_regen/src/ testing the grid-runners (etc) -- they seem to work fine, whew!
fixed a problem in the fire spread (never reached the right and bottom edge of a landscape).
 
1169 2937d 08h werner /branches/iland_regen/src/ debugging the crash in the firemodule... nasty.  
1167 2938d 15h werner /branches/iland_regen/ merged serotiny from trunk  
1165 2940d 05h werner /branches/iland_regen/src/ implementation of sprouting  
1164 2945d 08h 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
 
1162 2945d 14h werner /branches/iland_regen/src/ removed the old "mSaplings" from resource unit/model.
Open Issues:
* ActPlanting [init/remove of saplings]
* MapGrid: retrieve list of saplings
* testing of standloader
 
1157 2947d 16h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1104 3017d 13h 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 3042d 07h werner /branches/port_qt5_64bit/ Adding basic C++ level documentation for ABE classes.  
1092 3066d 13h werner /branches/port_qt5_64bit/src/plugins/barkbeetle/ improved comments during final checkup of the model against the paper appendix.  
1088 3086d 07h werner /branches/port_qt5_64bit/src/ salavage management bark beetle damages
some fixes w.r.t. the correct extent of grids.
added "year" as stand varaible (abe).
 
1087 3088d 06h werner /branches/port_qt5_64bit/src/ added "flushing" of log messages.
fixed a bug when some resource units were 0 in setting up the wind module.
 
1086 3091d 06h werner /branches/port_qt5_64bit/src/plugins/barkbeetle/ added new "killed" grid to the BB module.  
1085 3092d 07h werner /branches/port_qt5_64bit/src/ working on barkbeetle module (fixing problems, some small modifications, ...)
improving the JS-based spatial analysis toolkit.
 
1083 3094d 08h werner /branches/port_qt5_64bit/src/ improve API for spatial analysis - now patch creation works also with js.  
1082 3095d 06h 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 3099d 06h 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!
 
1080 3100d 11h werner /branches/port_qt5_64bit/src/ spatial analysis: add patch analysis (clump sizes), add to wind module (scriptable)  
1077 3108d 12h werner /branches/port_qt5_64bit/src/ implemented stormInfestationProbability in bark beetle module.
added path() function in Globals JS object.
 
1070 3127d 07h werner /branches/port_qt5_64bit/src/ bark-beetle wind interaction, now working ...  
1068 3127d 15h werner /branches/port_qt5_64bit/src/ some optimizations for grass / establishment
START
 
1066 3128d 13h 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 3129d 03h werner /branches/port_qt5_64bit/src/ interaction of bark beetle and wind disturbances.  
1064 3130d 07h 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
 
1060 3140d 07h werner /branches/port_qt5_64bit/src/plugins/wind/ experimental changes to the edge-detection algorithm for the wind module
added volume in the wind output.
 
1057 3147d 16h werner /branches/port_qt5_64bit/src/ added outbreak duration in bark beetle module  
1056 3148d 07h werner /branches/port_qt5_64bit/src/plugins/barkbeetle/ starting implementing the outbreakDuration (xml switches)  
1055 3150d 11h werner /branches/port_qt5_64bit/src/ working on new iteration of the bark beetle module.
adding a kind of splash screen to iland.
 
1054 3151d 07h 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 3163d 15h werner /branches/port_qt5_64bit/src/ updates for Qt 5.5 and GCC (Linux).  
1052 3165d 07h werner /branches/port_qt5_64bit/src/plugins/ fixed crash in wind module  
1051 3169d 14h werner /branches/port_qt5_64bit/src/ mini-changes (done in portland)