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 4649d 21h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 4810d 18h werner / move current content to the "trunk"  
624 4865d 00h werner /src/core/ performance improvements / modifications.  
444 5128d 22h werner /src/core/ added a "randomGenerator" - function to the resource unit -> this should be used when fetching random numbers from within functions that are executed in a multi-threaded way. You could also use GlobalSettings::instance()->randomGenerator().  
443 5129d 01h werner /src/ problems with multihtreading and the random generator. Crashes revealed that the MersenneTwister class is not multithreadable; The solution now is to have for each Thread in the thread pool one random number generator. This removes the crashes, but makes changes to the code necessary.  
442 5129d 18h werner /src/ Debug output for establishment.  
440 5130d 23h werner /src/core/ climate: added a pre-calculated value for the 10.5hrs day
including establishment calculation in the normal execution path.
 
439 5131d 19h werner /src/core/ coded the establishment core routine (without testing yet)
adapted the GridRunner
 
434 5132d 21h werner /src/ creation of the Establishment class.
added calculation of chilling requirements to Phenology (not good enough, though)
added also a little test routine for Establishment