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
339 5401d 04h werner /src/ sort debug outputs by the first field (usually date).  
338 5401d 06h werner /src/ see tracker #18: fixes in watercycle.cpp
(calc. soil properties, depletion below species specific minimum-water potential)
 
335 5413d 05h werner /src/core/ issues with watercycle: interception from evaporation (see tracker#16)  
334 5413d 07h werner /src/core/ flow from intercepted water to snow for temps <0°  
331 5419d 22h 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 5430d 07h werner /src/core/ changed parameter name psiMax to psiMin (tracker#6)  
299 5440d 10h werner /src/ fixed bug with disabled debug outputs
added modified LRI to NPP-debug output
new species parameter "probStressYears".
documentation (wiki-links)
 
281 5464d 18h 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 5468d 16h werner /src/ watercycle now counts evaporation from crown separately, fixed bookkeeping error in watercycle debug output.  
269 5468d 22h werner /src/ changed waterholding capacity to "soilDepth", started with "Environment".  
268 5469d 00h werner /src/core/ calculate permanent wilting point by weighing species-specifc psiMax value based on LAI on a resource unit.  
266 5469d 01h werner /src/ implemented soil water response (phase 1)  
256 5471d 02h werner /src/core/ Evaporation calculation after 3PG (Landsberg and Waring). evapotranspiration3PG() (the old cold is still there as evapotranspirationBGC()).  
255 5471d 20h werner /src/ const-ness of Climate.
shell for species response water.
 
246 5474d 21h werner /src/core/ documentation, fixed bug that climate started with 2nd year.  
241 5475d 20h werner /src/core/ watercycle within the model sequence.  
240 5475d 23h 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 5476d 02h werner /src/ debug logging of water cycle. embedding of water cycle in model logic.  
238 5476d 03h werner /src/core/ finished basic coding of evapotranspiration.  
237 5476d 18h werner /src/ new WaterCycle. Until now, Snow, crown interception and parts of the transpiration are included.