CMAQv5.2-DDM Running error

Hi,

After compiling CMAQ-DDM, I get the following error for running the benchmark case. The libraries work fine for CMAQv5.2 and CMAQv5.3.

mpirun -np 8 /home/kdo/wormulon/kdo/cmaqddm/Build_CMAQ/CMAQ_Project/CCTM/scripts/BLD_CCTM_v52_gcc/CCTM_v52.exe
*** The MPI_Comm_f2c() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[sheba:22764] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!

Primary job terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.

*** The MPI_Comm_f2c() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[sheba:22765] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!

mpirun detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:

Process name: [[30605,1],2]
Exit code: 1

date
Thu Dec 19 22:18:26 PST 2019
mv: No match.
setenv NEW_START false
set TODAYG = date -ud "${TODAYG}+1days" +%Y-%m-%d
date -ud 2011-07-01+1days +%Y-%m-%d
set TODAYJ = date -ud "${TODAYG}" +%Y%j
date -ud 2011-07-02 +%Y%j
end
while ( 2011183 < = 2011182 )
exit
I do appreciate your prompt response.

Hy,

After I run my script I get the following error:

*** ERROR ABORT in subroutine LOAD_CGRID on PE 000
Could not open INIT_GASC_1 file
Date and time 12:00:00 June 1, 2020 (2020153:120000)
application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 47

I’ve attached my CCTM script, job output, sensinput file. Please help me out.

CTM_LOG_012.v52_gcc_AQF5X_20200601.txt (4.3 KB) jCMAQ-5.2-NODE047-324120.txt (70.3 KB) run_cctm_rasel.txt (36.9 KB) sensinput.cmas.txt (110 Bytes) run_cctm.txt (26.5 KB)

Note: I’m using CMAQ v5.2 and my gcc compiler.

Regards
Rasel

It looks like you are using a CMAQv5.3.2 run script with your CMAQv5.2 executable.
The log file is complaining that it can’t find the initial condition file, which in CMAQv5.2 is called INIT_GASC_1
Please modify this version of the run script.