I was trying to run a 10x15 (f10_f10_mg37) case with the rcp45 anomaly forcings, and got the following error:
It turns out the forcings are at "1-degree" (f09_g17) resolution. If I run at that instead, it works.
So two things:
Code:
dec1134.hsn.de.hpc.ucar.edu 48: ESMF_Finalize: Error closing trace stream
dec1134.hsn.de.hpc.ucar.edu 48: MPICH ERROR [Rank 48] [job id b7eaa9b1-7f62-4ada-accc-bc63cda70931] [Fri May 10 17:52:33 2024] [dec1134] - Abort(1) (rank 48 in comm 496): application called MPI_Abort(comm=0x84000001, 1) - process 48
dec1134.hsn.de.hpc.ucar.edu 48:
dec1134.hsn.de.hpc.ucar.edu 48: forrtl: severe (174): SIGSEGV, segmentation fault occurred
dec1134.hsn.de.hpc.ucar.edu 48: Image PC Routine Line Source
dec1134.hsn.de.hpc.ucar.edu 48: libpthread-2.31.s 0000152B82C698C0 Unknown Unknown Unknown
dec1134.hsn.de.hpc.ucar.edu 48: libmpi_intel.so.1 0000152B80C28E7E Unknown Unknown Unknown
dec1134.hsn.de.hpc.ucar.edu 48: libmpi_intel.so.1 0000152B80A3722F Unknown Unknown Unknown
dec1134.hsn.de.hpc.ucar.edu 48: libmpi_intel.so.1 0000152B7F0646A8 MPI_Abort Unknown Unknown
dec1134.hsn.de.hpc.ucar.edu 48: libesmf.so 0000152B8BD7EE82 abort 863 ESMCI_VMKernel.C
dec1134.hsn.de.hpc.ucar.edu 48: libesmf.so 0000152B8BD78D03 abort 3634 ESMCI_VM.C
dec1134.hsn.de.hpc.ucar.edu 48: libesmf.so 0000152B8BDA3431 c_esmc_vmabort_ 1252 ESMCI_VM_F.C
dec1134.hsn.de.hpc.ucar.edu 48: libesmf.so 0000152B8D31ED87 esmf_vmmod_mp_esm 9521 ESMF_VM.F90
dec1134.hsn.de.hpc.ucar.edu 48: libesmf.so 0000152B8CE21A58 esmf_initmod_mp_e 1684 ESMF_Init.F90
dec1134.hsn.de.hpc.ucar.edu 48: cesm.exe 00000000004493A3 MAIN__ 132 esmApp.F90
dec1134.hsn.de.hpc.ucar.edu 48: cesm.exe 0000000000421A3D Unknown Unknown Unknown
dec1134.hsn.de.hpc.ucar.edu 48: libc-2.31.so 0000152B7E55B29D __libc_start_main Unknown Unknown
dec1134.hsn.de.hpc.ucar.edu 48: cesm.exe 000000000042196A Unknown Unknown Unknown
It turns out the forcings are at "1-degree" (f09_g17) resolution. If I run at that instead, it works.
So two things:
- Would it be possible to add a more helpful error message in this case?
- Is there some kind of namelist setting I can add to make this work?