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 2747d 14h werner / public SVN  
1221 2747d 14h werner /branches/ public SVN  
1220 2747d 14h werner /branches/version1.0/ Version 1.0  
1218 2747d 16h werner / clean up repository - make 1.0 trunk again!  
1217 2747d 16h werner / clean up repository - make 1.0 trunk again!  
1204 2760d 20h werner /branches/iland_regen/src/ fixed some text strings (debug messages).  
1182 2893d 14h werner /branches/iland_regen/src/ Torus also effective for seed distribution
new output "SaplingDetails" (super high detail level of individual cohorts)
version information also in ilandc [move version.cpp to core]

[due to a sync problem with the SVN server, some revisions where lost: here they are:]
compiling ilandc

some code clean up - removed old code (sapling.cpp) for sapling trees and establishment.
 
1181 2910d 14h werner /branches/iland_regen/src/ include LDD packages even for N<1 (choose probabilistically)

visualizing seed input from javascript
 
1180 2915d 13h werner /branches/iland_regen/src/ major rewrite of the seed distribution module:
* dispersal kernels fixed (using seeds per area, and not per radius)
* seed production now depends on leaf area of species (on source pixels)
* distribution for all source pixels (skipped the shortcut via continuously covered forest)
* probability of establishment calculated as function of available seedlings (sum of all incoming seedlings)
still testing ;)
more automation functions (e.g. to call OS commands, additional JS event handlers)
 
1179 2917d 15h werner /branches/iland_regen/src/ GUI: visualizing seed maps
minor change in seed kernel calculation
 
1178 2922d 13h 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
 
1176 2927d 14h 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...
 
1168 2956d 13h werner /branches/iland_regen/src/ working on serotony, establishment etc. updated new establishment module w.r.t. debug outputs.  
1167 2956d 22h werner /branches/iland_regen/ merged serotiny from trunk  
1106 3034d 17h werner /branches/iland_regen/src/core/ change in seed-dispersal:
(i) add a third pass that aims to remove very small holes from the seed-maps (in order to decrease the number of "edges")
(ii) fixed a bug that caused having a large number of edges (always a problem, when modifying a grid while iterating over it...).
This reduces run-time (WBT) of seed-dispersal by 66%.
 
1104 3035d 20h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
1102 3036d 09h werner /branches/port_qt5_64bit/src/ fixed couple of clang warnings.

some debugging/profiling work w.r.t. establishment/regen.
 
1064 3148d 14h werner /branches/port_qt5_64bit/src/ many changes. Most notably:
* improvements in the grass-cover sub Modules
* interaction between wind and bark beetle
* javascript function to extract seed-distribution-maps
* fixed a bug when continuous seed input was assumed
 
1001 3385d 15h werner /branches/port_qt5_64bit/src/ removed some of the "DebugTimer" --- they tend to cause problems especially when multi-threading is enabled.  
992 3391d 17h werner /branches/port_qt5_64bit/src/core/ .... just trying to increase the SVN counter ;)  
991 3391d 17h werner /branches/port_qt5_64bit/src/ fixed compiler errors for GUI version, and the planting/thinning construct that caused crashes on VSC.  
989 3391d 17h werner /branches/port_qt5_64bit/src/ removed the QT GUI library dependency for the console variant of iLand. For this some #ifdef were required.  
978 3411d 13h werner /branches/port_qt5_64bit/src/ ABE agents and initial rotation length.  
972 3419d 09h werner /branches/port_qt5_64bit/src/ added 'condition' to ABEStand output.  
947 3526d 15h werner /branches/port_qt5_64bit/src/ little change to make ilandc compile, more verbose error message for external seeds  
930 3566d 14h werner /branches/port_qt5_64bit/src/ progressing in ABEland.
worked inter alia on the activity thinning.
the abe-harvest-output is still not added.
 
837 3847d 17h werner /branches/port_qt5_64bit/src/ * added total carbon to stand output
* created a new output "landscape" for stand aggregates on landscape level (per species)
* improved error handling ModelController
* improved ilandc: now model settings can be changed via command line (and javascript function can be called)
* finalized "background external seeds"
 
836 3848d 13h werner /branches/port_qt5_64bit/src/core/ implementing external seed on the full project area.  
808 3867d 12h werner /branches/port_qt5_64bit/src/ implementing FOME.
* splitting "helper.cpp" into several files (debugtimer.h, statdata.h, viewport.h) (and changing lots of includes)
* implementing setup of activities (extracting from Javascript)
 
802 3886d 22h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
779 4019d 15h werner /branches/port_qt5_64bit/  
765 4208d 14h werner /trunk/src/ fixed crash with external seed input; removed some compiler warnings.  
764 4209d 11h 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.  
697 4559d 13h 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 4602d 16h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
670 4610d 13h werner /trunk/src/ added/ clarified some comments  
639 4763d 14h werner / move current content to the "trunk"  
619 4819d 23h werner /src/core/ Performance improvements for establishments: I try to decide for a resource-unit (random number) if establishment can happen on that RU; this reduces runtime of establishment sub routine by 60% (total runtime -20%); however, it changes also the behavior...  
618 4822d 09h werner /src/core/ small changes  
550 4883d 19h werner /src/ some fixes with landscape initialization, made some debug messages conditional on various places.