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

some debugging/profiling work w.r.t. establishment/regen.
 
1072 3269d 13h werner /branches/port_qt5_64bit/src/core/ mortality exercise for PROFOUND COST action.  
1071 3269d 20h werner /branches/port_qt5_64bit/src/ alternative mortality formulation
COST PROFOUND exercise (H. Bugmann)
 
1064 3277d 20h 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 3317d 02h werner /branches/port_qt5_64bit/src/ interaction wind/bark beetle --- in development  
1044 3339d 21h 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 3504d 20h werner /branches/port_qt5_64bit/src/ bark beetle module...  
975 3543d 00h 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 3642d 15h 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 3800d 16h werner /branches/port_qt5_64bit/src/ ... working on amie...  
903 3803d 19h werner /branches/port_qt5_64bit/src/ working on AMIE - calculation of mean annual increment.  
885 3842d 18h werner /branches/port_qt5_64bit/src/ .... continuing.... ABE  
779 4148d 21h werner /branches/port_qt5_64bit/  
733 4563d 20h werner /trunk/src/ trying to find the iland bug??  
713 4642d 02h 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 4731d 01h werner /trunk/src/ Snapshot functions to save/load a vegetation snapshot (currently: trees, soil, snags). Some additional javascript functions to access the functionality.  
671 4731d 22h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
668 4767d 02h werner /trunk/src/ added additional settings for carbon balance of burned trees.
close to version 0.7.0
 
667 4767d 06h werner /trunk/src/ finetuning of fire module (new species parameters, xml file parameters, ...)  
639 4892d 19h werner / move current content to the "trunk"  
564 5003d 19h 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 5037d 00h 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 5103d 23h werner /src/ added snag debug output to the gui
corrected calculation of branch biomass in Tree
 
449 5160d 02h werner /src/ start of implementation of sapling growth.
setup of the temporal height-map for saplings.
 
407 5243d 01h 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 5269d 16h 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 5270d 01h werner /src/core/ little update to tree age issues  
381 5270d 03h 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 5459d 10h werner /src/ Tree initialization (random variant). works almost...  
278 5462d 08h werner /src/ Management output. Added a statisticsMgmt() for ResourceUnitSpecies. Complicated to get the order right.  
277 5462d 13h werner /src/ added "Gesamtwuchsleistung" i.e. total growth.  
276 5464d 16h werner /src/ added explicit fine root compartment in tree. Changed partitioning, the calculation of the stress index, follow-up change in several outputs.