Subversion Repositories public iLand

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1101 3084d 07h werner /branches/port_qt5_64bit/src/ changes the names of some ABE JS function to run with Qt5.5
e.g.: basalArea(i) -> speciesBasalArea(i)
 
1100 3097d 03h werner /branches/port_qt5_64bit/src/ trying declaring the GRASSCOVERSTEPS in the cpp file.
some additional cleanups.
 
1099 3097d 04h werner /branches/port_qt5_64bit/src/ cleaning gcc warnings, trying to compile on VSC.  
1098 3097d 05h werner /branches/port_qt5_64bit/src/ilandc/ compile on VSC...  
1097 3097d 05h werner /branches/port_qt5_64bit/src/core/ try compile on cluster  
1096 3097d 05h werner /branches/port_qt5_64bit/src/ new version, compiling problems at VSC  
1095 3101d 00h werner /branches/port_qt5_64bit/ Adding basic C++ level documentation for ABE classes.  
1093 3122d 00h werner /branches/port_qt5_64bit/src/ toying around with yuidoc, some clang-related cleaning.  
1092 3125d 07h werner /branches/port_qt5_64bit/src/plugins/barkbeetle/ improved comments during final checkup of the model against the paper appendix.  
1091 3126d 00h werner /branches/port_qt5_64bit/src/tools/ additional JS functions for retrieving grids from iLand. fancy....  
1090 3137d 23h werner /branches/port_qt5_64bit/src/ abe udpates (scheduler problem when stand age is 0)  
1089 3143d 01h werner /branches/port_qt5_64bit/src/ ABE learned some new tricks ....  
1088 3145d 01h 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 3147d 00h 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 3150d 00h werner /branches/port_qt5_64bit/src/plugins/barkbeetle/ added new "killed" grid to the BB module.  
1085 3151d 00h werner /branches/port_qt5_64bit/src/ working on barkbeetle module (fixing problems, some small modifications, ...)
improving the JS-based spatial analysis toolkit.
 
1084 3152d 23h werner /branches/port_qt5_64bit/src/tools/ removed API change  
1083 3153d 02h werner /branches/port_qt5_64bit/src/ improve API for spatial analysis - now patch creation works also with js.  
1082 3153d 23h 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 3157d 23h 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 3159d 04h werner /branches/port_qt5_64bit/src/ spatial analysis: add patch analysis (clump sizes), add to wind module (scriptable)  
1079 3160d 01h werner /branches/port_qt5_64bit/src/core/ grassmodel: modification of the Pixel-based approach (kind of a hybrid). Dominik is still testing - will need some cleanup after decision...  
1078 3161d 02h werner /branches/port_qt5_64bit/src/iland/ view climate grid cell in visualization of resource units  
1077 3167d 05h werner /branches/port_qt5_64bit/src/ implemented stormInfestationProbability in bark beetle module.
added path() function in Globals JS object.
 
1076 3168d 01h werner /branches/port_qt5_64bit/src/ avoid loading regeneration if regeneration module is not enabled.  
1075 3168d 02h werner /branches/port_qt5_64bit/src/ilandc/ allowed changing log-directory in ilandc.  
1074 3178d 03h werner /branches/port_qt5_64bit/src/ added output for abe-Stand-Details (basal area and basal area share).  
1073 3180d 00h werner /branches/port_qt5_64bit/src/core/ spelling of layer caption  
1072 3180d 19h werner /branches/port_qt5_64bit/src/core/ mortality exercise for PROFOUND COST action.  
1071 3181d 01h werner /branches/port_qt5_64bit/src/ alternative mortality formulation
COST PROFOUND exercise (H. Bugmann)
 
1070 3186d 01h werner /branches/port_qt5_64bit/src/ bark-beetle wind interaction, now working ...  
1069 3186d 08h werner /branches/port_qt5_64bit/src/core/ linearization of saplingheightgrowth function enabled  
1068 3186d 09h werner /branches/port_qt5_64bit/src/ some optimizations for grass / establishment
START
 
1067 3186d 19h werner /branches/port_qt5_64bit/src/ added new efficient grid access functions index2 and index5.
They are >2 times faster than using double conversion to grid coordinates.
 
1066 3187d 07h 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 3187d 20h werner /branches/port_qt5_64bit/src/ interaction of bark beetle and wind disturbances.  
1064 3189d 01h 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
 
1063 3192d 02h werner /branches/port_qt5_64bit/src/ implementing a first version of the browsing submodule.

many small improvements for ABE.
 
1062 3194d 00h werner /branches/port_qt5_64bit/src/ small fixes for ABE,

implementation of v1 of the "grass"-model (herbs and grasses on the ground).
 
1061 3196d 00h werner /branches/port_qt5_64bit/src/ developinig ABE.
groundwork: creating STP options (i.e. pure JS-options of STPs that can be used in activities)
working on species specific targets for thinnings (involves a lot of thinking and fiddling with javascript)
added an option to include "shortcuts" to often-used functions (i.e. links in the GUI that directly call JS-functions).