Hi CMAQ developers:
I am a graduate student, who has being using CMAQ for more than 2 years. During the past of two years, it was always successfully compiled and run for a plenty of time
However, since the Cluster of my university update the system setting and modules, which the CMAQ is run, updated the system recently. The same program, which I run successfully several times during the past two years, keeps failing recently
I have tried versions of intel and impi, and tried under both bash and csh. The IT Specialist of my department has tried to rebuild the ioapi, but couldn’t find out the appropriate way. I just pasted the error messages I got so far below, and attached the scripts with this post.
Could anyone give us some guidance when you have time?
Best
Huan
When running on bash
HGRD_DEFN.F(113): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [UTILIO_DEFN]
USE UTILIO_DEFN
-------------^
HGRD_DEFN.F(175): error #6404: This name does not have a type, and must have an explicit type. [DSCGRID]
IF ( .NOT. DSCGRID ( GRID_NAME,
-----------------------^
compilation aborted for HGRD_DEFN.F (code 1)
make: *** [HGRD_DEFN.o] Error 1
ERROR while running make command
When running on csh
bcon.F(58): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [CGRID_SPCS]
USE CGRID_SPCS ! CGRID mechanism species
----------^
bcon.F(94): error #6404: This name does not have a type, and must have an explicit type. [NSPCSD]
IF ( NSPCSD .LE. 0 ) THEN
-----------^
bcon.F(127): error #6404: This name does not have a type, and must have an explicit type. [CGRID_SPCS_INIT]
IF ( .NOT. CGRID_SPCS_INIT() ) THEN
-----------------^
bcon.F(135): error #6385: The highest data type rank permitted is INTEGER(KIND=8). [NSPCSD]
ALLOCATE ( NML_BC_NAME( NSPCSD ), STAT = STATUS )
------------------------------^
bcon.F(142): error #6404: This name does not have a type, and must have an explicit type. [N_GC_SPC]
DO N = 1, N_GC_SPC
----------------^
bcon.F(144): error #6404: This name does not have a type, and must have an explicit type. [GC_SPC]
NML_BC_NAME( ISP ) = GC_SPC( N )
------------------------------^
bcon.F(144): error #6054: A CHARACTER data type is required in this context. [GC_SPC]
NML_BC_NAME( ISP ) = GC_SPC( N )
------------------------------^
bcon.F(147): error #6404: This name does not have a type, and must have an explicit type. [N_AE_SPC]
DO N = 1, N_AE_SPC
----------------^
bcon.F(149): error #6404: This name does not have a type, and must have an explicit type. [AE_SPC]
NML_BC_NAME( ISP ) = AE_SPC( N )
------------------------------^
bcon.F(149): error #6054: A CHARACTER data type is required in this context. [AE_SPC]
NML_BC_NAME( ISP ) = AE_SPC( N )
------------------------------^
bcon.F(152): error #6404: This name does not have a type, and must have an explicit type. [N_NR_SPC]
DO N = 1, N_NR_SPC
----------------^
bcon.F(154): error #6404: This name does not have a type, and must have an explicit type. [NR_SPC]
NML_BC_NAME( ISP ) = NR_SPC( N )
------------------------------^
bcon.F(154): error #6054: A CHARACTER data type is required in this context. [NR_SPC]
NML_BC_NAME( ISP ) = NR_SPC( N )
------------------------------^
bcon.F(157): error #6404: This name does not have a type, and must have an explicit type. [N_TR_SPC]
DO N = 1, N_TR_SPC
----------------^
bcon.F(159): error #6404: This name does not have a type, and must have an explicit type. [TR_SPC]
NML_BC_NAME( ISP ) = TR_SPC( N )
------------------------------^
bcon.F(159): error #6054: A CHARACTER data type is required in this context. [TR_SPC]
NML_BC_NAME( ISP ) = TR_SPC( N )
------------------------------^
compilation aborted for bcon.F (code 1)
make: *** [bcon.o] Error 1
ERROR while running make command
bldit_bcon.csh (10.9 KB) bldit_icon.csh (10.5 KB) config_cmaq.csh (9.8 KB)