Error reported when running version 5.3.3 of cctm——Open failure for E2C_CHEM

Hello, I encountered an error while running version 5.3.3 of CCTM. The error is as follows:

Is this problem due to our lack of land and lighting files? But we don’t have these two files, can we avoid using them through what settings?

Here is the complete file CTM_LOG_019.v533_intel_160702_20230701:

================================================================================          
|                                                                              |          
|               The Community Multiscale Air Quality (CMAQ) Model              |          
|                                   Version 5.3.3                              |          
|                                                                              |          
|                          Built and Maintained by the                         |          
|                        Office of Research and Development                    |          
|                   United States Environmental Protection Agency              |          
|                                                                              |          
|                            https://www.epa.gov/cmaq                          |          
|                                                                              |          
|       Source Code:   https://www.github.com/USEPA/cmaq/tree/main             |          
|       Documentation: https://www.github.com/USEPA/cmaq/tree/main/DOCS        |          
|                                                                              |          
|         The CMAQ Model is tested and released with cooperation from          |          
|         the Community Modeling and Analysis System (CMAS) Center via         |          
|         contract support. CMAS is managed by the Institute for the           |          
|         Environment, University of North Carolina at Chapel Hill.            |          
|         CMAS URL: (https://www.cmascenter.org)                               |          
|                                                                              |          
================================================================================          
 
                                                                                          
     This program uses the EPA-AREAL/MCNC-EnvPgms/BAMS Models-3                           
     I/O Applications Programming Interface, [I/O API] which is                           
     built on top of the netCDF I/O library (Copyright 1993, 1996                         
     University Corporation for Atmospheric Research/Unidata                              
     Program) and the PVM parallel-programming library (from                              
     Oak Ridge National Laboratory).                                                      
     Copyright (C) 1992-2002 MCNC,                                                        
     (C) 1992-2013 Carlie J. Coats, Jr.,                                                  
     (C) 2003-2012 Baron Advanced Meteorological Systems, LLC, and                        
     (C) 2014-2016 UNC Institute for the Environment.                                     
     Released under the GNU LGPL  License, version 2.1.  See URL                          
                                                                                          
         https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html                          
                                                                                          
     for conditions of use.                                                               
                                                                                          
     ioapi-3.2: $Id: init3.F90 320 2016-02-26 15:55:00Z coats $                           
     Version with PARMS3.EXT/PARAMETER::MXVARS3= 2048                                     
     netCDF version 4.7.0 of Jul 18 2022 12:00:39 $                                       
                                                                                          
                                                                                          
     EXECUTION_ID: CMAQ_CCTMv533_pzy_20240205_201343_586708691                            
     Value for IOAPI_CHECK_HEADERS:  N returning FALSE
      
     "MET_CRO_3D" opened as OLD:READ-ONLY   
     File name "/data/home/pzy/CMAQ/CMAQ-main/data/mcip/2023_12SE1/METCRO3D_160702.nc"
     File type GRDDED3 
     Execution ID "mcip"
     Grid name "2023_12SE1_CROSS"
     Dimensions: 186 rows, 221 cols, 42 lays, 16 vbles
     NetCDF ID:     65536  opened as READONLY            
     Starting date and time  2023182:030000 (3:00:00   July 1, 2023)
     Timestep                          010000 (1:00:00 hh:mm:ss)
     Maximum current record number        18

     MET data determined based on WRF ARW version 3.9.1

     Closing file MET_CRO_3D
 
 
     ========================================
     |>---   RETRIEVE HORIZONTAL GRID   ---<|
     ========================================

     File "GRIDDESC" opened for input on unit:  98
     /data/home/pzy/CMAQ/CMAQ-main/data/mcip/2023_12SE1/GRIDDESC

 
 
     ======================================
     |>---   RETRIEVE VERTICAL GRID   ---<|
     ======================================
      
     "MET_CRO_3D" opened as OLD:READ-ONLY   
     File name "/data/home/pzy/CMAQ/CMAQ-main/data/mcip/2023_12SE1/METCRO3D_160702.nc"
     File type GRDDED3 
     Execution ID "mcip"
     Grid name "2023_12SE1_CROSS"
     Dimensions: 186 rows, 221 cols, 42 lays, 16 vbles
     NetCDF ID:     65536  opened as READONLY            
     Starting date and time  2023182:030000 (3:00:00   July 1, 2023)
     Timestep                          010000 (1:00:00 hh:mm:ss)
     Maximum current record number        18
 
     =========================================
     |>---   RETRIEVE SPECIES NAMELIST   ---<|
     =========================================
 
 
     ===========================================
     |>---   INITIALIZE PROCESS ANALYSIS   ---<|
     ===========================================
     PA_DATAGEN: Process Analysis is not activated
 
 
     ==================================
     |>---   CONFIGURE SCENARIO   ---<|
     ==================================
     INIT_MEDC_1     :notused
     
     >>--->> WARNING in subroutine OPEN3
     File not available.
     
     E2C_CHEM        :/data/home/pzy/CMAQ/CMAQ-main/data/land/epic_festc1.4_20180516/2016_US1_time20230701_bench.nc
     
     >>--->> WARNING in subroutine OPEN3
     File not available.
     


     *** ERROR ABORT in subroutine centralized_io_i on PE 019
     Open failure for E2C_CHEM
 PM3EXIT:  date&time specified as 0
     Date&time specified as 0

I will greatly appreciate your reply!

If you set CTM_ABFLUX to Y (or T) to turn on the option to model bidirectional exchange of ammonia, then E2C_CHEM, E2C_SOIL, and E2C_LU are required input files You need to either set CTM_ABFLUX to N or provide the required input files from EPIC, which provide information on fertilizer application.
Further information is available in the User Guide and on the FESTC site on GitHub.