Hi @cgnolte ,I have set my CCTM script with reference to your answer above, and the output now is one file per day. However, the script makes error after several days of running and log_file reports the following errors:
GR_EM_SYM_DATE_0 | F
INIT_CONC_1 :/data/WangHY/DATA/cctm/everyday/201908px/CCTM_CGRID_v532_intel_D01_20190719.nc
>>—>> WARNING in subroutine OPEN3
File not available.
*** ERROR ABORT in subroutine gridded_files_se on PE 021
Open failure for INIT_CONC_1
PM3EXIT: date&time specified as 0
Date&time specified as 0
And My nohup.out shows as below:
Abort(538976288) on node 20 (rank 20 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 20
Abort(538976288) on node 23 (rank 23 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 23
Abort(538976288) on node 29 (rank 29 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 29
Abort(538976288) on node 34 (rank 34 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 34
Abort(538976288) on node 38 (rank 38 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 38
Abort(538976288) on node 21 (rank 21 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 21
Abort(538976288) on node 22 (rank 22 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 22
Abort(538976288) on node 25 (rank 25 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 25
Abort(538976288) on node 26 (rank 26 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 26
Abort(538976288) on node 39 (rank 39 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 39
Abort(538976288) on node 30 (rank 30 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 30
Abort(538976288) on node 31 (rank 31 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 31
Abort(538976288) on node 33 (rank 33 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 33
Abort(538976288) on node 32 (rank 32 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 32
Abort(538976288) on node 27 (rank 27 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 27
Abort(538976288) on node 37 (rank 37 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 37
Abort(538976288) on node 24 (rank 24 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 24
Abort(538976288) on node 35 (rank 35 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 35
Abort(538976288) on node 36 (rank 36 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 36
Abort(538976288) on node 28 (rank 28 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 538976288) - process 28
tail: cannot open ‘buff_CMAQ_CCTMv532_WangHY_20231226_075741_596837740.txt’ for reading: No such file or directory
** Runscript Detected an Error: CGRID file was not written. **
** This indicates that CMAQ was interrupted or an issue **
** exists with writing output. The runscript will now **
** abort rather than proceeding to subsequent days. **
(standard_in) 2: syntax error
(standard_in) 1: syntax error
(standard_in) 1: syntax error
(standard_in) 1: syntax error
(standard_in) 1: syntax error
(standard_in) 1: syntax error
==================================
***** CMAQ TIMING REPORT *****
Start Day: 2019-07-17
End Day: 2019-08-31
Number of Simulation Days: 4
Domain Name: D01
Number of Grid Cells: 2041200 (ROW x COL x LAY)
Number of Layers: 35
Number of Processes: 40
All times are in seconds.
Num Day Wall Time
01 2019-07-17
02 2019-07-18
03 2019-07-19
04 2019-07-20
Total Time =
Avg. Time =
I don’t know exactly what’s wrong, could you please help me check what’s wrong with it?Thank you!