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 2772d 20h werner / public SVN  
1221 2772d 20h werner /branches/ public SVN  
1220 2772d 20h werner /branches/version1.0/ Version 1.0  
1218 2772d 22h werner / clean up repository - make 1.0 trunk again!  
1217 2772d 22h werner / clean up repository - make 1.0 trunk again!  
1182 2918d 19h werner /branches/iland_regen/src/ Torus also effective for seed distribution
new output "SaplingDetails" (super high detail level of individual cohorts)
version information also in ilandc [move version.cpp to core]

[due to a sync problem with the SVN server, some revisions where lost: here they are:]
compiling ilandc

some code clean up - removed old code (sapling.cpp) for sapling trees and establishment.
 
1104 3061d 02h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
779 4044d 21h werner /branches/port_qt5_64bit/  
671 4627d 22h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 4788d 20h werner / move current content to the "trunk"  
547 4910d 00h werner /src/core/ restructured the topLayerWaterContent setting; it is now RU-specific (and not a global parameter)  
546 4910d 02h werner /src/core/ modified calculation of 're' (decay rate for snags), and added new model setting ('topLayerWaterContent') for that purpose. New variable 'waterDeficit' per day in WaterCycle.  
541 4934d 23h werner /src/ included new setting "model.settings.decayReferencePsi"  
536 4943d 20h 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.
 
530 4947d 15h werner /src/ enabled the dynamic coupling of available nitrogen from the soil module with the "available nitrogen" (fertility rating) used for calculations of species responses.  
468 5004d 23h werner /src/ starting the implementation of the snag dynamics submodule.
New class: Snag
added Snag to ResourceUnitSpecies
added links to Snag in Tree
 
391 5164d 23h werner /src/ a rather large update mainly in course of the implementation of seed dispersal.
* integrating the seed dispersal within the model logic
(new function e.g. SpeciesSet::newYear() or SpeciesSet::regeneration()).
* SeedDispersal: implementation of the Seed-Kernel a la TreeMig (see the R-Script on dispersal by Rupert)
Additionally:
new functions (sum(), multiply() for the Grid-template.
 
368 5182d 04h werner /src/ new model settings: laiThresholdForClosedStand, boundaryLayerConductance.
dropped the "evapotranspirationBGC" and the related model settings
 
340 5292d 21h werner /src/ Added "TimeEvents"
improved documentation of Environment.
added CSVFile::values() to retrieve a list of column values.
 
281 5357d 10h 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).  
274 5360d 18h werner /src/ lightResponseClasses (changed in SpeciesSet, Species and Tree)  
240 5368d 15h werner /src/ water cycle yields first results.
implemented a "createStandStatistics()" function, that calculates stocked areas, and statistics after initialization and before the actual model run.
 
239 5368d 18h werner /src/ debug logging of water cycle. embedding of water cycle in model logic.  
226 5371d 14h werner /src/core/ working on 3pg, the species specific responses and linking it all together.  
210 5377d 19h werner /src/ class "Sun", added "site"-varaibles to the project file.  
205 5378d 20h werner /src/ added LightResponse function (modelsettings) to allow examination of various options for the distribution of NPP.  
201 5382d 11h werner /src/core/ delayed temperature calculation.  
200 5382d 12h werner /src/ added "ModelSettings", i.e. a high performant storage for model settings, further spelling resource vs ressource, including the "batch" job feature from fonstudio into iland. added a slot for MainWindow to force a repaint. and much more.