Changes between Version 28 and Version 29 of doc/app/iofiles/pids/palm_csd
- Timestamp:
- Oct 9, 2021 9:49:48 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles/pids/palm_csd
v28 v29 66 66 || {{{lai_beta}}} || float ||Parameter for reconstruction of vertical LAD profiles based on tree shape parameters (alpha, beta) and the integral leaf area index after Markkanen et al. (2003). This scheme is used for vegetation patches (parks, forests), where the canopy can be considered to be pseudo-1D and for which usually no information on individual trees is available. || 67 67 || {{{patch_height_default}}} || float ||Default patch height (in m), which is used in the canopy generator to process canopy patches (parks, forests) for which data for individual trees is usually lacking. This parameter comes into affect for data gaps where no other vegetation height is available || 68 || {{{season}}} || string ||As palm_csd can work with different sets of input data regarding leaf area index, this switch parameter can be set to either "summer" or "winter"to select the most suitable leaf area index input file to account for differences in leaf amount. Data for summer is usually from August (fully leaved), while data for winter is usually from April. ||68 || {{{season}}} || string ||As palm_csd can work with different sets of input data regarding leaf area index, this switch parameter can be set to either {{{summer}}} or {{{winter}}} to select the most suitable leaf area index input file to account for differences in leaf amount. Data for summer is usually from August (fully leaved), while data for winter is usually from April. || 69 69 70 70 Example: … … 79 79 lai_beta = 3.0 80 80 patch_height_default = 10.0 81 season = "summer"81 season = summer 82 82 }}} 83 83