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
671 4642d 17h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 4803d 14h werner / move current content to the "trunk"  
575 4903d 19h werner /src/ * renamed toString() from IException to message() (several occurences).
* added a "name" property to the MapGridWrapper
 
569 4908d 22h werner /src/ added a "id" for resource units (which comes from initialization grids).
fixed a bug that ru-grids only worked well on second creation of the model.
 
568 4910d 19h werner / new version 0.6 alpha 1
improved "landscape interface": use GIS grids for spatially distributed parameter values and stand initialization.
Advanced management functionality allowing fine-grained access to trees and C pools in (standing deadwood + soil).
 
567 4910d 19h werner /src/ added grid-based spatial initialization of resource unit level parameters (e.g. available nitrogen). This new approach is an alternative to the (still existing) way to initialize resource units using the 'coordinates'.  
550 4923d 20h werner /src/ some fixes with landscape initialization, made some debug messages conditional on various places.  
340 5307d 16h werner /src/ Added "TimeEvents"
improved documentation of Environment.
added CSVFile::values() to retrieve a list of column values.
 
319 5327d 21h werner /src/ loading of the environment  
318 5327d 23h werner /src/ AJFZ-troubles; changes during setup of environment (added some error messages, improved path handling, ...)  
316 5334d 14h werner /src/core/ delete of speciessets, climates was already in model, so removed again from environment, removed also bug with climates  
315 5334d 15h werner /src/core/ (most work in previous commit): default values for species/climate when
not specifically set in an environment driver file.
 
314 5334d 15h werner /src/core/ fixed bug in AllTreeIterator when no trees are on a RU.  
284 5372d 05h werner /src/ loading of different ini-files on the worlds landscape.  
281 5372d 05h werner /src/ setup of the world - remodeled the init-routine in Model, changed the init of stands (also some xml-keys). added a storage for variables local to rseource units (e.g. nitrogenAvailable).  
280 5372d 11h werner /src/ Creation of the "Environment" class (loading of the "world" into iLand).
- added setter-functions to XmlHelper
- added auxiliary functions to CSVFile
- smaller changes to a bunch of other files.
 
269 5376d 10h werner /src/ changed waterholding capacity to "soilDepth", started with "Environment".