CCTM stops running on long simulation

Hi @lizadams

made changes to my run cctm_script.csh as advised, NSTEPS was set to 24 hours:

set NSTEPS     = 240000

and START_DATE / END_DATE are set to the simulation period, in my case, June 1st 2015 to June 20 2015:

 set START_DATE = "2015-06-01"    #> beginning date (July 1, 2011)
 set END_DATE   = "2015-06-20"    #> ending date    (July 14, 2011)

however, the model still doesn’t go past the first 24 hours. I actually think it’s crashing but my biggest issue is that the model isn’t outputting any sort of error and I’m having a hard time troubleshooting what’s the issue, anything you can think of that I could turn on or something to gather more info?

This is my current run_cctm.csh script:

In case it helps, here are the output logs:

From run_ctm.csh
http://www.demo-staging.com/cctm_run/run.benchmark.txt

From CCTM
http://www.demo-staging.com/cctm_run/CTM_LOG_001.v521_gcc_CMAQ-ASU1K_20150601.txt
http://www.demo-staging.com/cctm_run/CTM_LOG_002.v521_gcc_CMAQ-ASU1K_20150601.txt
http://www.demo-staging.com/cctm_run/CTM_LOG_003.v521_gcc_CMAQ-ASU1K_20150601.txt
http://www.demo-staging.com/cctm_run/CTM_LOG_004.v521_gcc_CMAQ-ASU1K_20150601.txt
http://www.demo-staging.com/cctm_run/CTM_LOG_005.v521_gcc_CMAQ-ASU1K_20150601.txt

Thanks in advance for your help!