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
568 4913d 02h 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 4913d 03h 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 4926d 03h werner /src/ some fixes with landscape initialization, made some debug messages conditional on various places.  
340 5309d 23h werner /src/ Added "TimeEvents"
improved documentation of Environment.
added CSVFile::values() to retrieve a list of column values.
 
319 5330d 05h werner /src/ loading of the environment  
318 5330d 06h werner /src/ AJFZ-troubles; changes during setup of environment (added some error messages, improved path handling, ...)  
316 5336d 21h werner /src/core/ delete of speciessets, climates was already in model, so removed again from environment, removed also bug with climates  
315 5336d 22h werner /src/core/ (most work in previous commit): default values for species/climate when
not specifically set in an environment driver file.
 
314 5336d 22h werner /src/core/ fixed bug in AllTreeIterator when no trees are on a RU.  
284 5374d 12h werner /src/ loading of different ini-files on the worlds landscape.  
281 5374d 12h 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 5374d 19h 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 5378d 17h werner /src/ changed waterholding capacity to "soilDepth", started with "Environment".