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
136 5421d 06h Werner /src/ rework of the partition model. changed species parameter and partition routine, also some work on debug outputs.
added the "year" of the simulation now th globalsettings.
 
125 5424d 08h Werner /src/ growth of individual trees  
119 5427d 11h Werner /src/ added HD-range species parameter.  
116 5428d 06h Werner /src/core/ added turnover rates to species  
111 5429d 08h Werner /src/ added "RessourceUnitSpecies" (included setup and access functions). Each species has now a numeric index which is used to construct vectors of RessourceUnitSpecies per RessourceUnit.  
110 5429d 10h Werner /src/ added calculation of LAI  
103 5430d 11h Werner /src/ included grids  
102 5430d 12h Werner /src/ * added a global XML-node of the project file to GlobalSettings (each setup() routine has access to that)
* loading of stamps for each species.
 
94 5431d 06h Werner /src/ modelCreate-Test: successfully creates a model, a speciesSet, loads a rudimentary species from a SQLite table (the locations etc. are read from a xml file using the cute XmlHelper class). The species have some Expression-formulas for allometries.  
91 5431d 13h Werner /src/ started implementation of SpeciesSet; this includes lots of tinkering around with global functions, Database-connections and that like.  
90 5431d 14h Werner /src/ changed TreeSpecies -> Species.
added class SpeciesSet.
 
83 5433d 11h Werner /src/ new structure  
80 5433d 12h Werner / change master structure  
47 5480d 09h Werner /fonstudio/ now to each "writer" stamp a reader stamp (i.e. the "crownradius") is directly attached. Therefore some changes in tree and treespecies.  
40 5481d 06h Werner /fonstudio/ reading out of stamp values.
lots of additional small changes.
 
39 5482d 06h Werner /fonstudio/ implementing the application of gridded binary stamps.  
38 5482d 07h Werner /fonstudio/ LightRoom: use sum instead of average
Use of Lightroom in mainwindow: cut parts of lightroom result based on values and save as binary stamp file.
create class TreeSpecies, start to impl. use of stamps in Tree.