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 3061d 13h werner / public SVN  
1221 3061d 13h werner /branches/ public SVN  
1220 3061d 13h werner /branches/version1.0/ Version 1.0  
1218 3061d 15h werner / clean up repository - make 1.0 trunk again!  
1217 3061d 15h werner / clean up repository - make 1.0 trunk again!  
1157 3279d 21h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1104 3349d 19h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
1095 3374d 12h werner /branches/port_qt5_64bit/ Adding basic C++ level documentation for ABE classes.  
1057 3479d 22h werner /branches/port_qt5_64bit/src/ added outbreak duration in bark beetle module  
1051 3501d 20h werner /branches/port_qt5_64bit/src/ mini-changes (done in portland)  
1033 3630d 21h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
1032 3630d 21h werner /branches/port_qt5_64bit/src/ fixed compiler warnings (compiled again with GCC), and edited *.pro files for GCC.  
978 3725d 12h werner /branches/port_qt5_64bit/src/ ABE agents and initial rotation length.  
977 3726d 09h werner /branches/port_qt5_64bit/src/ working on ABE-Paper --- more power to the agents
Create a ramp for temperature/precip timeevents.
Some bug-fixes.
 
956 3823d 13h werner /branches/port_qt5_64bit/src/abe/ scheduler!!!  
953 3825d 10h werner /branches/port_qt5_64bit/src/abe/ scheduler revamp  
944 3851d 14h werner /branches/port_qt5_64bit/src/abe/ ABE/ agent definition
DynamicExpression: QML-like properties
AgentUpdate
 
940 3858d 13h werner /branches/port_qt5_64bit/src/ abe implementation of agents.  
939 3860d 15h werner /branches/port_qt5_64bit/src/abe/ working on ABE.
definition of agents/agent types, embedding of JS agent definition.
 
932 3879d 14h werner /branches/port_qt5_64bit/src/ worked on multithreading enabling for ABE;
created a class MapGridRULock that should serialize access --- found some minor bugs in the rest of the code, but finally I think that this locking-code is not strictly necessary since the treelists are *not* changed by management (i.e. a remove does not change the physical layout of the treelist and therefore does not invalidate any pointers to it). The unit-based approach for multithreading does reduce the chance of issues; there is a small chance of lost updates when updating the biomass pools of snags (i.e. if two trees (on two units) of the same resource unit die at the same time).
 
922 3944d 10h werner /branches/port_qt5_64bit/src/ new ABE stand level output. Consolidation of scheduler.  
921 3950d 10h werner /branches/port_qt5_64bit/src/ working on ABE scheduler. tricky stuff....  
916 3969d 14h werner /branches/port_qt5_64bit/src/ unit-output, testing of scheduler.  
915 3970d 13h werner /branches/port_qt5_64bit/src/ developing ABE unit level scheduling, start with dev. of ABE - Outputs.  
909 3984d 18h werner /branches/port_qt5_64bit/src/ more renaming: now it is hopefully done.  
908 3984d 18h werner /branches/port_qt5_64bit/src/ amie_global.h -> abe_global.h  
907 3984d 18h werner /branches/port_qt5_64bit/src/ amie -> abe transition  
906 3984d 18h werner /branches/port_qt5_64bit/src/ rename folder to "abe"  
904 3985d 10h werner /branches/port_qt5_64bit/src/ ... working on amie...  
903 3988d 13h werner /branches/port_qt5_64bit/src/ working on AMIE - calculation of mean annual increment.  
902 3992d 14h werner /branches/port_qt5_64bit/src/ work on AMIE.
introduced new activity: planting.
zillions of other small mods.
 
896 3999d 13h werner /branches/port_qt5_64bit/src/ working on ABE  
889 4022d 13h werner /branches/port_qt5_64bit/src/ abe, abe, abe  
873 4077d 10h werner /branches/port_qt5_64bit/src/ lots of development of AMIE.  
870 4083d 10h werner /branches/port_qt5_64bit/src/ amie development....  
863 4126d 14h werner /branches/port_qt5_64bit/ renaming of the FOME to AMIE.
unfortunately, some partial merge of changes in Qt4-branch.
 
811 4179d 11h werner /branches/port_qt5_64bit/src/ working on the Forest Management Engine.
* new classes that represent Agent, AgentType, FMUnit, FMStand, ...
* +- working evaluation of expressions (activities) in the context of stand/site/... variables.