BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Українська - Ukrainian
Oëzbekcha - Uzbek
Subversion Repositories
public iLand
(root)
/
src
/
output
/
productionout.cpp
- Rev 1222
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
1222
3060d 03h
werner
/
public SVN
1221
3060d 03h
werner
/branches/
public SVN
1220
3060d 03h
werner
/branches/version1.0/
Version 1.0
1218
3060d 05h
werner
/
clean up repository - make 1.0 trunk again!
1217
3060d 05h
werner
/
clean up repository - make 1.0 trunk again!
1104
3348d 09h
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
4180d 00h
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
4199d 10h
werner
/branches/port_qt5_64bit/
merge from trunk up to revision 801
779
4332d 04h
werner
/branches/port_qt5_64bit/
778
4332d 04h
werner
/trunk/src/output/
fixed typo in output description
671
4915d 05h
werner
/trunk/src/
Necessary changes for GPL licence (i.e. headers in all source files)
639
5076d 02h
werner
/
move current content to the "trunk"
574
5176d 10h
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
5181d 10h
werner
/src/output/
added resource unit id (provided by input grid) to almost any output in iLand.
455
5342d 08h
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
5397d 07h
werner
/src/
climate: added totalRadiation() function
production3pg.cpp: added the calculation of the f_env,yr (total environmental performance of a species)
343
5561d 11h
werner
/src/
code cleanup, small change in ProductionOut
328
5600d 04h
werner
/src/
daily aggregation of responses; looks good now.
327
5600d 04h
werner
/src/
changed mode of radiation calculation
300
5616d 11h
werner
/src/
changed CO2 response from yearly to monthly resolution
273
5648d 14h
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
5651d 21h
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
5657d 12h
werner
/src/
3pg model, strange behavior of database. Modified the transaction logic (really important for SQLite), but still shows odd behavior.
228
5658d 19h
werner
/src/
created output for production details.