Subversion Repositories public iLand

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1222 3060d 19h werner / public SVN  
1221 3060d 19h werner /branches/ public SVN  
1220 3060d 19h werner /branches/version1.0/ Version 1.0  
1218 3060d 21h werner / clean up repository - make 1.0 trunk again!  
1217 3060d 21h werner / clean up repository - make 1.0 trunk again!  
1104 3349d 02h 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 3349d 14h werner /branches/port_qt5_64bit/src/ fixed couple of clang warnings.

some debugging/profiling work w.r.t. establishment/regen.
 
779 4332d 21h werner /branches/port_qt5_64bit/  
777 4402d 22h werner /trunk/src/ removed a couple of warnings (partly using Q_UNUSED but also dropping of parameters)  
671 4915d 22h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 5076d 19h werner / move current content to the "trunk"  
530 5235d 14h werner /src/ enabled the dynamic coupling of available nitrogen from the soil module with the "available nitrogen" (fertility rating) used for calculations of species responses.  
359 5497d 01h werner /src/ stampcontainer.cpp: fixed reading of "debugDumpStamps" key
mainwindow.cpp: added logging to a file, added keys to xml file. new section "system.logging"
 
341 5580d 20h werner /src/ timeevents: added run() function, improvements  
280 5645d 16h 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.
 
211 5665d 16h werner /src/ Phenology class and things that come with that.  
194 5671d 10h werner /src/ Loading of climate data from a database. Tests contain test code for that.
fixed some regressions due to the recent change in project file structure. ouch.
 
192 5671d 17h werner /src/ xml settings, revisited.  
191 5671d 17h werner /src/ change of project file structure. update of node requests  
189 5672d 05h iland /src/ finished ressource vs. resource struggle, some cleanup within xml file
reading.
 
186 5672d 11h werner /src/ management 1st version running  
181 5672d 18h werner /src/ outputs  
171 5678d 10h werner /src/ added a "paramValueBool()" function for XmlHelper.  
145 5685d 16h Werner /src/ Run and compiled iLand on Linux (Kubuntu) with a virtual machine. The gcc on Linux issues lots of warnings which I fixed on the Linux side. Also fixed TTickTack (the clock issue).
Now iLand also runs on Linux - nice!
 
137 5687d 07h Werner /src/ rework of the growing process, also debugging outputs etc.  
104 5696d 15h Werner /src/ incorporated "Model" into the FonStudio.  
102 5696d 17h 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 5697d 11h 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.  
93 5697d 12h Werner /src/ XmlHelper class, the first real test-case for that, some thinking about how to setup the whole system.