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

CLM FATES pft error

xxyii

xiuyi wu
New Member
Dear all,

I tried using the forest control initialization file to run the FATES model by using the following command.

echo "use_fates_inventory_init = .true.">> user_nl_clm
echo "fates_inventory_ctrl_filename = '/global/homes/x/Mydata/single-point/1x1pt-mysite/1x1pt-tmysite_inv_info.txt'" >> user_nl_clm

I got the following ERROR:

inventory pft: 20
An inventory cohort file specified a pft index
greater than the maximum specified pfts numpft
ENDRUN:
ERROR in FatesInventoryInitMod.F90 at line 874


Then I edited the PFT numbers, set all of them to 0 in the .css file. The ERROR changed.

inventory pft: 18
An inventory cohort file specified a pft index
greater than the maximum specified pfts numpft
ENDRUN:
ERROR in FatesInventoryInitMod.F90 at line 874


The code of line 874 in FatesInventoryInitMod.F90 file is:

1724269173673.png

I cannot find the value of c_pft and numpft. Could someone help me to give some suggestions about the PFT.

Sincerely,

Xiuyi
 
Top