Rev |
Age |
Author |
Path |
Log message |
Diff |
1222 |
3060d 19h |
werner |
/ |
public SVN |
|
1221 |
3060d 19h |
werner |
/branches/ |
public SVN |
|
1220 |
3060d 19h |
werner |
/branches/version1.0/ |
Version 1.0 |
|
1218 |
3060d 21h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1217 |
3060d 21h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1204 |
3074d 01h |
werner |
/branches/iland_regen/src/ |
fixed some text strings (debug messages). |
|
1182 |
3206d 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. |
|
1164 |
3276d 20h |
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 |
3349d 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 |
|
1081 |
3430d 18h |
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 |
3630d 03h |
werner |
/branches/port_qt5_64bit/src/ |
added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files). |
|
1008 |
3691d 15h |
werner |
/branches/port_qt5_64bit/src/ |
Barkbeetle module:
calculation of barkbeetle generations.
and some framework stuff. |
|
981 |
3713d 18h |
werner |
/branches/port_qt5_64bit/src/ |
error strings improved. |
|
977 |
3725d 15h |
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 |
4008d 01h |
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 |
4152d 20h |
werner |
/branches/port_qt5_64bit/src/core/ |
do now allow a value of 0 for "batchYears" in climate. |
|
802 |
4200d 03h |
werner |
/branches/port_qt5_64bit/ |
merge from trunk up to revision 801 |
|
779 |
4332d 21h |
werner |
/branches/port_qt5_64bit/ |
|
|
754 |
4567d 02h |
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 |
4745d 23h |
werner |
/trunk/src/core/ |
fixes of possible memory leakes / problems |
|
732 |
4778d 22h |
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 |
4803d 21h |
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 |
4811d 15h |
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 |
4915d 22h |
werner |
/trunk/src/ |
Necessary changes for GPL licence (i.e. headers in all source files) |
|
653 |
5033d 01h |
werner |
/trunk/src/core/ |
added another possible layout for climate data (including tmin, and tmax). |
|
639 |
5076d 19h |
werner |
/ |
move current content to the "trunk" |
|
553 |
5195d 23h |
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 |
5196d 01h |
werner |
/src/ |
fixed bug when calculating 're' with the day / dayOfMonth confusion. Changed name of the data field to avoid future problems. |
|
485 |
5286d 23h |
werner |
/src/ |
multithreading-bug during calculation of yearly radiation sum |
|
440 |
5397d 00h |
werner |
/src/core/ |
climate: added a pre-calculated value for the 10.5hrs day
including establishment calculation in the normal execution path. |
|
437 |
5397d 23h |
werner |
/src/core/ |
corrected f_env,yr calculation |
|
436 |
5397d 23h |
werner |
/src/ |
climate: added totalRadiation() function
production3pg.cpp: added the calculation of the f_env,yr (total environmental performance of a species) |
|
435 |
5398d 03h |
werner |
/src/core/ |
updates to the establishment routine |
|
414 |
5426d 03h |
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 |
5504d 00h |
werner |
/src/ |
fixed FonStudio (did not compile because version.cpp was missing).
key "randomSamplingEnabled": removed error message when key is false |
|
349 |
5516d 23h |
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 |
5516d 23h |
werner |
/src/core/ |
climate random sampling |
|
342 |
5580d 20h |
werner |
/src/core/ |
use values of CO2. |
|
335 |
5593d 21h |
werner |
/src/core/ |
issues with watercycle: interception from evaporation (see tracker#16) |
|
319 |
5601d 02h |
werner |
/src/ |
loading of the environment |
|