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