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

Is there any component configuration that allows the percentage of natural vegetation to vary with time ?

Status
Not open for further replies.

Xueli Huo

Member
Hi,

I am using CLM5 with the input surface data surfdata_0.9x1.25_78pfts_CMIP6_simyr2000_c170824.nc
PCT_NATVEG (total percent natural vegetation landunit) and PCT_NAT_PFT (percent plant functional type on the natural veg landunit) are constant through time.
Is there any component configuration for CLM5 that allows the percentage of natural vegetation to vary with time ?
And in which case (CLM_FATES ?) the percentage of natural vegetation is the necessary restart variable stored in restart file for CLM ?

Sincerely,
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
Generally, the compsets with "HIST" or "SSP" in the name, e.g., IHistClm50BgcCrop, allow for natural vegetation (and crop) to vary with time.

You will see this in the lnd_in for such a case. The changes in vegetation are specified by the flanduse_timeseries file.

&dynamic_subgrid
do_harvest = .true.
do_transient_crops = .true.
do_transient_pfts = .true.
flanduse_timeseries = '/glade/p/cesmdata/cseg/inputdata/lnd/clm2/surfdata_map/landuse.timeseries_0.9x1.25_hist_78pfts_CMIP6_simyr1850-2015_c170824.nc'
/

I *think* that the pft (and column and landunit) weights variables on the restart file are necessary for restarts, i.e., variables that are read in using subroutine subgridRest_write_and_read contained within subgridRestMod.F90.
 
Status
Not open for further replies.
Top