BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Українська - Ukrainian
Oëzbekcha - Uzbek
Subversion Repositories
public iLand
(root)
/
src
/
core
/
watercycle.cpp
- Rev 1222
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
1222
3059d 16h
werner
/
public SVN
1221
3059d 16h
werner
/branches/
public SVN
1220
3059d 16h
werner
/branches/version1.0/
Version 1.0
1218
3059d 18h
werner
/
clean up repository - make 1.0 trunk again!
1217
3059d 18h
werner
/
clean up repository - make 1.0 trunk again!
1157
3278d 01h
werner
/branches/iland_regen/
merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).
1104
3347d 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
965
3767d 12h
werner
/branches/port_qt5_64bit/src/
move to qt5.4
946
3844d 16h
werner
/branches/port_qt5_64bit/src/core/
again fixing the interception: the formula for calculating the potential interception was:
P * (1 - fall_thru_fraction * LAI_group/LAI_total)
this is wrong!
correct:
P * ( 1 - fall_thru_fraction) * LAI_group/LAI
the error was introduced by using the formulation in PICUS (and here the problem became apparent)....
945
3844d 20h
werner
/branches/port_qt5_64bit/src/core/
changed the way interception is calculated when both broadleaved and coniferous trees are present on a RU. In the old version, the maximum intercepted amount of precip could be higher for mixed forests than for forests of broadleaved/coniferous alone (with the same total LAI). Now the maximum is calculated based on the share of coniferous LAI; in a second step it is estimated which part of that potential is actually realized.
808
4179d 14h
werner
/branches/port_qt5_64bit/src/
implementing FOME.
* splitting "helper.cpp" into several files (debugtimer.h, statdata.h, viewport.h) (and changing lots of includes)
* implementing setup of activities (extracting from Javascript)
802
4199d 00h
werner
/branches/port_qt5_64bit/
merge from trunk up to revision 801
781
4318d 17h
werner
/branches/port_qt5_64bit/src/
tried to compile also for MSVC 2010 32bit
779
4331d 18h
werner
/branches/port_qt5_64bit/
777
4401d 19h
werner
/trunk/src/
removed a couple of warnings (partly using Q_UNUSED but also dropping of parameters)
723
4800d 19h
werner
/trunk/src/
included a switch to determine the handling of freezing/frozen soil.
720
4810d 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.
697
4871d 15h
werner
/trunk/
Doxygen documentation revisited.
After re-establishing doxygen documentation (last update: 2009) a lot of smaller/medium documentation fixes.
Documentation is something that could definitely be always improved ;)
680
4906d 22h
werner
/trunk/
Version 0.7.1
Several improvements/fixes in the Fire module, inter alia:
* fire size distribution
* handling of burning snags
* improved scripting support (export spread pattern als ESRI grid)
* fix in watercylce for kbdi-calculation
671
4914d 19h
werner
/trunk/src/
Necessary changes for GPL licence (i.e. headers in all source files)
←Prev
1
2
Next→
Show All