Rev |
Age |
Author |
Path |
Log message |
Diff |
1222 |
2958d 05h |
werner |
/ |
public SVN |
|
1221 |
2958d 05h |
werner |
/branches/ |
public SVN |
|
1220 |
2958d 05h |
werner |
/branches/version1.0/ |
Version 1.0 |
|
1218 |
2958d 07h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1217 |
2958d 07h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1104 |
3246d 11h |
werner |
/branches/iland_regen/ |
Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone |
|
1044 |
3421d 07h |
werner |
/branches/port_qt5_64bit/src/ |
implementing the interaction between bark beetle and wind disturbances;
introduced new flags to mark the reason why trees died when they do die, and a mechanism that allows disturbance modules to being notified when trees die. This involved the creation of a new "DisturbanceInterface". |
|
914 |
3869d 02h |
werner |
/branches/port_qt5_64bit/src/ |
finish of the stand split thing
many other tweaks in ABE land. |
|
848 |
4057d 05h |
werner |
/branches/port_qt5_64bit/src/ |
advanced management functions for FUNDIV project
* create shapes (defined by mathematical functions) in stand grids
* filter not only based on boolean, but on continuous functions (0..1, values are seen as probabilities) |
|
825 |
4063d 11h |
werner |
/branches/port_qt5_64bit/src/core/ |
modified API of management. QJSEngine has problems with overloaded slots (kill() and manage() functions in management). |
|
793 |
4106d 05h |
werner |
/branches/port_qt5_64bit/src/ |
Move from QScriptEngine to QJSEngine (=V8). Most of the stuff was quite smooth, but there are some open issues.
• Global functions (“print”, “include”, “alert”) are commented out (could be solved by moving functions to the “Globals” object and by creating alias JS-functions, i.e. function alert(x) {Globals.alert(x); } )
• Object creation: “new XXX”, XXX=ClimateConverter, CSVFile, … does not work now
possible solution: factory-pattern (i.e. var csv = Globals.newCSV()) |
|
779 |
4230d 06h |
werner |
/branches/port_qt5_64bit/ |
|
|
767 |
4409d 00h |
werner |
/trunk/src/ |
larger restructuring of code (moving scripting related parts)
adding a shell for "spatialAnalysis".
In the future, a cleanup of all the "spatial" grids/maps/stuff is necessary... |
|
671 |
4813d 07h |
werner |
/trunk/src/ |
Necessary changes for GPL licence (i.e. headers in all source files) |
|
639 |
4974d 05h |
werner |
/ |
move current content to the "trunk" |
|
607 |
5040d 04h |
werner |
/src/core/ |
smaller fixes:
* error when exporting ESRI files
* a new JS function "slashSnags()" for managing standing dead trees
* handling of newly burnt tree when removing carbon due to a fire event |
|
604 |
5043d 11h |
werner |
/src/core/ |
fixed wrong biomass removal fractions (for soil and for management) |
|
579 |
5074d 03h |
werner |
/src/core/ |
plenty of new/modified functions in the javascript interface of the management class. e.g. randomize(), mean(), sum(), new kill() and manage() functions. |
|
566 |
5081d 12h |
werner |
/src/ |
extended management: modify carbon content of soil / swd pools.
slightly modifications to the CSVFile JS API (value(row, name)-function). |
|
565 |
5085d 02h |
werner |
/src/ |
additional functionality to the management module:
added a way to extract per id within a MapGrid also the area shares per resource unit; this together with a new (not finished) scriptable management function allows for influencing soil carbon pools with means of management (used for HJA fire simulations). |
|