The chosen
COSMO
-
CLM
domain is too big for the European ERA5 cas files.
The error comes from
module src_decomposition.f90
! Check whether coarse grid is big enough IF (zminlat < latitudes_in(1+nzbounds_s) .OR. & zminlat < slatitudes_in(1+nzbounds_s)) THEN ierror = 2 yerrmsg = ‘Coarse domain is not big enough‘ PRINT *, ‘zminlat ‘, zminlat, ‘ < ‘, & MAX, slatitudes_in(1+nzbounds_s)) ENDIF
the ierr = 2 gives the ERROR CODE 2222 in the output.
and should be listed in the log file. However, the crash may have occurred before the program had flashed out the output. It seems that the problem is at least with the southern bound of the domain.
Push notifications in your browser are not yet configured.
The chosen COSMO - CLM domain is too big for the European ERA5 cas files.
The error comes from
module src_decomposition.f90
the ierr = 2 gives the ERROR CODE 2222 in the output.
and should be listed in the log file. However, the crash may have occurred before the program had flashed out the output. It seems that the problem is at least with the southern bound of the domain.