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 2778d 20h werner / public SVN  
1221 2778d 20h werner /branches/ public SVN  
1220 2778d 20h werner /branches/version1.0/ Version 1.0  
1218 2778d 22h werner / clean up repository - make 1.0 trunk again!  
1217 2778d 22h werner / clean up repository - make 1.0 trunk again!  
1182 2924d 19h 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 2997d 04h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1114 3057d 20h werner /branches/iland_regen/src/ new output for tree removals ("landscape_removed").  
1104 3067d 02h 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 3067d 15h werner /branches/port_qt5_64bit/src/ fixed couple of clang warnings.

some debugging/profiling work w.r.t. establishment/regen.
 
1054 3200d 20h 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 3878d 23h 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 3898d 18h 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 4050d 21h werner /branches/port_qt5_64bit/  
671 4633d 22h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
665 4674d 21h werner /trunk/src/ modified the output infrastructure to deal with outputs defined by Modules. Added a fire output.  
639 4794d 20h werner / move current content to the "trunk"  
605 4864d 01h 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 4892d 16h werner /src/ added carbon output.
lots of changes necessary to get this done (especially budgeting of biomass pools)
 
539 4941d 22h 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 4955d 02h 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 4984d 19h werner /src/ New output for "saplings"  
395 5167d 16h werner /src/ fixed the "output on startup" which was broken due to changes in the execution sequence.  
278 5364d 08h werner /src/ Management output. Added a statisticsMgmt() for ResourceUnitSpecies. Complicated to get the order right.  
262 5368d 17h werner /src/ added output for dead trees (StandDeadOut)  
254 5370d 14h werner /src/ menu entry in apps main menu to copy the wiki-style description of output tables to the clipboard.  
232 5375d 18h 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 5376d 05h werner /src/ 3pg model, strange behavior of database. Modified the transaction logic (really important for SQLite), but still shows odd behavior.  
228 5377d 13h werner /src/ created output for production details.  
225 5377d 16h werner /src/ Run/Pause/Stop, etc. in ModelController.  
223 5381d 12h werner /src/ Model Pause, Model restart,etc. (wamod little hack)  
222 5381d 17h 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 5384d 18h 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 5388d 13h 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 5390d 13h 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 5390d 17h werner /src/ stand statistics - work now, outputs can be enabled/disabled in config file  
181 5390d 19h werner /src/ outputs  
179 5391d 11h werner /src/ added standoutput (accompanied by some changes at other places)  
178 5391d 11h werner /src/ fonstudio compiles again...  
177 5391d 13h werner /src/output/ documentation of outputs