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
1220 2782d 17h werner /branches/version1.0/ Version 1.0  
1218 2782d 19h werner / clean up repository - make 1.0 trunk again!  
1217 2782d 19h werner / clean up repository - make 1.0 trunk again!  
1157 3001d 02h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1114 3061d 17h werner /branches/iland_regen/src/ new output for tree removals ("landscape_removed").  
1104 3070d 23h 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 3071d 12h werner /branches/port_qt5_64bit/src/ fixed couple of clang warnings.

some debugging/profiling work w.r.t. establishment/regen.
 
1072 3175d 11h werner /branches/port_qt5_64bit/src/core/ mortality exercise for PROFOUND COST action.  
1071 3175d 18h werner /branches/port_qt5_64bit/src/ alternative mortality formulation
COST PROFOUND exercise (H. Bugmann)
 
1064 3183d 17h 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 3223d 00h werner /branches/port_qt5_64bit/src/ interaction wind/bark beetle --- in development  
1044 3245d 19h 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 3410d 18h werner /branches/port_qt5_64bit/src/ bark beetle module...  
975 3448d 22h 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 3548d 13h 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 3706d 14h werner /branches/port_qt5_64bit/src/ ... working on amie...  
903 3709d 17h werner /branches/port_qt5_64bit/src/ working on AMIE - calculation of mean annual increment.  
885 3748d 16h werner /branches/port_qt5_64bit/src/ .... continuing.... ABE  
779 4054d 19h werner /branches/port_qt5_64bit/  
733 4469d 18h werner /trunk/src/ trying to find the iland bug??  
713 4548d 00h 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 4636d 23h werner /trunk/src/ Snapshot functions to save/load a vegetation snapshot (currently: trees, soil, snags). Some additional javascript functions to access the functionality.  
671 4637d 20h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
668 4672d 23h werner /trunk/src/ added additional settings for carbon balance of burned trees.
close to version 0.7.0
 
667 4673d 04h werner /trunk/src/ finetuning of fire module (new species parameters, xml file parameters, ...)  
639 4798d 17h werner / move current content to the "trunk"  
564 4909d 16h 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 4942d 22h 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 5009d 21h werner /src/ added snag debug output to the gui
corrected calculation of branch biomass in Tree
 
449 5066d 00h werner /src/ start of implementation of sapling growth.
setup of the temporal height-map for saplings.
 
407 5148d 23h 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 5175d 14h 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 5175d 23h werner /src/core/ little update to tree age issues  
381 5176d 01h 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 5365d 08h werner /src/ Tree initialization (random variant). works almost...  
278 5368d 05h werner /src/ Management output. Added a statisticsMgmt() for ResourceUnitSpecies. Complicated to get the order right.  
277 5368d 11h werner /src/ added "Gesamtwuchsleistung" i.e. total growth.  
276 5370d 14h werner /src/ added explicit fine root compartment in tree. Changed partitioning, the calculation of the stress index, follow-up change in several outputs.  
264 5372d 13h werner /src/ TreeOut output (including filtering)  
262 5372d 14h werner /src/ added output for dead trees (StandDeadOut)