Hi all,
I’ve encountered an issue where running a one-day CMAQ simulation takes an entire day (using 64 cores with mpirun). I’m working with CMAQv5.4, and the simulation encompasses the CONUS (US1) with a grid resolution of 12 km and 459*299 grids. The simulation relies on emissions from EQUATES, including in-line point emissions
I have examined the options in “bldit_cctm.csh” and “run_cctm.csh” and found nothing unusual. The commands related to mpirun are as follows. Could you provide some insights into potential reasons for this issue (e.g., other configurations)? Specifically, I’m curious if in-line emissions, such as point sources, lightning NOx, and biogenic emissions, might be significantly influencing the simulation duration. I have attached one logfile.
CTM_LOG_001.v54_intel_2023_12US1_20230116.txt (715.3 KB)
Thank you for your time and help!
set ParOpt
if ( $PROC == serial ) then
setenv NPCOL_NPROW "1 1"; set NPROCS = 1 # single processor setting
else
@ NPCOL = 8; @ NPROW = 8
@ NPROCS = $NPCOL * $NPROW
setenv NPCOL_NPROW "$NPCOL $NPROW";
endif
set MPI = /opt/intel/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/
set MPIRUN = $MPI/mpirun
( /usr/bin/time -p mpirun -np $NPROCS $BLD/$EXEC ) |& tee buff_${EXECUTION_ID}.txt