Subversion Repositories public iLand

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1222 3149d 10h werner / public SVN  
1221 3149d 10h werner /branches/ public SVN  
1220 3149d 10h werner /branches/version1.0/ Version 1.0  
1218 3149d 12h werner / clean up repository - make 1.0 trunk again!  
1217 3149d 12h werner / clean up repository - make 1.0 trunk again!  
1104 3437d 16h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
808 4269d 07h 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 4288d 17h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
779 4421d 11h werner /branches/port_qt5_64bit/  
778 4421d 11h werner /trunk/src/output/ fixed typo in output description  
671 5004d 12h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 5165d 09h werner / move current content to the "trunk"  
574 5265d 17h 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 5270d 17h werner /src/output/ added resource unit id (provided by input grid) to almost any output in iLand.  
455 5431d 15h 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 5486d 14h werner /src/ climate: added totalRadiation() function
production3pg.cpp: added the calculation of the f_env,yr (total environmental performance of a species)
 
343 5650d 18h werner /src/ code cleanup, small change in ProductionOut  
328 5689d 11h werner /src/ daily aggregation of responses; looks good now.  
327 5689d 11h werner /src/ changed mode of radiation calculation  
300 5705d 18h werner /src/ changed CO2 response from yearly to monthly resolution  
273 5737d 21h 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 5741d 04h 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 5746d 19h werner /src/ 3pg model, strange behavior of database. Modified the transaction logic (really important for SQLite), but still shows odd behavior.  
228 5748d 02h werner /src/ created output for production details.