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 2958d 09h werner / public SVN  
1221 2958d 09h werner /branches/ public SVN  
1220 2958d 10h werner /branches/version1.0/ Version 1.0  
1218 2958d 12h werner / clean up repository - make 1.0 trunk again!  
1217 2958d 12h werner / clean up repository - make 1.0 trunk again!  
1157 3176d 18h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1104 3246d 16h 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 4051d 11h 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 4078d 07h 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 4097d 17h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
779 4230d 11h werner /branches/port_qt5_64bit/  
671 4813d 12h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 4974d 09h werner / move current content to the "trunk"  
598 5044d 13h werner /src/ extending the dynamic stand output; added calculating standard deviation.  
574 5074d 17h 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 5079d 17h werner /src/output/ added resource unit id (provided by input grid) to almost any output in iLand.  
521 5134d 14h werner /src/ moved snag dynamics from rus-level to ru-level  
520 5134d 15h 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 5240d 15h 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 5409d 16h werner /src/output/ description of dynamic outputs  
353 5409d 17h werner /src/output/ simplification of the parsing of dynamic stand expressions  
261 5548d 08h werner /src/ * added NPP aboveground to stats
* some update in comments
 
218 5562d 00h werner /src/ added "p5", "p95", etc for dynamic stand outputs.  
207 5564d 07h 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 5569d 19h iland /src/ finished ressource vs. resource struggle, some cleanup within xml file
reading.
 
184 5570d 03h 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 5570d 06h werner /src/ Added isEmpty() for Expression. Added new output DynamicStandOutput. New wrapper for RessourceUnits. Everything is in its right place ;)