Hello,
I am porting CESM 2.1.1 to another machine, and trying to run the FCHIST compset (1.9x2.5 degree resolution, 32 cores). I am using Intel's most recent compilers (2022.0.2) and OpenMPI v4.0.4. I'm finding a very strange error. During initialization, when CLM tries to regrid the initial conditions, it throws this error:
ERROR initInterp set_mindist: Cannot find any input points matching output poin
t:
subgrid level, index = pft 92169
lat, lon = 1.745329251994330E+034 , 1.745329251994330E+034
ltype: 8
ctype: 71
ptype: 0
At first I thought this might be the issue noted in (eg) CESM2 error: initinterp set_mindist: Cannot find any input points matching output points, but I double checked the input file and it seems fine (correct size, no change after re-downloading, verified against a copy on a machine which DOES work). However, I then realized that the lat and lon reported in the error are both insane. Looking at initInterpMindist, it seems that the output grid on one or more PEs must be corrupted. I've verified that the compilers, MPI implementation, and ESMF installation are all working (running a separate model across 3 nodes). Are there any known causes for this kind of behavior? If so, how might I resolve it?
I am porting CESM 2.1.1 to another machine, and trying to run the FCHIST compset (1.9x2.5 degree resolution, 32 cores). I am using Intel's most recent compilers (2022.0.2) and OpenMPI v4.0.4. I'm finding a very strange error. During initialization, when CLM tries to regrid the initial conditions, it throws this error:
ERROR initInterp set_mindist: Cannot find any input points matching output poin
t:
subgrid level, index = pft 92169
lat, lon = 1.745329251994330E+034 , 1.745329251994330E+034
ltype: 8
ctype: 71
ptype: 0
At first I thought this might be the issue noted in (eg) CESM2 error: initinterp set_mindist: Cannot find any input points matching output points, but I double checked the input file and it seems fine (correct size, no change after re-downloading, verified against a copy on a machine which DOES work). However, I then realized that the lat and lon reported in the error are both insane. Looking at initInterpMindist, it seems that the output grid on one or more PEs must be corrupted. I've verified that the compilers, MPI implementation, and ESMF installation are all working (running a separate model across 3 nodes). Are there any known causes for this kind of behavior? If so, how might I resolve it?