Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Details about "dynamic land use" files of CLM

Status
Not open for further replies.
I have two questions about "dynamic land use" files of clm and I hope soneone can help me.1  What is the unit of "harvest from primary forest" in this file? (most values of this variable are less than 0.006)2  In this file, pft dimension is 17, however, in the Technical Description for CLM4.5, only 15 different PTFs are defined, so I wonder details about these 17 different PTFs.Thank you for your help!
Chengwei Li
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
I think that the units are:       ! If this is a tree pft, then      ! get the annual harvest "mortality" rate (am) from harvest array      ! and convert to rate per second      if (ivt(p) > noveg .and. ivt(p) < nbrdlf_evr_shrub) then          if (do_harvest) then            am = harvest(g)            m  = am/(days_per_year * secspday)         else            m = 0._r8         end if so, fraction per year, then converted to fraction per second. Bare soil is pft "0" and then there is a generic crop type that is not used (pft "16").  So, there are 17 pfts (0-16).
 
Status
Not open for further replies.
Top