Hi, I successfully compiled WRF-CMAQ and tried running the model with two-day reference input, but I am getting the “BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES” and “CGRID file was not written” errors while trying to run “run_cctm_Bench_2018_12NE3.WRFCMAQ.csh”
I am new and couldn’t figure out the problem, I hope you can help me. thanks in advance.
Thanks for the tarball. Unfortunately those rsl files do not provide any additional information. Please do the following:
-- vi configure.wrf, for FCOPTIM line, add -traceback if you are using ifort, -fbacktrace if you are using gcc
-- delete *.o and *.mod files in phys, dyn_em, and cmaq sub-directories
-- compile em_real >& mylog
-- submit your job
When it crashes again, please send me all the rsl files. Thanks.
In fact, you can put these in your .cshrc or .bashrc so you won’t miss next time.
You new rsl files unfortunately (again) do not shed light on your problem. The next step is I would like to guide you to debug this issue offline. Once we have solved the problem, we can share the solution with the community. By the way, which mpi are you using?