Subversion Repositories public iLand

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
821 3845d 20h werner /branches/port_qt5_64bit/src/core/ fixed bug in regeneration module. Its been the case that *after* years with no *newly* established trees, the sapling growth module was not working (it checked the number of living saplings, but that was cleared ad the beginning of the year).
this bug caused some of these strange resource unit pattern. Now regen comes out much more uniform (for uniform environmental conditions in bare ground sims).
 
816 3852d 09h werner /branches/port_qt5_64bit/ merge from iLand trunk (e.g. the new in() function for expressions)

now first (+-) working version of the bridging of Javascript and C++ world.
 
802 3878d 21h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
780 3998d 16h werner /branches/port_qt5_64bit/src/ Steps to build iLand with Qt 5 and with MSVC compiler and 64 bit.
http://iland.boku.ac.at/blogpost44

removed also a couple of warnings that were thrown by the MSVC compiler.
 
779 4011d 15h werner /branches/port_qt5_64bit/  
707 4542d 17h 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 4551d 12h 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 ;)
 
695 4559d 10h werner /trunk/src/ added the saplings to the snapshot mechanism.
small GUI fix (moved the script panel one level up)
 
683 4574d 16h werner /trunk/src/ minor fixes.
* grid export of fire values
* multiple creation of snapshots
 
671 4594d 16h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
663 4637d 11h werner /trunk/src/ continued implementation of the fire module. fixed an introduced error that crashed the sapling growth.  
662 4637d 16h werner /trunk/src/ continued to work on the fire module. Include the fire severity (i.e. mortality due to fire). This had various other impacts, e.g., on the carbon cycle of saplings.  
639 4755d 13h werner / move current content to the "trunk"  
625 4809d 14h werner / new version 0.6.6. fixes behavior of establishment and features some performance improvements.  
624 4809d 19h werner /src/core/ performance improvements / modifications.  
615 4814d 16h werner /src/ removed windows specific _isnan() calls  
611 4819d 09h werner / new version fixing some bugs with multi-threading and the case of the full HJA simulation.  
608 4820d 22h werner /src/ adding carbon cycle output (and some necessary book keeping code)  
600 4825d 10h werner /src/ corrected grid export (flipping of y-axis)
added initialization of saplings; StandLoader contains now a routine similar to the one for larger trees to distribute saplings; additionally, a script function (Globals.addSaplingsOnStand()) can be used to use this functionality.
 
595 4838d 22h werner /src/core/ changed behavior of coarse roots: if biomass exceeds value from allometric relation, the excell biomass is pushed to the soil (avoid piling up of coarse root carbon in the soil)
inlined some biomass functions in species.h.
 

Show All