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
1214 2743d 21h werner /branches/iland_regen/src/ fixed effect of waterlogging  
1213 2749d 18h werner /branches/iland_regen/src/ implementing the stand-wise snapshot feature (for the advanced dynamic initalization)  
1211 2750d 01h werner /branches/iland_regen/src/ added GPL headers for files that did not contain the header  
1203 2773d 22h werner /branches/iland_regen/src/ added the missing "ActPlanting" functions for the "new" regeneration module.  
1178 2918d 18h werner /branches/iland_regen/src/ update the seed dispersal kernel: take the density of a point instead the density at a given radius
new option in the GUI to visualize newly created saplings
update of how sapling numbers are calculated and arrive in the output
 
1177 2920d 19h werner /branches/iland_regen/src/ updating the sapling growth (calculation of stem numbers)  
1176 2923d 19h werner /branches/iland_regen/src/core/ developing the long distance dispersal functionality;
looks as if we have a conceptual problem with how we use the seed kernel functions...
more to come...
 
1175 2930d 20h werner /branches/iland_regen/src/core/ testing change in the way the number of saplings is estimated (when several species reside on the same pixel)  
1174 2931d 19h werner /branches/iland_regen/src/ fixed a bug in the establishment / saplinggrowth debug outputs (bookkeeping)  
1165 2954d 17h werner /branches/iland_regen/src/ implementation of sprouting  
1162 2960d 01h werner /branches/iland_regen/src/ removed the old "mSaplings" from resource unit/model.
Open Issues:
* ActPlanting [init/remove of saplings]
* MapGrid: retrieve list of saplings
* testing of standloader
 
1160 2960d 18h werner /branches/iland_regen/src/core/ bug-fixes of the new establishment module (carbon)

first part of the YNP water limitation in establishment.
 
1159 2961d 15h werner /branches/iland_regen/src/ Changed memory layout of regeneration module.
problems now with invalid (NaN) soil values. Needs further analysis ;)
 
1158 2961d 21h werner /branches/iland_regen/src/ further performance improvements in regeneration/sapling module.
In total (sim 80 yrs WBT 2km2, from bare ground), iLand is +- 35% faster:
* seed dispersal (not today)
* optimized use of LRI-correction
* better linearization in sapling growth (height growth potential)
 
1118 3018d 00h werner /branches/iland_regen/src/core/ fixes for the new saplings, now it almost works as expected.  
1117 3019d 16h werner /branches/iland_regen/src/ including loading of saplings of snapshots....  
1115 3022d 18h werner /branches/iland_regen/src/ integrating sapling growth, testing  
1113 3022d 21h werner /branches/iland_regen/src/core/ integrating sapling growth...  
1112 3022d 21h werner /branches/iland_regen/src/core/ integrating the sapling growth (not finished yet)  
1111 3023d 18h werner /branches/iland_regen/src/ first draft of the new "establishment"
added the "Saplings", the new container for establishment/sapling growth
some basic functionality is already there...