WARNING in subroutine HGRD_INIT

Hi, i try to run ICON and BCON CMAQ5.2.1 but i have some prolem like this, and i dont know how to fix.
Input data path, CMAQ_DATA set to /home/Build_WRF/WRFV3/run/metdata_Phong/demo1

-rwxrwxr-x. 1 roott roott 4442368 Nov 7 2018 /home/roott/dwong/src/CMAQ521/PREP/icon/scripts/BLD_ICON_v52_profile_gcc/ICON_v52_profile.exe
text data bss dec hex filename
670967 3714292 7036232 11421491 ae4733 /home/roott/dwong/src/CMAQ521/PREP/icon/scripts/BLD_ICON_v52_profile_gcc/ICON_v52_profile.exe
cputime unlimited
filesize unlimited
datasize unlimited
stacksize 8192 kbytes
coredumpsize 0 kbytes
memoryuse unlimited
vmemoryuse unlimited
descriptors 1024
memorylocked 64 kbytes
maxproc 63367
maxlocks unlimited
maxsignal 63367
maxmessage 819200
maxnice 0
maxrtprio 0
maxrttime unlimited

 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., and (C) 2003-2012 Baron     
 Advanced Meteorological Systems, LLC and 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.1: $Id:: init3.F 321 2016-02-26 16:00:20Z coats                $
 Version with PARMS3.EXT/PARAMETER::MXVARS3= 2048
 netCDF version 4.1.3 of Aug  3 2018 09:06:23 $
  
  
 EXECUTION_ID: ICON_v52_profile.exe
 Value for GRID_NAME:  'SE52BENCH'
 Value for GRID_NAME:  'SE52BENCH'

 File "GRIDDESC" opened for input on unit:  99
 /home/Build_WRF/WRFV3/run/metdata_Phong/demo1/GRIDDESC

 
 >>--->> WARNING in subroutine HGRD_INIT
 Failure retrieving horizontal grid parameters
 
 
 *** ERROR ABORT in subroutine ICON
 *** Failure defining horizontal domain

Thanks Duyen for opening this as a separate thread.

Have you had a chance to consider the suggestion posted by @cjcoats and myself in the original thread (here and here) to double check that the grid name specified through the GRID_NAME variable in your icon run script (SE52BENCH) is actually present in your GRIDDESC file (/home/Build_WRF/WRFV3/run/metdata_Phong/demo1/GRIDDESC)? In your icon run script, you need to set GRID_NAME to one of the grids defined in your GRIDDESC file.

Thanks so much, it is so helpful. I fixed it