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 2744d 12h werner / public SVN  
1221 2744d 12h werner /branches/ public SVN  
1220 2744d 12h werner /branches/version1.0/ Version 1.0  
1218 2744d 14h werner / clean up repository - make 1.0 trunk again!  
1217 2744d 14h werner / clean up repository - make 1.0 trunk again!  
1157 2962d 21h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1114 3023d 12h werner /branches/iland_regen/src/ new output for tree removals ("landscape_removed").  
1104 3032d 18h 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 3033d 07h werner /branches/port_qt5_64bit/src/ fixed couple of clang warnings.

some debugging/profiling work w.r.t. establishment/regen.
 
1072 3137d 06h werner /branches/port_qt5_64bit/src/core/ mortality exercise for PROFOUND COST action.  
1071 3137d 13h werner /branches/port_qt5_64bit/src/ alternative mortality formulation
COST PROFOUND exercise (H. Bugmann)
 
1064 3145d 12h 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 3184d 19h werner /branches/port_qt5_64bit/src/ interaction wind/bark beetle --- in development  
1044 3207d 14h 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 3372d 13h werner /branches/port_qt5_64bit/src/ bark beetle module...  
975 3410d 17h 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 3510d 08h 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 3668d 09h werner /branches/port_qt5_64bit/src/ ... working on amie...  
903 3671d 12h werner /branches/port_qt5_64bit/src/ working on AMIE - calculation of mean annual increment.  
885 3710d 11h werner /branches/port_qt5_64bit/src/ .... continuing.... ABE  
779 4016d 14h werner /branches/port_qt5_64bit/  
733 4431d 13h werner /trunk/src/ trying to find the iland bug??  
713 4509d 19h 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 4598d 18h werner /trunk/src/ Snapshot functions to save/load a vegetation snapshot (currently: trees, soil, snags). Some additional javascript functions to access the functionality.  
671 4599d 15h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
668 4634d 18h werner /trunk/src/ added additional settings for carbon balance of burned trees.
close to version 0.7.0
 
667 4634d 23h werner /trunk/src/ finetuning of fire module (new species parameters, xml file parameters, ...)  
639 4760d 12h werner / move current content to the "trunk"  
564 4871d 11h 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 4904d 17h 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 4971d 16h werner /src/ added snag debug output to the gui
corrected calculation of branch biomass in Tree
 
449 5027d 19h werner /src/ start of implementation of sapling growth.
setup of the temporal height-map for saplings.
 
407 5110d 18h 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 5137d 09h 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 5137d 18h werner /src/core/ little update to tree age issues  
381 5137d 20h 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 5327d 03h werner /src/ Tree initialization (random variant). works almost...  
278 5330d 00h werner /src/ Management output. Added a statisticsMgmt() for ResourceUnitSpecies. Complicated to get the order right.  
277 5330d 06h werner /src/ added "Gesamtwuchsleistung" i.e. total growth.  
276 5332d 09h werner /src/ added explicit fine root compartment in tree. Changed partitioning, the calculation of the stress index, follow-up change in several outputs.