Subversion Repositories public iLand

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
443 5109d 17h 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 5110d 10h werner /src/ Debug output for establishment.  
440 5111d 15h werner /src/core/ climate: added a pre-calculated value for the 10.5hrs day
including establishment calculation in the normal execution path.
 
439 5112d 11h werner /src/core/ coded the establishment core routine (without testing yet)
adapted the GridRunner
 
434 5113d 13h 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
 

Show All