Rev |
Age |
Author |
Path |
Log message |
Diff |
1222 |
3148d 20h |
werner |
/ |
public SVN |
|
1221 |
3148d 20h |
werner |
/branches/ |
public SVN |
|
1220 |
3148d 20h |
werner |
/branches/version1.0/ |
Version 1.0 |
|
1218 |
3148d 22h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1217 |
3148d 22h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1104 |
3437d 03h |
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 |
3611d 22h |
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 |
4059d 18h |
werner |
/branches/port_qt5_64bit/src/ |
finish of the stand split thing
many other tweaks in ABE land. |
|
848 |
4247d 21h |
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 |
4254d 02h |
werner |
/branches/port_qt5_64bit/src/core/ |
modified API of management. QJSEngine has problems with overloaded slots (kill() and manage() functions in management). |
|
793 |
4296d 20h |
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 |
4420d 22h |
werner |
/branches/port_qt5_64bit/ |
|
|
767 |
4599d 15h |
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 |
5003d 23h |
werner |
/trunk/src/ |
Necessary changes for GPL licence (i.e. headers in all source files) |
|
639 |
5164d 20h |
werner |
/ |
move current content to the "trunk" |
|
607 |
5230d 19h |
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 |
5234d 02h |
werner |
/src/core/ |
fixed wrong biomass removal fractions (for soil and for management) |
|
579 |
5264d 18h |
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 |
5272d 03h |
werner |
/src/ |
extended management: modify carbon content of soil / swd pools.
slightly modifications to the CSVFile JS API (value(row, name)-function). |
|
565 |
5275d 17h |
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). |
|
564 |
5275d 19h |
werner |
/src/ |
Improvements of the Management API and functionality.
new functionality:
* killSaplings() -> use a "MapGrid" and remove small trees specifically
* properties defining biomass remove fractions during management
Now the tree list of the management object is cleaned up after a management, i.e. successive managements without reloading the tree list are possible. |
|
555 |
5283d 21h |
werner |
/src/core/ |
solved the problem of passing QObject-derived objects from scripts to slots of other qobject-derived objects. |
|
552 |
5284d 02h |
werner |
/src/ |
fixed bug when calculating 're' with the day / dayOfMonth confusion. Changed name of the data field to avoid future problems. |
|
544 |
5309d 01h |
werner |
/src/ |
MapGrid rocks! It is quite easy now to write - for instance - a management based on polygon defined by a grid; (see the "test" for this case). |
|
414 |
5514d 04h |
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) |
|
294 |
5729d 08h |
werner |
/src/ |
lots of scripting stuff: new global functions (include, alert)
new methods of the "Globals" javascript object (set, setting, addTrees, ...) |
|
250 |
5740d 18h |
werner |
/src/ |
Management scripting, scripting general. |
|
217 |
5752d 13h |
werner |
/src/ |
"script-window" in mainwindow, fixed error in partitioning when NPP was 0. |
|
216 |
5752d 14h |
werner |
/src/ |
created a more sophisticated management routine using javascript. |
|
200 |
5758d 13h |
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. |
|
186 |
5760d 12h |
werner |
/src/ |
management 1st version running |
|
185 |
5760d 12h |
werner |
/src/ |
started Management, my first javascript function executes... great. |
|