Hi everyone,
I am running a BHIST case on CESM 2.1.5 using surfdata and land use time series data that I generated myself using the ctsm52landusedatatool-main and mksurfdata_map tools. I have ensured that these two datasets have the same variables and dimensions as the official data. However, after submitting the case, I encountered an error.
The cesm.log file stops at
The cpl.log file stops at
The lnd.log file stops at
It looks like an issue between finidat and fsurdat? But I don’t know why this is happening. I’ve attached the cesm.log, cpl.log, and lnd.log files. If anyone can help resolve this, I’d be very grateful.
Here are the commands I used during the case compilation process:
cd cesm2.1.5/cime/scripts
./create_newcase --case $HOME/cases/BHIST0418 --compset BHIST --res f09_g17 --mach cli01-17-6 --compiler intel --mpilib mpich --run-unsupported
cd $HOME/cases/BHIST0418
./xmlchange NTASKS=1680,NTHRDS=1,ROOTPE=0
./xmlchange STOP_OPTION=nyears,STOP_N=10
./xmlchange REST_OPTION=nyears,REST_N=2
./case.setup
# user_nl_clm
fsurdat = '/home/xibnlkjdxue/Pengshzh/mksurfdata_map_output/surfdata_0.9x1.25_hist_78pfts_CMIP6_simyr1850_c260403.nc'
flanduse_timeseries = '/home/xibnlkjdxue/Pengshzh/mksurfdata_map_output/landuse.timeseries_0.9x1.25_hist_78pfts_CMIP6_simyr1850-2000_c260403.nc'
use_init_interp = .true.
./case.build
dsub -s "BHIST0418.sh" # I'm using the university's own supercomputing platform; the ./case.submit command and other queue-related commands are included in this script.
I am running a BHIST case on CESM 2.1.5 using surfdata and land use time series data that I generated myself using the ctsm52landusedatatool-main and mksurfdata_map tools. I have ensured that these two datasets have the same variables and dimensions as the official data. However, after submitting the case, I encountered an error.
The cesm.log file stops at
Abort(697358) on node 193 (rank 193 in comm 0): Fatal error in internal_Wait: Message truncated,
error stack: internal_Wait(89): MPI_Wait(request=0x7ffdd5f93c34, status=0x9b83fe0) failed
MPIR_Wait (911)...: (unknown)(): Message truncated
The cpl.log file stops at
(seq_mct_drv) : Initialize each component: atm, lnd, rof, ocn, ice, glc, wav, esp
(component_init_cc:mct) : Initialize component atm
(component_init_cc:mct) : Initialize component lnd”
The lnd.log file stops at
finding minimum distance for gridcells
calling set_subgrid_info for gridcell for input
calling set_subgrid_info for gridcell for output
calling set_mindist for gridcell
setting up interpolators for multi-level variables
It looks like an issue between finidat and fsurdat? But I don’t know why this is happening. I’ve attached the cesm.log, cpl.log, and lnd.log files. If anyone can help resolve this, I’d be very grateful.
Here are the commands I used during the case compilation process:
cd cesm2.1.5/cime/scripts
./create_newcase --case $HOME/cases/BHIST0418 --compset BHIST --res f09_g17 --mach cli01-17-6 --compiler intel --mpilib mpich --run-unsupported
cd $HOME/cases/BHIST0418
./xmlchange NTASKS=1680,NTHRDS=1,ROOTPE=0
./xmlchange STOP_OPTION=nyears,STOP_N=10
./xmlchange REST_OPTION=nyears,REST_N=2
./case.setup
# user_nl_clm
fsurdat = '/home/xibnlkjdxue/Pengshzh/mksurfdata_map_output/surfdata_0.9x1.25_hist_78pfts_CMIP6_simyr1850_c260403.nc'
flanduse_timeseries = '/home/xibnlkjdxue/Pengshzh/mksurfdata_map_output/landuse.timeseries_0.9x1.25_hist_78pfts_CMIP6_simyr1850-2000_c260403.nc'
use_init_interp = .true.
./case.build
dsub -s "BHIST0418.sh" # I'm using the university's own supercomputing platform; the ./case.submit command and other queue-related commands are included in this script.