Subversion Repositories public iLand

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1222 2726d 06h werner / public SVN  
1221 2726d 06h werner /branches/ public SVN  
1220 2726d 06h werner /branches/version1.0/ Version 1.0  
1218 2726d 08h werner / clean up repository - make 1.0 trunk again!  
1217 2726d 08h werner / clean up repository - make 1.0 trunk again!  
1214 2726d 08h werner /branches/iland_regen/src/ fixed effect of waterlogging  
1213 2732d 05h werner /branches/iland_regen/src/ implementing the stand-wise snapshot feature (for the advanced dynamic initalization)  
1211 2732d 11h werner /branches/iland_regen/src/ added GPL headers for files that did not contain the header  
1204 2739d 11h werner /branches/iland_regen/src/ fixed some text strings (debug messages).  
1202 2777d 06h werner /branches/iland_regen/src/ searching/fixing issues with carbon cycle: NEP as provided by carbonflow output (NPP-Rh-Mgmt) is different from NEP as derived by the delta of the carbon stocks.
As usual, very hard to track down these issues, but:
* bark beetle module: foliage loss from BB-trees now correctly routed to soil
* order of modules in model: switched disturbances and carbon cylcle (in order to correctly track all carbon changes due to disturbances)
* fixed a problem with the calculation of NPP: after disturbances stand level NPP was set to 0 (since statistics were recalculated after disturbaces, but NPP values are not available then). Introduced: StandStatistics::clearOnlyTrees()
* flow from branches to the atmosphere (decay of branches) now tracked correctly (changes the NEP calulation).
 
1183 2871d 07h werner /branches/iland_regen/src/ added new output with sapling details.
"version" in core folder.
 
1182 2872d 05h 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.
 
1177 2903d 05h werner /branches/iland_regen/src/ updating the sapling growth (calculation of stem numbers)  
1162 2942d 12h werner /branches/iland_regen/src/ removed the old "mSaplings" from resource unit/model.
Open Issues:
* ActPlanting [init/remove of saplings]
* MapGrid: retrieve list of saplings
* testing of standloader
 
1157 2944d 14h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1117 3002d 03h werner /branches/iland_regen/src/ including loading of saplings of snapshots....  
1114 3005d 06h werner /branches/iland_regen/src/ new output for tree removals ("landscape_removed").  
1111 3006d 05h werner /branches/iland_regen/src/ first draft of the new "establishment"
added the "Saplings", the new container for establishment/sapling growth
some basic functionality is already there...
 
1104 3014d 12h 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 3015d 01h werner /branches/port_qt5_64bit/src/ fixed couple of clang warnings.

some debugging/profiling work w.r.t. establishment/regen.
 
1100 3035d 09h werner /branches/port_qt5_64bit/src/ trying declaring the GRASSCOVERSTEPS in the cpp file.
some additional cleanups.
 
1099 3035d 09h werner /branches/port_qt5_64bit/src/ cleaning gcc warnings, trying to compile on VSC.  
1076 3106d 06h werner /branches/port_qt5_64bit/src/ avoid loading regeneration if regeneration module is not enabled.  
1054 3148d 06h 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)
 
1053 3160d 14h werner /branches/port_qt5_64bit/src/ updates for Qt 5.5 and GCC (Linux).  
1051 3166d 12h werner /branches/port_qt5_64bit/src/ mini-changes (done in portland)  
1049 3180d 11h werner /branches/port_qt5_64bit/src/ added counter in snapshot to print initialized AND total number of trees + saplings
added check for validity of CN-Ratios in the species parameters.
 
1047 3183d 06h werner /branches/port_qt5_64bit/src/ fixed errors with snapshots
fixed ordering of extra-grids in main view
 
1045 3186d 08h werner /branches/port_qt5_64bit/src/ implemented possibility to load only a part of a snapshot into iland. This is done by creating along the snapshot a grid of resource-unit-indices (for spatial reference).  
1033 3295d 13h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
1023 3307d 16h werner /branches/port_qt5_64bit/src/output/ extended error message when writing output database.  
1000 3365d 05h werner /branches/port_qt5_64bit/src/output/ extended snapshot to be able to load snapshot also for a smaller region (for debugging purposes, mainly).  
996 3368d 13h werner /branches/port_qt5_64bit/src/ log messages in snapshot loading
timer for linux (use QElapsedTimer)
switched off debug messages for ilandc
 
995 3369d 09h werner /branches/port_qt5_64bit/src/ snapshot log messages, reduced logs due to Linux timers  
975 3392d 11h werner /branches/port_qt5_64bit/src/ Fixed a snapshot issue.
Now the water-content and the snow-pack are also stored in the snapshot.
statistics are forced to be re-created.
 
963 3442d 08h werner /branches/port_qt5_64bit/src/ change for compiling with Qt 5.4. / MSVC 2013
looked again at GCC and had to change a couple of things. There seems to be still a problem with the plugin-system.
 
950 3495d 07h werner /branches/port_qt5_64bit/src/ loading of saplings in ABE  
941 3518d 10h werner /branches/port_qt5_64bit/src/ hunting the regeneration bug: bitmaps have not been cleared when regen-trees died (without recruiting). This came up, after snapshot-inits showed a different behavior from "normal" inits.  
902 3657d 07h werner /branches/port_qt5_64bit/src/ work on AMIE.
introduced new activity: planting.
zillions of other small mods.
 
855 3819d 07h 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).