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 2740d 08h werner / public SVN  
1221 2740d 08h werner /branches/ public SVN  
1220 2740d 08h werner /branches/version1.0/ Version 1.0  
1218 2740d 10h werner / clean up repository - make 1.0 trunk again!  
1217 2740d 10h werner / clean up repository - make 1.0 trunk again!  
1182 2886d 07h 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 2958d 16h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1114 3019d 08h werner /branches/iland_regen/src/ new output for tree removals ("landscape_removed").  
1104 3028d 14h 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 3029d 03h werner /branches/port_qt5_64bit/src/ fixed couple of clang warnings.

some debugging/profiling work w.r.t. establishment/regen.
 
1054 3162d 08h 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 3840d 11h 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 3860d 06h 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 4012d 09h werner /branches/port_qt5_64bit/  
671 4595d 10h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
665 4636d 09h werner /trunk/src/ modified the output infrastructure to deal with outputs defined by Modules. Added a fire output.  
639 4756d 08h werner / move current content to the "trunk"  
605 4825d 13h 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 4854d 04h werner /src/ added carbon output.
lots of changes necessary to get this done (especially budgeting of biomass pools)
 
539 4903d 10h 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 4916d 14h 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 4946d 07h werner /src/ New output for "saplings"  
395 5129d 04h werner /src/ fixed the "output on startup" which was broken due to changes in the execution sequence.  
278 5325d 20h werner /src/ Management output. Added a statisticsMgmt() for ResourceUnitSpecies. Complicated to get the order right.  
262 5330d 05h werner /src/ added output for dead trees (StandDeadOut)  
254 5332d 02h werner /src/ menu entry in apps main menu to copy the wiki-style description of output tables to the clipboard.  
232 5337d 06h 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 5337d 17h werner /src/ 3pg model, strange behavior of database. Modified the transaction logic (really important for SQLite), but still shows odd behavior.  
228 5339d 00h werner /src/ created output for production details.  
225 5339d 04h werner /src/ Run/Pause/Stop, etc. in ModelController.  
223 5343d 00h werner /src/ Model Pause, Model restart,etc. (wamod little hack)  
222 5343d 05h 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 5346d 06h 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 5350d 00h 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 5352d 01h 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 5352d 05h werner /src/ stand statistics - work now, outputs can be enabled/disabled in config file  
181 5352d 06h werner /src/ outputs  
179 5352d 23h werner /src/ added standoutput (accompanied by some changes at other places)  
178 5352d 23h werner /src/ fonstudio compiles again...  
177 5353d 00h werner /src/output/ documentation of outputs