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!  
1157 3367d 08h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1104 3437d 05h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
855 4242d 00h werner /branches/port_qt5_64bit/src/ fixed bug in landscape output
added (not already included) mode for dynamicstand output to aggregate to ru level (without species level)
now newly recruited trees are also included in the stand statistics (ru-level).
 
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)
 
802 4288d 07h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
779 4421d 01h werner /branches/port_qt5_64bit/  
671 5004d 01h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 5164d 23h werner / move current content to the "trunk"  
598 5235d 03h werner /src/ extending the dynamic stand output; added calculating standard deviation.  
574 5265d 06h werner /src/ * modified outputs to write only rows for valid resource units
* dropped setting "woodDecompRate" (snag.cpp)
* calculate the "stockableArea" of a resource unit based on the stand grid
* use the stockableArea for calculation of LAI
 
570 5270d 07h werner /src/output/ added resource unit id (provided by input grid) to almost any output in iLand.  
521 5325d 03h werner /src/ moved snag dynamics from rus-level to ru-level  
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.
 
455 5431d 05h werner /src/ changed the layout of the resourceUnitSpecies from a QVector to a QList<ResourceUnitSpecies*>. This seems to be much more appropriate. But caused many small changes throughout the project.  
354 5600d 06h werner /src/output/ description of dynamic outputs  
353 5600d 07h werner /src/output/ simplification of the parsing of dynamic stand expressions  
261 5738d 22h werner /src/ * added NPP aboveground to stats
* some update in comments
 
218 5752d 14h werner /src/ added "p5", "p95", etc for dynamic stand outputs.  
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.
 
189 5760d 08h iland /src/ finished ressource vs. resource struggle, some cleanup within xml file
reading.
 
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,...  
183 5760d 20h werner /src/ Added isEmpty() for Expression. Added new output DynamicStandOutput. New wrapper for RessourceUnits. Everything is in its right place ;)