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 2970d 03h werner / public SVN  
1221 2970d 03h werner /branches/ public SVN  
1220 2970d 03h werner /branches/version1.0/ Version 1.0  
1218 2970d 06h werner / clean up repository - make 1.0 trunk again!  
1217 2970d 06h werner / clean up repository - make 1.0 trunk again!  
1104 3258d 10h 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 4090d 01h 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 4109d 11h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
779 4242d 05h werner /branches/port_qt5_64bit/  
737 4655d 07h werner /trunk/ version 0.8.1
this is a bugfix release.
 
697 4782d 02h 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 4825d 06h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 4986d 03h werner / move current content to the "trunk"  
626 5038d 00h werner /src/core/ added some debug timers plus completed the executable directory (added the sqlite-plugin)  
605 5055d 09h werner /src/ added the "rid" (i.e. a unique id per resource unit) in various debug outputs.
added the "shell" of a new carbonflow output.
 
536 5141d 03h 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.
 
436 5307d 07h werner /src/ climate: added totalRadiation() function
production3pg.cpp: added the calculation of the f_env,yr (total environmental performance of a species)
 
367 5379d 12h werner /src/core/ changes in the watercycle.
see http://iland.boku.ac.at/tiki-view_tracker_item.php?itemId=30
the calculation of the effect on the canopy conductance is changed. Now, the combined effects of soil water and vpd response together modify the canopy conductance. In order to do this some structural changes have been necessary. Note: now the response values for vpd and soil water are calculated two times.
 
343 5471d 11h werner /src/ code cleanup, small change in ProductionOut  
329 5510d 04h werner /src/ Debugoutput for daily production responses  
328 5510d 04h werner /src/ daily aggregation of responses; looks good now.  
327 5510d 05h werner /src/ changed mode of radiation calculation  
300 5526d 12h werner /src/ changed CO2 response from yearly to monthly resolution  
281 5554d 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).  
273 5558d 15h 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.  
266 5559d 01h werner /src/ implemented soil water response (phase 1)  
257 5560d 23h werner /src/ added production based (tree) statistics.
StandOut after tree initialization.
some documentation polishing.
 
255 5561d 20h werner /src/ const-ness of Climate.
shell for species response water.
 
248 5564d 18h werner /src/ doxygen doc.  
247 5564d 19h werner /src/ global script object (ScriptGlobal).
Doxygen documentation refinements.
 
230 5567d 16h werner /src/ 3PG work out  
229 5567d 18h werner /src/ 3pg model. fixed a problem with the setup of ResourceUnitSpecies (a classic: a pointer to a vector, which is still growing... grrrrr.... it took hours to find)  
226 5568d 21h werner /src/core/ working on 3pg, the species specific responses and linking it all together.  
212 5574d 22h werner /src/ added LightResponse as a TreeVariable, fixed bug during Light distribution.  
209 5575d 19h werner /src/ Environmental responses:
VPD, Temperature, CO2, Nitrogen
 
208 5576d 00h werner /src/core/ included "Climate" in the model (i.e. list of climates in Model, climate ptr in resource unit, call of response calculation in production().  
193 5580d 20h werner /src/ started species responses (vpd, etc.) and subsequently the climate database loading stuff.