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 2778d 11h werner / public SVN  
1221 2778d 11h werner /branches/ public SVN  
1220 2778d 11h werner /branches/version1.0/ Version 1.0  
1218 2778d 13h werner / clean up repository - make 1.0 trunk again!  
1217 2778d 13h werner / clean up repository - make 1.0 trunk again!  
1204 2791d 17h werner /branches/iland_regen/src/ fixed some text strings (debug messages).  
1182 2924d 10h 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.
 
1164 2994d 11h werner /branches/iland_regen/src/ found unexpected behavior of irandom(): obviously, it return *never* the upper bound.
eg. irandom(0,3) -> values 0,1, or 2, but never 3.
changed calls to irandom() accordingly.
added also a better random selection of species in the establishment routine
 
1104 3066d 17h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
1081 3148d 10h werner /branches/port_qt5_64bit/src/ created a new javascript wrapper for the iLand "grid" class. This includes some processing (e.g. calculate using expressions), and some function to retrieve grids from iLand (e.g. damage data from disturbance modules, height grid).
fancy!
 
1033 3347d 19h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
1008 3409d 07h werner /branches/port_qt5_64bit/src/ Barkbeetle module:
calculation of barkbeetle generations.
and some framework stuff.
 
981 3431d 10h werner /branches/port_qt5_64bit/src/ error strings improved.  
977 3443d 07h werner /branches/port_qt5_64bit/src/ working on ABE-Paper --- more power to the agents
Create a ramp for temperature/precip timeevents.
Some bug-fixes.
 
894 3725d 17h werner /branches/port_qt5_64bit/src/core/ added setting 'filter' to model.climate to allow selecting a subset of the climate data for the simulation.
added a landscape synchronous random sampling of years.
 
859 3870d 11h werner /branches/port_qt5_64bit/src/core/ do now allow a value of 0 for "batchYears" in climate.  
802 3917d 19h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
779 4050d 12h werner /branches/port_qt5_64bit/  
754 4284d 17h werner /trunk/src/core/ undone a change in #732 (the fallback of loading climate without tmax). no idea why this was changed in the first place. Now the HJA simulations do run again.  
735 4463d 15h werner /trunk/src/core/ fixes of possible memory leakes / problems  
732 4496d 14h werner /trunk/src/ initialization of trees with given tree heights. The tree height data (e.g. Lidar data) is loaded from a GIS grid file.
some additional changes with painting different grids.
added also an option to use mapgrids without the 'spatial index' (e.g. for float grids on height grid resolution).
 
721 4521d 13h werner /trunk/src/ towards wind module v01:
* calculate soil temperature in wind module
* change turning coefficient calculation (wind module)
* calculate mean temperatures in climate
 
720 4529d 07h werner /trunk/src/ fixed a problem when trees died in disturbance and the (unupdated) statistics were used (e.g. the LAI for calculating the water cycle). Now for affected resource units, not only the treelists but also the RU-statistics are updated.
implemented a "radiating" mechanism of border cells. If stand-grid-cells (i.e. 10m height grid resolution) are marked as "outside and forest", then the cells "radiate" some influence on the LIF into the project area. Thus, trees on the edge of the project do *not* have properties of trees standing on a stand edge. Currently, the form/amount of this edge-effect is hard coded.
 
671 4633d 13h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
653 4750d 17h werner /trunk/src/core/ added another possible layout for climate data (including tmin, and tmax).  
639 4794d 11h werner / move current content to the "trunk"  
553 4913d 15h werner /src/core/ another variant to calculate 're', following Adair et al 2008. Based on monthly sums of precipitation and PET. PET is calculated during the water cycle, monthly precipitation is summed in the climate object itself.  
552 4913d 16h werner /src/ fixed bug when calculating 're' with the day / dayOfMonth confusion. Changed name of the data field to avoid future problems.  
485 5004d 14h werner /src/ multithreading-bug during calculation of yearly radiation sum  
440 5114d 15h werner /src/core/ climate: added a pre-calculated value for the 10.5hrs day
including establishment calculation in the normal execution path.
 
437 5115d 14h werner /src/core/ corrected f_env,yr calculation  
436 5115d 15h werner /src/ climate: added totalRadiation() function
production3pg.cpp: added the calculation of the f_env,yr (total environmental performance of a species)
 
435 5115d 19h werner /src/core/ updates to the establishment routine  
414 5143d 19h werner /src/ added minimum climate to the iLand climate file.
added the new field to the climateconverter javascript binding class
added a new button in the GUI to select a JavaScript file (downside: management must be active... and selected file overwrites management choice)
 
356 5221d 16h werner /src/ fixed FonStudio (did not compile because version.cpp was missing).
key "randomSamplingEnabled": removed error message when key is false
 
349 5234d 15h werner /src/ tested behavior of irandom(from, to). It is clear now, that results are [from, to], i.e. the upper value is also returned. Be careful when using for querying an index for a list/vector.  
348 5234d 15h werner /src/core/ climate random sampling  
342 5298d 11h werner /src/core/ use values of CO2.  
335 5311d 12h werner /src/core/ issues with watercycle: interception from evaporation (see tracker#16)  
319 5318d 18h werner /src/ loading of the environment