Running error of CESM2.1.3

zongjinQin

zongjin qin
New Member
Hi everybody, when I running CESM2.1.3 with b.e21.BHIST.f09_g17.CMIP6-historical.001 case on th-hpc2-ln0 but the running is terminated. And and I check the logs, I get the following error in the lnd.log.220914-204553 file:

set_single_match ERROR: cannot find any input points matching output point
subgrid level, index = pft 3539
lat, lon = -0.534564194982556 , 5.32325421858271
ltype: 2
ctype: 218
ptype: 18
For this init_interp_method: for a given active output point,
we expect to find exactly one input point at the same
location with the same type.
Note that this requires the input and output grids to be identical.
(If you need to interpolate to a different resolution, then
you need to use a different init_interp_method.)
ENDRUN:
ERROR:
set_single_match ERROR: cannot find any input points matching output point

Could anyone help me with that? I really appreciate if you could help !
 

Attachments

oleson

Keith Oleson
CSEG and Liaisons
Staff member
Based on previous posts that seem related to this, try this in your case directory:

./xmlchange CLM_NAMELIST_OPTS="use_init_interp=.true. init_interp_method='general'"
 

zongjinQin

zongjin qin
New Member
Based on previous posts that seem related to this, try this in your case directory:

./xmlchange CLM_NAMELIST_OPTS="use_init_interp=.true. init_interp_method='general'"
Thank you very much for your answer, I solved the problem.
 
Back
Top