Rev |
Age |
Author |
Path |
Log message |
Diff |
1222 |
2958d 05h |
werner |
/ |
public SVN |
|
1221 |
2958d 05h |
werner |
/branches/ |
public SVN |
|
1220 |
2958d 05h |
werner |
/branches/version1.0/ |
Version 1.0 |
|
1218 |
2958d 07h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1217 |
2958d 07h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1164 |
3174d 06h |
werner |
/branches/iland_regen/src/ |
found unexpected behavior of irandom(): obviously, it return *never* the upper bound.
eg. irandom(0,3) -> values 0,1, or 2, but never 3.
changed calls to irandom() accordingly.
added also a better random selection of species in the establishment routine |
|
1160 |
3175d 05h |
werner |
/branches/iland_regen/src/core/ |
bug-fixes of the new establishment module (carbon)
first part of the YNP water limitation in establishment. |
|
1157 |
3176d 14h |
werner |
/branches/iland_regen/ |
merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch). |
|
1104 |
3246d 12h |
werner |
/branches/iland_regen/ |
Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone |
|
1001 |
3596d 07h |
werner |
/branches/port_qt5_64bit/src/ |
removed some of the "DebugTimer" --- they tend to cause problems especially when multi-threading is enabled. |
|
802 |
4097d 13h |
werner |
/branches/port_qt5_64bit/ |
merge from trunk up to revision 801 |
|
779 |
4230d 07h |
werner |
/branches/port_qt5_64bit/ |
|
|
764 |
4420d 02h |
werner |
/trunk/src/ |
implementation of advanced external seed input. Around the project area a "seed belt" is lain. The simulated rectangle is split into sectors which can have a different species composition. At the beginning of the simulation, the external seed maps are populated and then reused each year. |
|
707 |
4761d 09h |
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. |
|
697 |
4770d 04h |
werner |
/trunk/ |
Doxygen documentation revisited.
After re-establishing doxygen documentation (last update: 2009) a lot of smaller/medium documentation fixes.
Documentation is something that could definitely be always improved ;) |
|
671 |
4813d 08h |
werner |
/trunk/src/ |
Necessary changes for GPL licence (i.e. headers in all source files) |
|
639 |
4974d 05h |
werner |
/ |
move current content to the "trunk" |
|
615 |
5033d 09h |
werner |
/src/ |
removed windows specific _isnan() calls |
|
577 |
5074d 03h |
werner |
/src/ |
add 'basalarea' variable to Tree; rename 'speciesindex' to 'species'.
add species names as constants |
|
575 |
5074d 10h |
werner |
/src/ |
* renamed toString() from IException to message() (several occurences).
* added a "name" property to the MapGridWrapper |
|