Subversion Repositories public iLand

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1222 2718d 13h werner / public SVN  
1221 2718d 13h werner /branches/ public SVN  
1220 2718d 13h werner /branches/version1.0/ Version 1.0  
1218 2718d 16h werner / clean up repository - make 1.0 trunk again!  
1217 2718d 16h werner / clean up repository - make 1.0 trunk again!  
1213 2724d 12h werner /branches/iland_regen/src/ implementing the stand-wise snapshot feature (for the advanced dynamic initalization)  
1208 2726d 14h werner /branches/iland_regen/src/ working on the Spin-up feature (some additions to ABE)  
1207 2727d 13h werner /branches/iland_regen/src/abe/ adding of "updateManagement" to rebuild a management program from an (updated) source; no documentation yet  
1203 2748d 17h werner /branches/iland_regen/src/ added the missing "ActPlanting" functions for the "new" regeneration module.  
1164 2934d 14h 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
 
1163 2934d 19h werner /branches/iland_regen/src/ removed the "sapling.h" everywhere.
open:
* establishment: use better random order of species (e.g. by providing N random lists in speciesSet)
 
1162 2934d 20h 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 2936d 22h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1104 3006d 20h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
1101 3014d 20h 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)
 
1099 3027d 17h werner /branches/port_qt5_64bit/src/ cleaning gcc warnings, trying to compile on VSC.  
1095 3031d 13h werner /branches/port_qt5_64bit/ Adding basic C++ level documentation for ABE classes.  
1090 3068d 12h werner /branches/port_qt5_64bit/src/ abe udpates (scheduler problem when stand age is 0)  
1089 3073d 14h werner /branches/port_qt5_64bit/src/ ABE learned some new tricks ....  
1088 3075d 14h 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).
 
1074 3108d 16h werner /branches/port_qt5_64bit/src/ added output for abe-Stand-Details (basal area and basal area share).  
1070 3116d 14h werner /branches/port_qt5_64bit/src/ bark-beetle wind interaction, now working ...  
1065 3118d 09h werner /branches/port_qt5_64bit/src/ interaction of bark beetle and wind disturbances.  
1064 3119d 14h 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 3122d 15h werner /branches/port_qt5_64bit/src/ implementing a first version of the browsing submodule.

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

implementation of v1 of the "grass"-model (herbs and grasses on the ground).
 
1061 3126d 13h 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).
 
1059 3131d 14h werner /branches/port_qt5_64bit/src/ added topheight in ABE
additional things like standIds(), ...
 
1058 3132d 15h werner /branches/port_qt5_64bit/src/ Changes in ABE:
new grid (stand treatment program), and now STP is shown when clicking on a standGrid
additional warnings when STPs are not properly defined

other changes:
more recent files, recent files are saved before creating the model
fixed splash screenshot
fixed potential bug in setting up saplings
new JS-function Globals.reloadABE() --> force the reload of the agent based forest engine module
 
1057 3136d 23h werner /branches/port_qt5_64bit/src/ added outbreak duration in bark beetle module  
1051 3158d 20h werner /branches/port_qt5_64bit/src/ mini-changes (done in portland)  
1050 3158d 20h werner /branches/port_qt5_64bit/src/ interaction wind/bark beetle --- in development  
1033 3287d 21h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
1032 3287d 22h werner /branches/port_qt5_64bit/src/ fixed compiler warnings (compiled again with GCC), and edited *.pro files for GCC.  
1014 3340d 13h werner /branches/port_qt5_64bit/src/ bark beetle module fine tuning (outputs etc)
fixed an issue with always copying the labels (names) of layered grids.
warning: still a compile error ;)
 
991 3362d 16h werner /branches/port_qt5_64bit/src/ fixed compiler errors for GUI version, and the planting/thinning construct that caused crashes on VSC.  
990 3362d 17h werner /branches/port_qt5_64bit/src/ commented out seg faulting ABE code  
978 3382d 13h werner /branches/port_qt5_64bit/src/ ABE agents and initial rotation length.  
977 3383d 10h werner /branches/port_qt5_64bit/src/ working on ABE-Paper --- more power to the agents
Create a ramp for temperature/precip timeevents.
Some bug-fixes.
 
976 3384d 18h werner /branches/port_qt5_64bit/src/ compiling ilandc with Qt5.4 (and barkbeetle plugin).