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
1218 2783d 04h werner / clean up repository - make 1.0 trunk again!  
1217 2783d 04h werner / clean up repository - make 1.0 trunk again!  
1157 3001d 10h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1104 3071d 08h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
1101 3079d 08h werner /branches/port_qt5_64bit/src/ changes the names of some ABE JS function to run with Qt5.5
e.g.: basalArea(i) -> speciesBasalArea(i)
 
816 3895d 22h werner /branches/port_qt5_64bit/ merge from iLand trunk (e.g. the new in() function for expressions)

now first (+-) working version of the bridging of Javascript and C++ world.
 
802 3922d 09h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
798 3924d 03h werner /branches/port_qt5_64bit/ some comments, maximum number of years of simulations changed to 10000  
779 4055d 03h werner /branches/port_qt5_64bit/  
698 4594d 22h werner /trunk/ more documentation fixes.
Including some nicer styling for the doxygen documentation (larger fonts, more line spacing, iLand logos).
 
697 4595d 00h werner /trunk/ Doxygen documentation revisited.
After re-establishing doxygen documentation (last update: 2009) a lot of smaller/medium documentation fixes.
Documentation is something that could definitely be always improved ;)
 
671 4638d 04h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 4799d 02h werner / move current content to the "trunk"  
536 4954d 02h werner /src/core/ update the calculation of belowground allocation. Due to a mishap an error was in there (a difference in implementation and concept). In short, the fraction of utilizable and global radiaton was not in the formula.
german info:
Eq. S13: ok, gut das wir da noch einmal gecheckt haben. Sollte so sein wie urspruenglich im Supplement (und auch im Wiki), also mit dem uAPAR/APAR ratio und fN. In fact, wenn die Pflanze Trockenstress hat, sollte mehr in die Wurzeln gehen, das ist die Logik dahinter. Ich nehm mal an das das einiges aendert, wir sollten es aber bereinigen. Kannst es mir ev. im project file als switch anlegen? Dann kann ich den Effekt besser testen. Thx und sorry fuer ev. Unklarheiten in der Kommunikation.

--> ok. da gibt es ein neues setting: "usePARFractionBelowGroundAllocation" (in "model.settings") . Wenn true (das ist auch default), dann wird das so gerechnet wie im paper, mit false ist es die "alte" und falsche variante. Und wahrscheinlich hab ich das versemmelt und irgendwie übersehen - es tut eher mir leid, wenn du jetzt deswegen noch recht viel arbeit hast... sorry.
 
513 4980d 05h werner /src/core/ fixed a nasty bug: if one tree species succeeded to establish on a formerly empty RU, the saplings of other species were killed (well, not directly, but the environment was not recalculated leading to a f_env value of 0).  
485 5009d 05h werner /src/ multithreading-bug during calculation of yearly radiation sum  
483 5009d 07h werner /src/core/ recruitment: recruit the number of individuals provided by the Reineke equation.
(correct spelling error: reinecke -> reineke)
 
480 5009d 11h werner /src/ debug message for fenvyr>1,
open file convenience
 
467 5015d 10h werner /src/core/ added species-parameter "sapReferenceFactor" (for calculation of f_env,yr for sapling growth).  
440 5119d 06h werner /src/core/ climate: added a pre-calculated value for the 10.5hrs day
including establishment calculation in the normal execution path.
 
437 5120d 05h werner /src/core/ corrected f_env,yr calculation  
436 5120d 06h werner /src/ climate: added totalRadiation() function
production3pg.cpp: added the calculation of the f_env,yr (total environmental performance of a species)
 
369 5192d 09h werner /src/ * multithreading for 3pg production (crashes)
* do 3PG calculation only if this RU has some leafarea of a species (added clear() functions)
* added GUI-accessible speciesindex-variable for trees
 
327 5323d 03h werner /src/ changed mode of radiation calculation  
300 5339d 10h werner /src/ changed CO2 response from yearly to monthly resolution  
280 5367d 23h werner /src/ Creation of the "Environment" class (loading of the "world" into iLand).
- added setter-functions to XmlHelper
- added auxiliary functions to CSVFile
- smaller changes to a bunch of other files.
 
273 5371d 13h 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 5374d 20h 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.  
230 5380d 14h werner /src/ 3PG work out  
228 5381d 18h werner /src/ created output for production details.  
227 5381d 19h werner /src/core/ 3pg production, documentation polish  
226 5381d 20h werner /src/core/ working on 3pg, the species specific responses and linking it all together.  
215 5387d 12h werner /src/core/ distribution of GPP - what a mess...  
189 5394d 11h iland /src/ finished ressource vs. resource struggle, some cleanup within xml file
reading.
 
170 5400d 17h werner /src/ added a "age" to trees (Tree, also Treewrapper, also StandLoader). Used by aging.  
146 5407d 22h werner /src/core/ server repository test  
137 5409d 13h Werner /src/ rework of the growing process, also debugging outputs etc.  
134 5410d 12h Werner /src/core/ tree production. there is an error treating different units in the grow_diameter function - but too tired too track it down now...  
133 5410d 14h Werner /src/ working on 3pg->tree->production-chain. added another debug-output.  
115 5416d 18h Werner /src/core/ moved 3PG class to RessourceUnitSpecies.