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 2781d 13h werner / public SVN  
1221 2781d 13h werner /branches/ public SVN  
1220 2781d 13h werner /branches/version1.0/ Version 1.0  
1218 2781d 15h werner / clean up repository - make 1.0 trunk again!  
1217 2781d 15h werner / clean up repository - make 1.0 trunk again!  
1182 2927d 12h 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.
 
1157 2999d 21h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1114 3060d 13h werner /branches/iland_regen/src/ new output for tree removals ("landscape_removed").  
1104 3069d 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
 
1102 3070d 08h werner /branches/port_qt5_64bit/src/ fixed couple of clang warnings.

some debugging/profiling work w.r.t. establishment/regen.
 
1054 3203d 13h werner /branches/port_qt5_64bit/ next iteration of the barkbeetle Modules
added background image to the iland viewer
some update of the wind-module as well (new wind output, for example)
 
837 3881d 16h 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"
 
808 3901d 11h 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)
 
779 4053d 14h werner /branches/port_qt5_64bit/  
671 4636d 15h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
665 4677d 14h werner /trunk/src/ modified the output infrastructure to deal with outputs defined by Modules. Added a fire output.  
639 4797d 13h werner / move current content to the "trunk"  
605 4866d 18h werner /src/ added the "rid" (i.e. a unique id per resource unit) in various debug outputs.
added the "shell" of a new carbonflow output.
 
587 4895d 09h werner /src/ added carbon output.
lots of changes necessary to get this done (especially budgeting of biomass pools)
 
539 4944d 15h werner /src/ continue implementing grid functionality (yeah! a simple grid input already works)
removing the bug that caused db locks when reloaded model without actually simulating.
 
520 4957d 19h werner /src/ fixed crash in Expression that occurred with dynamic stand outputs without any trees.
Extended the dynamic stand output so that a treefilter can be applied.
 
504 4987d 12h werner /src/ New output for "saplings"  
395 5170d 09h werner /src/ fixed the "output on startup" which was broken due to changes in the execution sequence.  
278 5367d 01h werner /src/ Management output. Added a statisticsMgmt() for ResourceUnitSpecies. Complicated to get the order right.  
262 5371d 10h werner /src/ added output for dead trees (StandDeadOut)  
254 5373d 07h werner /src/ menu entry in apps main menu to copy the wiki-style description of output tables to the clipboard.  
232 5378d 11h werner /src/output/ Outputs: strange insert performance behavior and locks when re-running the model. finally, old inserter-statements are finish()-ed to clear all locks.  
231 5378d 22h werner /src/ 3pg model, strange behavior of database. Modified the transaction logic (really important for SQLite), but still shows odd behavior.  
228 5380d 06h werner /src/ created output for production details.  
225 5380d 09h werner /src/ Run/Pause/Stop, etc. in ModelController.  
223 5384d 05h werner /src/ Model Pause, Model restart,etc. (wamod little hack)  
222 5384d 10h werner /src/ * outputs: delayed commits of transactions. transactions are commited (and thus written to disk) at the end of run
* improved the "remotecontrol", added signals and slots to indicate progress...
 
207 5387d 11h werner /src/ nasty bug, if expressions contain(ed) newline characters. now fixed (newline considered as whitespace and removed).
changed output so it is always checked, if outputs are valid w.r.t. the mIndex position.
 
200 5391d 06h werner /src/ added "ModelSettings", i.e. a high performant storage for model settings, further spelling resource vs ressource, including the "batch" job feature from fonstudio into iland. added a slot for MainWindow to force a repaint. and much more.  
184 5393d 06h werner /src/ DynamicStandOut: output on stand level based on aggregates (sum, mean, ...) on a set of trees.very neat. stripped column names for tables (no special characters), filter for ressource-units,...  
182 5393d 10h werner /src/ stand statistics - work now, outputs can be enabled/disabled in config file  
181 5393d 12h werner /src/ outputs  
179 5394d 04h werner /src/ added standoutput (accompanied by some changes at other places)  
178 5394d 04h werner /src/ fonstudio compiles again...  
177 5394d 06h werner /src/output/ documentation of outputs