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 2770d 02h werner / public SVN  
1221 2770d 02h werner /branches/ public SVN  
1220 2770d 02h werner /branches/version1.0/ Version 1.0  
1218 2770d 04h werner / clean up repository - make 1.0 trunk again!  
1217 2770d 04h werner / clean up repository - make 1.0 trunk again!  
1204 2783d 08h werner /branches/iland_regen/src/ fixed some text strings (debug messages).  
1182 2916d 02h 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.
 
1157 2988d 11h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1104 3058d 09h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
1087 3129d 02h werner /branches/port_qt5_64bit/src/ added "flushing" of log messages.
fixed a bug when some resource units were 0 in setting up the wind module.
 
1081 3140d 01h 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!
 
1075 3150d 04h werner /branches/port_qt5_64bit/src/ilandc/ allowed changing log-directory in ilandc.  
994 3413d 07h werner /branches/port_qt5_64bit/src/ilandc/ error handling in console shell  
989 3414d 06h werner /branches/port_qt5_64bit/src/ removed the QT GUI library dependency for the console variant of iLand. For this some #ifdef were required.  
984 3414d 09h werner /branches/port_qt5_64bit/src/ fix warnings  
947 3549d 04h werner /branches/port_qt5_64bit/src/ little change to make ilandc compile, more verbose error message for external seeds  
837 3870d 06h werner /branches/port_qt5_64bit/src/ * added total carbon to stand output
* created a new output "landscape" for stand aggregates on landscape level (per species)
* improved error handling ModelController
* improved ilandc: now model settings can be changed via command line (and javascript function can be called)
* finalized "background external seeds"
 
780 4029d 05h werner /branches/port_qt5_64bit/src/ Steps to build iLand with Qt 5 and with MSVC compiler and 64 bit.
http://iland.boku.ac.at/blogpost44

removed also a couple of warnings that were thrown by the MSVC compiler.
 
779 4042d 04h werner /branches/port_qt5_64bit/  
760 4254d 10h werner /trunk/src/ improved the ilandc version, removed a bug with trying to show a message box in the non-GUI version; ilandc runs now quite stable (e.g. 11 replicates of HJA fire simulations without problems)  
704 4577d 01h werner /trunk/ Speed-Patch!
fixing the missing "&" in the const Grid<float> seedMap() const { return mSeedMap; } ///< access to the seedMap
function. This dramatically improves the performance of the model. Lots of time was lost in duplicating the seedmaps for each species * resourceunit.
in addition: limited max-size of the logging QPlainTextEdit; this could maybe stop iLand from crashing....
 
679 4619d 04h werner /trunk/ several improvements of the console application ilandc.exe  
678 4619d 05h werner /trunk/src/ Created initial version of the console based iLand.
The console application will get the nice name: "ilandc".