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
808 3858d 10h 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 3877d 20h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
779 4010d 14h werner /branches/port_qt5_64bit/  
778 4010d 14h werner /trunk/src/output/ fixed typo in output description  
671 4593d 15h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 4754d 12h werner / move current content to the "trunk"  
574 4854d 20h 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 4859d 20h werner /src/output/ added resource unit id (provided by input grid) to almost any output in iLand.  
455 5020d 19h 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.  
436 5075d 17h werner /src/ climate: added totalRadiation() function
production3pg.cpp: added the calculation of the f_env,yr (total environmental performance of a species)
 
343 5239d 21h werner /src/ code cleanup, small change in ProductionOut  
328 5278d 14h werner /src/ daily aggregation of responses; looks good now.  
327 5278d 14h werner /src/ changed mode of radiation calculation  
300 5294d 21h werner /src/ changed CO2 response from yearly to monthly resolution  
273 5327d 00h werner /src/ changed the way of aggregating the daily environmental responses. Now, the minimum of the response values for vpd, temperature and soil water is calculated daily and aggregated for each month. the utilizable radiation then is simply rad*avg_min_response. Brief tests showed, that the difference to the "old" multiplicative approach is not very large.  
251 5330d 07h werner /src/ Light-Redistribution: Changed again (12.10.2009). LRI of trees are now modified with a modifier based on stockedarea*beerLambert-fraction (pPar). The modified LRI is then used to calculate a light response. The light response * leafarea eventually acts as the share of GPP assigned to a particular tree.  
231 5335d 22h werner /src/ 3pg model, strange behavior of database. Modified the transaction logic (really important for SQLite), but still shows odd behavior.  
228 5337d 05h werner /src/ created output for production details.