Subversion Repositories public iLand

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
502 4996d 01h werner /src/core/ water cycle for resource units without adult trees; adapted water use for RUs with only few stands by adding "ground cover" up to LAI=1 with default characteristics.  
/src/core/resourceunit.cpp
/src/core/watercycle.cpp
/src/core/watercycle.h
496 5013d 01h werner /src/core/ changed the behavior of the water-cycle wrt establishment: now the water cycle is executed even if no adult trees are on a resource unit  
/src/core/resourceunit.cpp
/src/core/resourceunitspecies.cpp
/src/core/watercycle.cpp
/src/core/watercycle.h
484 5015d 23h werner /src/ modified release of memory of trees; QVector::resere() does not actually shrink memory; so now "squeeze()" is used.  
/src/core/resourceunit.cpp
/src/core/watercycle.cpp
/src/iland/iland.pro
482 5016d 01h werner /src/core/ fixed bug that recruited trees modified the average aging calculation; added some diagnostic code here and there.  
/src/core/model.cpp
/src/core/resourceunit.cpp
/src/core/resourceunit.h
/src/core/tree.cpp
/src/core/watercycle.cpp
455 5072d 01h 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.  
/src/core/model.cpp
/src/core/resourceunit.cpp
/src/core/resourceunit.h
/src/core/watercycle.cpp
/src/iland/mainwindow.cpp
/src/iland/tests.cpp
/src/output/dynamicstandout.cpp
/src/output/managementout.cpp
/src/output/productionout.cpp
/src/output/standdeadout.cpp
/src/output/standout.cpp
431 5151d 15h werner /src/ included the logLevel-Functions at several locations in the source code.
added a option to only display debug messages in the DebugTimer destructor when elapsed time is longer than one millisecond.
 
/src/core/global.h
/src/core/model.cpp
/src/core/modelcontroller.cpp
/src/core/modelsettings.cpp
/src/core/resourceunit.cpp
/src/core/standloader.cpp
/src/core/watercycle.cpp
/src/iland/tests.cpp
/src/tools/globalsettings.cpp
/src/tools/helper.cpp
/src/tools/helper.h
379 5190d 03h werner /src/core/ included switch to use either field capacity or water saturation for water calculations.  
/src/core/watercycle.cpp
377 5191d 04h werner /src/core/ added aging to g_c calculation (WaterCycle).  
/src/core/standstatistics.h
/src/core/watercycle.cpp
372 5198d 16h werner /src/core/ corrected default value for boundary layer conductance (now 0.2)  
/src/core/modelsettings.cpp
/src/core/watercycle.cpp
368 5199d 03h werner /src/ new model settings: laiThresholdForClosedStand, boundaryLayerConductance.
dropped the "evapotranspirationBGC" and the related model settings
 
/src/core/modelsettings.cpp
/src/core/modelsettings.h
/src/core/watercycle.cpp
/src/core/watercycle.h
/src/tools/globalsettings.cpp
367 5199d 03h werner /src/core/ changes in the watercycle.
see http://iland.boku.ac.at/tiki-view_tracker_item.php?itemId=30
the calculation of the effect on the canopy conductance is changed. Now, the combined effects of soil water and vpd response together modify the canopy conductance. In order to do this some structural changes have been necessary. Note: now the response values for vpd and soil water are calculated two times.
 
/src/core/resourceunit.cpp
/src/core/resourceunit.h
/src/core/resourceunitspecies.h
/src/core/species.cpp
/src/core/speciesresponse.cpp
/src/core/speciesresponse.h
/src/core/watercycle.cpp
/src/core/watercycle.h
364 5218d 04h werner /src/ added RU-index to water debug output (and an additional check to test for strange water inputs)  
/src/core/watercycle.cpp
/src/tools/globalsettings.cpp
339 5310d 19h werner /src/ sort debug outputs by the first field (usually date).  
/src/core/watercycle.cpp
/src/core/watercycle.h
/src/tools/globalsettings.cpp
338 5310d 21h werner /src/ see tracker #18: fixes in watercycle.cpp
(calc. soil properties, depletion below species specific minimum-water potential)
 
/src/core/watercycle.cpp
/src/core/watercycle.h
/src/tools/globalsettings.cpp
335 5322d 20h werner /src/core/ issues with watercycle: interception from evaporation (see tracker#16)  
/src/core/climate.cpp
/src/core/watercycle.cpp
/src/core/watercycle.h
334 5322d 22h werner /src/core/ flow from intercepted water to snow for temps <0°  
/src/core/watercycle.cpp
/src/core/watercycle.h
331 5329d 14h werner / changed order in which statistics are calculated: statistics of species and RUs are now cleared immediately before they are refilled (during the growth of individual trees). Now steps between (e.g. water-cycle) can access valid statistics (that are essentially the state of the end of the last year)  
/executable
/src/core/model.cpp
/src/core/resourceunit.cpp
/src/core/watercycle.cpp
304 5339d 22h werner /src/core/ changed parameter name psiMax to psiMin (tracker#6)  
/src/core/species.cpp
/src/core/species.h
/src/core/watercycle.cpp
299 5350d 01h werner /src/ fixed bug with disabled debug outputs
added modified LRI to NPP-debug output
new species parameter "probStressYears".
documentation (wiki-links)
 
/src/core/species.cpp
/src/core/standloader.cpp
/src/core/tree.cpp
/src/core/watercycle.cpp
/src/output/treeout.cpp
/src/tools/globalsettings.cpp
281 5374d 09h werner /src/ setup of the world - remodeled the init-routine in Model, changed the init of stands (also some xml-keys). added a storage for variables local to rseource units (e.g. nitrogenAvailable).  
/src/core/environment.cpp
/src/core/environment.h
/src/core/exception.h
/src/core/model.cpp
/src/core/model.h
/src/core/modelsettings.cpp
/src/core/modelsettings.h
/src/core/resourceunit.cpp
/src/core/resourceunit.h
/src/core/speciesresponse.cpp
/src/core/standloader.cpp
/src/core/standloader.h
/src/core/watercycle.cpp
/src/iland/tests.cpp

Show All