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 2724d 16h werner / public SVN  
1221 2724d 16h werner /branches/ public SVN  
1220 2724d 16h werner /branches/version1.0/ Version 1.0  
1218 2724d 18h werner / clean up repository - make 1.0 trunk again!  
1217 2724d 18h werner / clean up repository - make 1.0 trunk again!  
1104 3012d 23h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
985 3368d 22h werner /branches/port_qt5_64bit/src/tools/ added include qtglobal before including of MersenneTwister in order to have valid compiler defines.  
779 3996d 18h werner /branches/port_qt5_64bit/  
759 4220d 17h werner /trunk/src/ restarting the "ilandc" command line version of iLand.  
758 4222d 17h werner /trunk/src/ tests with the random generator; (see also the blog post about random numbers). Now the generations of the generator are deactivated (i.e. set to 0). The ignition calculation of the fire module is now based on the resource unit (instead of the single fire pixel).  
757 4224d 12h werner /trunk/src/ after performing random number tests; still trying to understand the fire ignition patterns.  
707 4527d 20h werner /trunk/src/ rework of the random numbers in iland.
Now, many (200000) random numbers are precalculated using a given algorithm (there are three or four choices), then the drandom() etc functions read from this array. After some rotations, the numbers are renewed. The point is: this is now reentrant, so the per-thread storage of MTRand objects is obsolete.