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

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

  • atm.log.220914-204553.txt
    364.5 KB · Views: 0
  • cpl.log.220914-204553.txt
    41.5 KB · Views: 0
  • env_run.txt
    60.8 KB · Views: 2
  • lnd.log.220914-204553.txt
    116.4 KB · Views: 3
  • slurm-6634493.out.txt
    126.6 KB · Views: 2
  • user_nl_cam.txt
    282 bytes · Views: 1

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.
 
Top