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 02h werner / public SVN  
1221 3149d 02h werner /branches/ public SVN  
1220 3149d 02h werner /branches/version1.0/ Version 1.0  
1218 3149d 04h werner / clean up repository - make 1.0 trunk again!  
1217 3149d 04h werner / clean up repository - make 1.0 trunk again!  
1157 3367d 10h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1114 3428d 02h werner /branches/iland_regen/src/ new output for tree removals ("landscape_removed").  
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
 
1102 3437d 21h werner /branches/port_qt5_64bit/src/ fixed couple of clang warnings.

some debugging/profiling work w.r.t. establishment/regen.
 
1072 3541d 20h werner /branches/port_qt5_64bit/src/core/ mortality exercise for PROFOUND COST action.  
1071 3542d 03h werner /branches/port_qt5_64bit/src/ alternative mortality formulation
COST PROFOUND exercise (H. Bugmann)
 
1064 3550d 02h 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
 
1050 3589d 08h werner /branches/port_qt5_64bit/src/ interaction wind/bark beetle --- in development  
1044 3612d 04h 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".
 
1010 3777d 03h werner /branches/port_qt5_64bit/src/ bark beetle module...  
975 3815d 07h werner /branches/port_qt5_64bit/src/ Fixed a snapshot issue.
Now the water-content and the snow-pack are also stored in the snapshot.
statistics are forced to be re-created.
 
951 3914d 22h werner /branches/port_qt5_64bit/src/ many ABE related changes; inter alia:
* syntax checking theme (to detect mis-spelled properties in JS)
* fixed bug in thinning routine (custom-thinning)
* scripting-based approach for initializing regeneration
* thinning routine for selective thinning
...
 
904 4072d 22h werner /branches/port_qt5_64bit/src/ ... working on amie...  
903 4076d 02h werner /branches/port_qt5_64bit/src/ working on AMIE - calculation of mean annual increment.  
885 4115d 00h werner /branches/port_qt5_64bit/src/ .... continuing.... ABE  
779 4421d 03h werner /branches/port_qt5_64bit/  
733 4836d 02h werner /trunk/src/ trying to find the iland bug??  
713 4914d 08h werner /trunk/src/ implemented a way to split the biomass of a dead tree into several pathways (i.e. to soil, to snags, to atmosphere/removal).  
675 5003d 07h werner /trunk/src/ Snapshot functions to save/load a vegetation snapshot (currently: trees, soil, snags). Some additional javascript functions to access the functionality.  
671 5004d 04h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
668 5039d 08h werner /trunk/src/ added additional settings for carbon balance of burned trees.
close to version 0.7.0
 
667 5039d 12h werner /trunk/src/ finetuning of fire module (new species parameters, xml file parameters, ...)  
639 5165d 01h werner / move current content to the "trunk"  
564 5276d 01h werner /src/ Improvements of the Management API and functionality.
new functionality:
* killSaplings() -> use a "MapGrid" and remove small trees specifically
* properties defining biomass remove fractions during management

Now the tree list of the management object is cleaned up after a management, i.e. successive managements without reloading the tree list are possible.
 
544 5309d 06h werner /src/ MapGrid rocks! It is quite easy now to write - for instance - a management based on polygon defined by a grid; (see the "test" for this case).  
476 5376d 06h werner /src/ added snag debug output to the gui
corrected calculation of branch biomass in Tree
 
449 5432d 09h werner /src/ start of implementation of sapling growth.
setup of the temporal height-map for saplings.
 
407 5515d 08h werner /src/ modified the painting of trees (use now the crown radius)
tried to fix the database lock error when reloading the model (not solved: but: no problem when model was executed for at least one year...)
 
388 5541d 22h werner /src/core/ remodified the age calculation. Now the age is estimated based on the current height relative to h_max. The aging-calculation itself is no longer changed by that.  
385 5542d 07h werner /src/core/ little update to tree age issues  
381 5542d 09h werner /src/core/ appropriate handling of tree age during initialization.
if no age is provided in the input file only the tree height is used for the aging calculation. The tree "age" in that case reflects only the number of years since initialization.
 
287 5731d 17h werner /src/ Tree initialization (random variant). works almost...  
278 5734d 14h werner /src/ Management output. Added a statisticsMgmt() for ResourceUnitSpecies. Complicated to get the order right.  
277 5734d 19h werner /src/ added "Gesamtwuchsleistung" i.e. total growth.  
276 5736d 22h werner /src/ added explicit fine root compartment in tree. Changed partitioning, the calculation of the stress index, follow-up change in several outputs.