I am writing to seek assistance regarding an issue I encountered while running CCTM with ISAM enabled. The error message I received was quite vague, making it difficult for me to pinpoint the source of the error.
Below, you can find the error message, and I have attached the complete CTM_LOG file at the end.
|> Reading Emission Control Namelist:
+======================================
Performing Basic Error Checks for Emission Scaling Rules
:
>>--->> WARNING in subroutine OPEN3
File not available.
*** ERROR ABORT in subroutine SubhFile_Cell on PE 001
Could not open
PM3EXIT: date&time specified as 0
Date&time specified as 0
Additionally, I have included the relevant ISAM-related settings from my run_cctm file and attached the isam_control.txt file.
What confuses me more is that I had successfully run CCTM with the same settings before (during another simulation in a different time period, but with the same GRIDMASK.nc file). However, this time, I encountered the aforementioned error.
I would greatly appreciate it if you could provide me with some possible troubleshooting approaches or solutions to resolve this issue.
Based on where the model crash occurs, the CCTM is looking for the GRIDMASK (ISAM_REGIONS) files but cannot find it. Could you please post both your run script and CMAQ_Control_DESID.nml namelist file? One guess is that you may have forgotten to uncomment the Desid_RegionDef section of the CMAQ_Control_DESID.nml which is used to define which file_label (ISAM_REGIONS in your case) the region labels (mapped from variables in that file) should be read from.
I am writing to provide an update on this issue. After further investigation, I am confident that I have identified the source of the problem. It turns out that the error occurred because I had mistakenly set “NEW_START” to “FALSE,” which resulted in the inability to locate the CGRID file.
I apologize for any confusion caused by my initial inquiry, as this issue is unrelated to ISAM. However, I believe this finding may assist you in providing more precise guidance in case of future error reporting.
Thank you once again for your attention and support.