Subversion Repositories public iLand

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
554 5013d 11h werner / new version - somewhat intermediate.
contains the *next* version of 're' calculation and seems to have still problems with the PET calculation. This version is solely for testing purposes.
 
553 5013d 12h werner /src/core/ another variant to calculate 're', following Adair et al 2008. Based on monthly sums of precipitation and PET. PET is calculated during the water cycle, monthly precipitation is summed in the climate object itself.  
547 5015d 13h werner /src/core/ restructured the topLayerWaterContent setting; it is now RU-specific (and not a global parameter)  
546 5015d 15h werner /src/core/ modified calculation of 're' (decay rate for snags), and added new model setting ('topLayerWaterContent') for that purpose. New variable 'waterDeficit' per day in WaterCycle.  
540 5040d 12h werner /src/ removed the storage of rel. water content in water cycle module; changed the way the climate modifier (re) for snag/soil decay is calculated.
Added the coarse wood of died trees to the 5-year decay pattern of branches (and renamed therefore to otherWood).
 
504 5084d 08h werner /src/ New output for "saplings"  
503 5084d 09h werner /src/ water cycle: fixed a regression with the calculation of average aging.
added "canopyConductance" as variable for resource units.
added a GUI option to change the current log level.
 
502 5084d 14h 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.  
496 5101d 14h 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  
484 5104d 13h werner /src/ modified release of memory of trees; QVector::resere() does not actually shrink memory; so now "squeeze()" is used.  
482 5104d 14h werner /src/core/ fixed bug that recruited trees modified the average aging calculation; added some diagnostic code here and there.  
455 5160d 14h 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.  
431 5240d 04h 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.
 
379 5278d 17h werner /src/core/ included switch to use either field capacity or water saturation for water calculations.  
377 5279d 17h werner /src/core/ added aging to g_c calculation (WaterCycle).  
372 5287d 06h werner /src/core/ corrected default value for boundary layer conductance (now 0.2)  
368 5287d 17h werner /src/ new model settings: laiThresholdForClosedStand, boundaryLayerConductance.
dropped the "evapotranspirationBGC" and the related model settings
 
367 5287d 17h 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.
 
364 5306d 17h werner /src/ added RU-index to water debug output (and an additional check to test for strange water inputs)  
339 5399d 09h werner /src/ sort debug outputs by the first field (usually date).  
338 5399d 10h werner /src/ see tracker #18: fixes in watercycle.cpp
(calc. soil properties, depletion below species specific minimum-water potential)
 
335 5411d 10h werner /src/core/ issues with watercycle: interception from evaporation (see tracker#16)  
334 5411d 11h werner /src/core/ flow from intercepted water to snow for temps <0°  
331 5418d 03h 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)  
304 5428d 12h werner /src/core/ changed parameter name psiMax to psiMin (tracker#6)  
299 5438d 15h werner /src/ fixed bug with disabled debug outputs
added modified LRI to NPP-debug output
new species parameter "probStressYears".
documentation (wiki-links)
 
281 5462d 23h 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).  
271 5466d 20h werner /src/ watercycle now counts evaporation from crown separately, fixed bookkeeping error in watercycle debug output.  
269 5467d 03h werner /src/ changed waterholding capacity to "soilDepth", started with "Environment".  
268 5467d 05h werner /src/core/ calculate permanent wilting point by weighing species-specifc psiMax value based on LAI on a resource unit.  
266 5467d 06h werner /src/ implemented soil water response (phase 1)  
256 5469d 06h werner /src/core/ Evaporation calculation after 3PG (Landsberg and Waring). evapotranspiration3PG() (the old cold is still there as evapotranspirationBGC()).  
255 5470d 01h werner /src/ const-ness of Climate.
shell for species response water.
 
246 5473d 02h werner /src/core/ documentation, fixed bug that climate started with 2nd year.  
241 5474d 01h werner /src/core/ watercycle within the model sequence.  
240 5474d 04h werner /src/ water cycle yields first results.
implemented a "createStandStatistics()" function, that calculates stocked areas, and statistics after initialization and before the actual model run.
 
239 5474d 07h werner /src/ debug logging of water cycle. embedding of water cycle in model logic.  
238 5474d 08h werner /src/core/ finished basic coding of evapotranspiration.  
237 5474d 22h werner /src/ new WaterCycle. Until now, Snow, crown interception and parts of the transpiration are included.