Greetings:
CMAQv5.4 has been running without issues for first PM2.5 modeling case. But when another PM2.5 case is used for a similar simulation, I got this problem of CCTM immediately stopping after a few seconds of run only giving the first hour output, but without any notable error message. The interesting part is the 12 processors are busy with the “CCTM_v54.exe” occupying all the memory of the server in an endless loop, as if it is executing the actual job.
I have even tried editing a file from the VDIFF subdirectory per one modeler’s tip, following his quote here=> {{{I finally found that CCTM is running instead of halting but never reaching to the convergence criteria, and then CCTM actually gets into a infinite loop at Line 281, module SEDIMENTATION.F dealing with sedimentation of aerosols:
281 do while ( adts .lt. dtsec )
I changed this line into the following after I referred to the same module in CMAQ 5.3,
281 do while ( adts .lt. dtsec .and. iter .le. 20). ! you can test different criteria (10, 20, …)
282 iter = iter + 1.}}}
But there is no change any change at all. I have tried to attach the CCTM-logs and *.csh file, but this page refused to allow me saying “new users can’t upload file”.
Please, your help is highly requested.
Thank you,
Tes