Subversion Repositories public iLand

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1102 3163d 06h werner /branches/port_qt5_64bit/src/ fixed couple of clang warnings.

some debugging/profiling work w.r.t. establishment/regen.
 
1054 3296d 11h 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 3974d 14h 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 3994d 09h 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 4146d 12h werner /branches/port_qt5_64bit/  
671 4729d 13h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
665 4770d 12h werner /trunk/src/ modified the output infrastructure to deal with outputs defined by Modules. Added a fire output.  
639 4890d 11h werner / move current content to the "trunk"  
605 4959d 16h 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 4988d 07h werner /src/ added carbon output.
lots of changes necessary to get this done (especially budgeting of biomass pools)
 
539 5037d 13h 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 5050d 17h 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 5080d 10h werner /src/ New output for "saplings"  
395 5263d 07h werner /src/ fixed the "output on startup" which was broken due to changes in the execution sequence.  
278 5459d 23h werner /src/ Management output. Added a statisticsMgmt() for ResourceUnitSpecies. Complicated to get the order right.  
262 5464d 07h werner /src/ added output for dead trees (StandDeadOut)  
254 5466d 05h werner /src/ menu entry in apps main menu to copy the wiki-style description of output tables to the clipboard.  
232 5471d 09h 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 5471d 20h werner /src/ 3pg model, strange behavior of database. Modified the transaction logic (really important for SQLite), but still shows odd behavior.  
228 5473d 03h werner /src/ created output for production details.  
225 5473d 07h werner /src/ Run/Pause/Stop, etc. in ModelController.  
223 5477d 03h werner /src/ Model Pause, Model restart,etc. (wamod little hack)  
222 5477d 08h 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 5480d 08h 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 5484d 03h 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 5486d 04h 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 5486d 08h werner /src/ stand statistics - work now, outputs can be enabled/disabled in config file  
181 5486d 09h werner /src/ outputs  
179 5487d 02h werner /src/ added standoutput (accompanied by some changes at other places)  
178 5487d 02h werner /src/ fonstudio compiles again...  
177 5487d 03h werner /src/output/ documentation of outputs  
176 5487d 04h werner /src/ getting database oriented outputs to work  
173 5489d 22h werner /src/output/ created basic output structure (Output, OutputManager) as well as a test output