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

Error in porting CESM2.2 (BHIST component)

szliu

shizuo liu
New Member
Hello there, I'm trying to build CESM2 in our server. But I met a problem.
The model is CESM2.2, the resolution is f19_g17 and the component is BHIST. Each node has 64 cpus, using 6 nodes.

The following are the error information in both cesm.log and lnd.log.

This may be a common issue. Would anyone happen to know the solution? Is it related to compilation or inputdata? Thanks.

proc= 127 clump no = 1 clump id= 128
beg cohort = 5623 end cohort = 5666
total cohorts per clump = 44
NetCDF: Invalid dimension ID or name
NetCDF: Invalid dimension ID or name
NetCDF: Invalid dimension ID or name
NetCDF: Invalid dimension ID or name
NetCDF: Invalid dimension ID or name
NetCDF: Variable not found
NetCDF: Variable not found
Setting mpi info: striping_factor=2
Setting mpi info: striping_unit=1048576
ERROR initInterp set_mindist: Cannot find any input points matching output point:
subgrid level, index = pft 78039
lat, lon = 1.745329251994330E+034 , 1.745329251994330E+034
ltype: 1
ctype: 1
ptype: 1

Consider rerunning with the following in user_nl_clm:
init_interp_fill_missing_with_natveg = .true.
However, note that this will fill all missing types in the output
with the closest natural veg column in the input
(using bare soil for patch-level variables).
So, you should consider whether that is what you want.
ENDRUN:
ERROR: ERROR in initInterpMindist.F90 at line 296
ERROR initInterp set_mindist: Cannot find any input points matching output point.
 

slevis

Moderator
Yes, this is a common problem and the error message that you posted already suggests what may help:
Code:
Consider rerunning with the following in user_nl_clm:
init_interp_fill_missing_with_natveg = .true.
I hope it works.
 

szliu

shizuo liu
New Member
Thanks for your reply. The problem still exists. But cesm2.1 does not have this problem, so I am currently using cesm2.1 instead.
 
Top