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 3148d 23h werner / public SVN  
1221 3148d 23h werner /branches/ public SVN  
1220 3148d 23h werner /branches/version1.0/ Version 1.0  
1218 3149d 01h werner / clean up repository - make 1.0 trunk again!  
1217 3149d 01h werner / clean up repository - make 1.0 trunk again!  
1182 3294d 23h 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 3367d 08h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1114 3427d 23h werner /branches/iland_regen/src/ new output for tree removals ("landscape_removed").  
1104 3437d 06h 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 3437d 18h werner /branches/port_qt5_64bit/src/ fixed couple of clang warnings.

some debugging/profiling work w.r.t. establishment/regen.
 
1054 3570d 23h 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 4249d 03h 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 4268d 21h 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 4421d 01h werner /branches/port_qt5_64bit/  
671 5004d 02h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
665 5045d 01h werner /trunk/src/ modified the output infrastructure to deal with outputs defined by Modules. Added a fire output.  
639 5164d 23h werner / move current content to the "trunk"  
605 5234d 05h 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 5262d 19h werner /src/ added carbon output.
lots of changes necessary to get this done (especially budgeting of biomass pools)
 
539 5312d 01h 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 5325d 05h 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 5354d 23h werner /src/ New output for "saplings"  
395 5537d 20h werner /src/ fixed the "output on startup" which was broken due to changes in the execution sequence.  
278 5734d 11h werner /src/ Management output. Added a statisticsMgmt() for ResourceUnitSpecies. Complicated to get the order right.  
262 5738d 20h werner /src/ added output for dead trees (StandDeadOut)  
254 5740d 17h werner /src/ menu entry in apps main menu to copy the wiki-style description of output tables to the clipboard.  
232 5745d 21h 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 5746d 09h werner /src/ 3pg model, strange behavior of database. Modified the transaction logic (really important for SQLite), but still shows odd behavior.  
228 5747d 16h werner /src/ created output for production details.  
225 5747d 20h werner /src/ Run/Pause/Stop, etc. in ModelController.  
223 5751d 15h werner /src/ Model Pause, Model restart,etc. (wamod little hack)  
222 5751d 20h 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 5754d 21h 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 5758d 16h 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 5760d 16h 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 5760d 21h werner /src/ stand statistics - work now, outputs can be enabled/disabled in config file  
181 5760d 22h werner /src/ outputs  
179 5761d 14h werner /src/ added standoutput (accompanied by some changes at other places)  
178 5761d 15h werner /src/ fonstudio compiles again...  
177 5761d 16h werner /src/output/ documentation of outputs