Rev |
Age |
Author |
Path |
Log message |
Diff |
1222 |
3148d 16h |
werner |
/ |
public SVN |
|
1221 |
3148d 16h |
werner |
/branches/ |
public SVN |
|
1220 |
3148d 16h |
werner |
/branches/version1.0/ |
Version 1.0 |
|
1218 |
3148d 18h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1217 |
3148d 18h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1204 |
3161d 22h |
werner |
/branches/iland_regen/src/ |
fixed some text strings (debug messages). |
|
1182 |
3294d 16h |
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 |
3364d 17h |
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 |
3436d 22h |
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 |
3518d 15h |
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 |
3718d 00h |
werner |
/branches/port_qt5_64bit/src/ |
added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files). |
|
1008 |
3779d 12h |
werner |
/branches/port_qt5_64bit/src/ |
Barkbeetle module:
calculation of barkbeetle generations.
and some framework stuff. |
|
981 |
3801d 15h |
werner |
/branches/port_qt5_64bit/src/ |
error strings improved. |
|
977 |
3813d 12h |
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 |
4095d 22h |
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 |
4240d 16h |
werner |
/branches/port_qt5_64bit/src/core/ |
do now allow a value of 0 for "batchYears" in climate. |
|
802 |
4288d 00h |
werner |
/branches/port_qt5_64bit/ |
merge from trunk up to revision 801 |
|
779 |
4420d 18h |
werner |
/branches/port_qt5_64bit/ |
|
|
754 |
4654d 23h |
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 |
4833d 20h |
werner |
/trunk/src/core/ |
fixes of possible memory leakes / problems |
|
732 |
4866d 19h |
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 |
4891d 18h |
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 |
4899d 12h |
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 |
5003d 19h |
werner |
/trunk/src/ |
Necessary changes for GPL licence (i.e. headers in all source files) |
|
653 |
5120d 22h |
werner |
/trunk/src/core/ |
added another possible layout for climate data (including tmin, and tmax). |
|
639 |
5164d 16h |
werner |
/ |
move current content to the "trunk" |
|
553 |
5283d 20h |
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 |
5283d 22h |
werner |
/src/ |
fixed bug when calculating 're' with the day / dayOfMonth confusion. Changed name of the data field to avoid future problems. |
|
485 |
5374d 19h |
werner |
/src/ |
multithreading-bug during calculation of yearly radiation sum |
|
440 |
5484d 20h |
werner |
/src/core/ |
climate: added a pre-calculated value for the 10.5hrs day
including establishment calculation in the normal execution path. |
|
437 |
5485d 19h |
werner |
/src/core/ |
corrected f_env,yr calculation |
|
436 |
5485d 20h |
werner |
/src/ |
climate: added totalRadiation() function
production3pg.cpp: added the calculation of the f_env,yr (total environmental performance of a species) |
|
435 |
5486d 00h |
werner |
/src/core/ |
updates to the establishment routine |
|
414 |
5514d 00h |
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 |
5591d 21h |
werner |
/src/ |
fixed FonStudio (did not compile because version.cpp was missing).
key "randomSamplingEnabled": removed error message when key is false |
|
349 |
5604d 20h |
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 |
5604d 20h |
werner |
/src/core/ |
climate random sampling |
|
342 |
5668d 16h |
werner |
/src/core/ |
use values of CO2. |
|
335 |
5681d 17h |
werner |
/src/core/ |
issues with watercycle: interception from evaporation (see tracker#16) |
|
319 |
5688d 23h |
werner |
/src/ |
loading of the environment |
|