Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error about running "make -j" in the "build"folder #2668

Open
psm11 opened this issue Dec 29, 2024 · 3 comments
Open

An error about running "make -j" in the "build"folder #2668

psm11 opened this issue Dec 29, 2024 · 3 comments
Assignees
Labels
category: Debug Help Request for assistance debugging GEOS-Chem topic: Build Related to makefiles or the build sequence

Comments

@psm11
Copy link

psm11 commented Dec 29, 2024

Your name

Shaomin PAN

Your affiliation

Westlake University

What happened? What did you expect to happen?

there is an error about running "make -j" in the "build"folder as below:

What are the steps to reproduce the bug?

[ 3%] Built target CloudJ_Core [ 4%] Built target HeadersHco [ 6%] Built target JulDayHco [ 7%] Building Fortran object src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_create.F90.o [ 7%] Building Fortran object src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_close.F90.o [ 7%] Building Fortran object src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_checks.F90.o [ 7%] Building Fortran object src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_define.F90.o [ 7%] Building Fortran object src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_open.F90.o [ 7%] Building Fortran object src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_handle_err.F90.o [ 9%] Building Fortran object src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_get_dimlen.F90.o [ 9%] Building Fortran object src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_read.F90.o [ 9%] Building Fortran object src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_write.F90.o [ 10%] Building Fortran object src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_readattr.F90.o [ 12%] Built target KPP_FirstPass [ 13%] Built target HETP_core /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_close.F90(47): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_close.F90(70): error #6404: This name does not have a type, and must have an explicit type. [NF90_CLOSE] ierr = Nf90_Close (ncid) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_close.F90(72): error #6404: This name does not have a type, and must have an explicit type. [NF90_NOERR] if (ierr /= NF90_NOERR) then ----------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_close.F90(73): error #6404: This name does not have a type, and must have an explicit type. [NF90_STRERROR] err_msg = 'In Nccl: ' // Nf90_Strerror (ierr) ---------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_close.F90(73): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] err_msg = 'In Nccl: ' // Nf90_Strerror (ierr) ---------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_close.F90(115): error #6404: This name does not have a type, and must have an explicit type. [NF90_CLOSE] ierr = Nf90_Close (ncid) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_get_dimlen.F90(47): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ compilation aborted for /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_close.F90 (code 1) /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_get_dimlen.F90(80): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_DIMID] ierr = NF90_Inq_Dimid(ncid, dim_name, dimid) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_get_dimlen.F90(82): error #6404: This name does not have a type, and must have an explicit type. [NF90_NOERR] if (ierr /= NF90_NOERR ) then ----------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_get_dimlen.F90(84): error #6404: This name does not have a type, and must have an explicit type. [NF90_STRERROR] ', ' // NF90_Strerror (ierr) -------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_get_dimlen.F90(84): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] ', ' // NF90_Strerror (ierr) -------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_get_dimlen.F90(88): error #6632: Keyword arguments are invalid without an explicit interface. [LEN] ierr = NF90_Inquire_Dimension(ncid, dimid, len=dim_len) -----------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_get_dimlen.F90(88): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQUIRE_DIMENSION] ierr = NF90_Inquire_Dimension(ncid, dimid, len=dim_len) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_get_dimlen.F90(91): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] err_msg = 'In Ncget_Dimlen #2: ' // NF90_Strerror (ierr) --------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_get_dimlen.F90(140): error #6632: Keyword arguments are invalid without an explicit interface. [UNLIMITEDDIMID] ierr = NF90_Inquire(ncid, unlimitedDimId=udim_id) ------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_get_dimlen.F90(140): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQUIRE] ierr = NF90_Inquire(ncid, unlimitedDimId=udim_id) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_get_dimlen.F90(142): error #6632: Keyword arguments are invalid without an explicit interface. [LEN] ierr = NF90_Inquire_Dimension( ncid, udim_id, len=udim_len ) -----------------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_get_dimlen.F90(142): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQUIRE_DIMENSION] ierr = NF90_Inquire_Dimension( ncid, udim_id, len=udim_len ) --------------^ make[2]: *** [src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/build.make:108: src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_close.F90.o] Error 1 /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_create.F90(47): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_create.F90(91): error #6404: This name does not have a type, and must have an explicit type. [NF90_NETCDF4] mode = IOR( NF90_NETCDF4, NF90_CLASSIC_MODEL ) ! netCDF4 file -------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_create.F90(91): error #6404: This name does not have a type, and must have an explicit type. [NF90_CLASSIC_MODEL] mode = IOR( NF90_NETCDF4, NF90_CLASSIC_MODEL ) ! netCDF4 file ---------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_create.F90(91): error #6404: This name does not have a type, and must have an explicit type. [IOR] mode = IOR( NF90_NETCDF4, NF90_CLASSIC_MODEL ) ! netCDF4 file --------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_create.F90(92): error #6404: This name does not have a type, and must have an explicit type. [NF90_CREATE] ierr = NF90_Create(filname, mode, ncid) ! w/ compression --------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_create.F90(98): error #6404: This name does not have a type, and must have an explicit type. [NF90_CLOBBER] ierr = NF90_Create(filname, NF90_CLOBBER, ncid) ! netCDF3 file -----------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_create.F90(101): error #6404: This name does not have a type, and must have an explicit type. [NF90_NOERR] if (ierr /= NF90_NOERR) then ----------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_create.F90(147): error #6404: This name does not have a type, and must have an explicit type. [NF90_SYNC] ierr = Nf90_Sync (ncid) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_create.F90(150): error #6404: This name does not have a type, and must have an explicit type. [NF90_STRERROR] err_msg = 'In Ncdo_Sync: ' // Nf90_Strerror (ierr) --------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_create.F90(150): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] err_msg = 'In Ncdo_Sync: ' // Nf90_Strerror (ierr) --------------------------------------^ make[2]: *** Waiting for unfinished jobs.... /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_open.F90(47): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_open.F90(75): error #6404: This name does not have a type, and must have an explicit type. [NF90_NOWRITE] compilation aborted for /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_get_dimlen.F90 (code 1) ierr = Nf90_Open( filname, NF90_NOWRITE, ncid ) -------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_open.F90(75): error #6404: This name does not have a type, and must have an explicit type. [NF90_OPEN] ierr = Nf90_Open( filname, NF90_NOWRITE, ncid ) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_open.F90(77): error #6404: This name does not have a type, and must have an explicit type. [NF90_NOERR] if (ierr /= NF90_NOERR) then ----------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_open.F90(129): error #6404: This name does not have a type, and must have an explicit type. [NF90_WRITE] ierr = Nf90_Open (filname, NF90_WRITE, ncid) -------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_open.F90(129): error #6404: This name does not have a type, and must have an explicit type. [NF90_OPEN] ierr = Nf90_Open (filname, NF90_WRITE, ncid) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_handle_err.F90(46): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ make[2]: *** [src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/build.make:147: src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_get_dimlen.F90.o] Error 1 /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_handle_err.F90(68): error #6404: This name does not have a type, and must have an explicit type. [NF90_STRERROR] err_msg = 'In Nchandle_Err: ' // Nf90_Strerror (ierr) --------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_handle_err.F90(68): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] err_msg = 'In Nchandle_Err: ' // Nf90_Strerror (ierr) --------------------------------------^ compilation aborted for /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_create.F90 (code 1) /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(93): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ compilation aborted for /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_open.F90 (code 1) make[2]: *** [src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/build.make:121: src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_create.F90.o] Error 1 /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(237): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(381): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ compilation aborted for /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_handle_err.F90 (code 1) make[2]: *** [src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/build.make:173: src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_open.F90.o] Error 1 make[2]: *** [src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/build.make:160: src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_handle_err.F90.o] Error 1 /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(525): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(658): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(780): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_checks.F90(47): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(902): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_checks.F90(136): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_checks.F90(73): error #6632: Keyword arguments are invalid without an explicit interface. [UNLIMITEDDIMID] ierr = NF90_Inquire(ncid, unlimitedDimId=udim_id) ------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_checks.F90(73): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQUIRE] ierr = NF90_Inquire(ncid, unlimitedDimId=udim_id) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_checks.F90(74): error #6404: This name does not have a type, and must have an explicit type. [NF90_NOERR] IF ( ierr /= NF90_NOERR ) Ncdoes_Udim_Exist = .true. -----------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_checks.F90(118): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID] ierr = NF90_Inq_Varid(ncid, varname, varid) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_checks.F90(176): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID] ierr = NF90_Inq_Varid (ncid, varname, varid) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_checks.F90(180): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQUIRE_ATTRIBUTE] ierr = NF90_Inquire_Attribute( ncId, varId, attName, & --------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_checks.F90(230): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_DIMID] ierr = NF90_Inq_Dimid(ncid, dimname, dimid) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(1026): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(127): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID] status = NF90_Inq_VarId( fId, varName, vId ) -------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(130): error #6404: This name does not have a type, and must have an explicit type. [NF90_NOERR] IF ( status /= NF90_NOERR ) THEN -------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(132): error #6404: This name does not have a type, and must have an explicit type. [NF90_STRERROR] ', ' // NF90_Strerror( status ) -------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(132): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] ', ' // NF90_Strerror( status ) -------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(137): error #6404: This name does not have a type, and must have an explicit type. [NF90_GET_ATT] status = NF90_Get_Att( fId, vId, attName, attValue ) -------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(199): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID] status = NF90_Inq_VarId( fId, varName, vId ) -------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(204): error #6404: This name does not have a type, and must have an explicit type. [NF90_STRERROR] ', ' // NF90_Strerror( status ) -------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(204): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] ', ' // NF90_Strerror( status ) -------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(209): error #6404: This name does not have a type, and must have an explicit type. [NF90_GET_ATT] status = NF90_Get_Att( fId, vId, attName, attValue ) -------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(271): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID] status = NF90_Inq_VarId( fId, varName, vId ) -------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(276): error #6404: This name does not have a type, and must have an explicit type. [NF90_STRERROR] ', ' // NF90_Strerror( status ) -------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(276): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] ', ' // NF90_Strerror( status ) -------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(281): error #6404: This name does not have a type, and must have an explicit type. [NF90_GET_ATT] status = NF90_Get_Att( fId, vId, attName, attValue ) -------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(343): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID] status = NF90_Inq_VarId( fId, varName, vId ) -------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(348): error #6404: This name does not have a type, and must have an explicit type. [NF90_STRERROR] ', ' // NF90_Strerror( status ) -------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(348): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] ', ' // NF90_Strerror( status ) -------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(353): error #6404: This name does not have a type, and must have an explicit type. [NF90_GET_ATT] status = NF90_Get_Att( fId, vId, attName, attValue ) -------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(415): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID] status = NF90_Inq_VarId( fId, varName, vId ) -------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(420): error #6404: This name does not have a type, and must have an explicit type. [NF90_STRERROR] ', ' // NF90_Strerror( status ) ------------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(420): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] ', ' // NF90_Strerror( status ) ------------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(425): error #6404: This name does not have a type, and must have an explicit type. [NF90_GET_ATT] status = NF90_Get_Att( fId, vId, attName, attValue ) -------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90(487): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID] status = NF90_Inq_VarId( fId, varName, vId ) -------------^ /tmp/ifortY2R6W1.i90(1082): catastrophic error: Too many errors, exiting compilation aborted for /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_checks.F90 (code 1) compilation aborted for /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_readattr.F90 (code 1) make[2]: *** [src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/build.make:95: src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_checks.F90.o] Error 1 make[2]: *** [src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/build.make:199: src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_readattr.F90.o] Error 1 /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(73): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(185): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(303): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(427): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(549): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(672): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(795): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(919): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(1045): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(73): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(1171): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(196): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(370): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(1296): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(101): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID] ierr = NF90_Inq_VarId(ncid, varname, varid) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(103): error #6404: This name does not have a type, and must have an explicit type. [NF90_NOERR] if (ierr /= NF90_NOERR) then ----------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(105): error #6404: This name does not have a type, and must have an explicit type. [NF90_STRERROR] ', ' // NF90_strerror(ierr) -------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(105): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] ', ' // NF90_strerror(ierr) -------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(109): error #6404: This name does not have a type, and must have an explicit type. [NF90_PUT_VAR] ierr = Nf90_Put_Var(ncid, varid, varwr_scal) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(112): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] err_msg = 'In Ncwr_Scal+R4 #2: ' // NF90_strerror(ierr) --------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(522): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(157): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID] ierr = NF90_Inq_Varid(ncid, varname, varid) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(161): error #6404: This name does not have a type, and must have an explicit type. [NF90_STRERROR] ', ' // NF90_strerror(ierr) -------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(161): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] ', ' // NF90_strerror(ierr) -------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(165): error #6404: This name does not have a type, and must have an explicit type. [NF90_PUT_VAR] ierr = NF90_Put_Var(ncid, varid, varwr_scal) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(168): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] err_msg = 'In Ncwr_Scal_R8 #2: ' // NF90_strerror(ierr) --------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(213): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID] ierr = NF90_Inq_Varid(ncid, varname, varid) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(217): error #6404: This name does not have a type, and must have an explicit type. [NF90_STRERROR] ', ' // NF90_strerror(ierr) --------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(217): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] ', ' // NF90_strerror(ierr) --------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(221): error #6404: This name does not have a type, and must have an explicit type. [NF90_PUT_VAR] ierr = NF90_Put_Var(ncid, varid, varwr_scali) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(224): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] err_msg = 'In Ncwr_Scal_Int #2: ' // NF90_strerror(ierr) ---------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(275): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID] ierr = NF90_Inq_Varid(ncid, varname, varid) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(279): error #6404: This name does not have a type, and must have an explicit type. [NF90_STRERROR] ', ' // NF90_strerror(ierr) --------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90(279): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] ', ' // NF90_strerror(ierr) --------------------------^ /tmp/iforttbpGy2.i90(1351): catastrophic error: Too many errors, exiting /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(649): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(777): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(908): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(1037): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(1167): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ compilation aborted for /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_write.F90 (code 1) /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(1298): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(92): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(1432): error #7013: This module file was not generated by any release of this compiler. [NETCDF] use netCDF --------^ make[2]: *** [src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/build.make:212: src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_write.F90.o] Error 1 /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(271): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(104): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID] ierr = NF90_Inq_VarId(ncid, varname, varid) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(106): error #6404: This name does not have a type, and must have an explicit type. [NF90_NOERR] if (ierr /= NF90_NOERR) then ----------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(108): error #6404: This name does not have a type, and must have an explicit type. [NF90_STRERROR] ', ' // NF90_Strerror(ierr) --------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(108): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] ', ' // NF90_Strerror(ierr) --------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(112): error #6404: This name does not have a type, and must have an explicit type. [NF90_GET_VAR] ierr = NF90_Get_Var(ncid, varid, varrd_scal_tmp) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(115): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] err_msg = 'In Ncrd_Scal #2: ' // NF90_Strerror(ierr) -----------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(166): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID] ierr = NF90_Inq_VarId(ncid, varname, varid) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(170): error #6404: This name does not have a type, and must have an explicit type. [NF90_STRERROR] ', ' // NF90_Strerror(ierr) -------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(170): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] ', ' // NF90_Strerror(ierr) -------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(174): error #6404: This name does not have a type, and must have an explicit type. [NF90_GET_VAR] ierr = NF90_Get_Var(ncid, varid, varrd_scali) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(177): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] err_msg = 'In Ncrd_Scal_Int #2: ' // NF90_Strerror(ierr) ---------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(239): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID] ierr = NF90_Inq_VarId(ncid, varname, varid) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(244): error #6404: This name does not have a type, and must have an explicit type. [NF90_STRERROR] ', ' // NF90_Strerror(ierr) -----------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(244): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] ', ' // NF90_Strerror(ierr) -----------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(253): error #6632: Keyword arguments are invalid without an explicit interface. [START] ierr = NF90_Get_Var(ncid, varid, varrd_1d, start=strt1d, count=cnt1d) ------------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(253): error #6632: Keyword arguments are invalid without an explicit interface. [COUNT] ierr = NF90_Get_Var(ncid, varid, varrd_1d, start=strt1d, count=cnt1d) --------------------------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(253): error #6404: This name does not have a type, and must have an explicit type. [NF90_GET_VAR] ierr = NF90_Get_Var(ncid, varid, varrd_1d, start=strt1d, count=cnt1d) ------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(257): error #6054: A CHARACTER data type is required in this context. [NF90_STRERROR] err_msg = 'In Ncrd_1d_R8 #2: ' // NF90_Strerror(ierr) ---------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90(325): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID] ierr = NF90_Inq_VarId(ncid, varname, varid) -----------^ /tmp/ifortvaPyX1.i90(1553): catastrophic error: Too many errors, exiting /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(378): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(484): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ compilation aborted for /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_read.F90 (code 1) /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(590): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(696): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ make[2]: *** [src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/build.make:186: src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_read.F90.o] Error 1 /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(802): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(908): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(1014): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(1107): error #7013: This module file was not generated by any release of this compiler. [NETCDF] USE netCDF --------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(130): error #6404: This name does not have a type, and must have an explicit type. [NF90_UNLIMITED] len0 = NF90_UNLIMITED -----------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(134): error #6404: This name does not have a type, and must have an explicit type. [NF90_DEF_DIM] ierr = NF90_Def_Dim(ncid, name, len0, id) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(136): error #6404: This name does not have a type, and must have an explicit type. [NF90_NOERR] IF (ierr.ne.NF90_NOERR) then ----------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(220): error #6632: Keyword arguments are invalid without an explicit interface. [SHUFFLE] shuffle=.TRUE., deflate_level=1 ) -------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(220): error #6632: Keyword arguments are invalid without an explicit interface. [DEFLATE_LEVEL] shuffle=.TRUE., deflate_level=1 ) -----------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(219): error #6404: This name does not have a type, and must have an explicit type. [NF90_DEF_VAR] ierr = NF90_Def_Var( ncid, name, xtype, dims, var_id, & -----------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(225): error #6404: This name does not have a type, and must have an explicit type. [NF90_ENOTNC4] IF ( (ierr.ne.NF90_NOERR) .and. (ierr.ne.NF90_ENOTNC4)) THEN ---------------------------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(298): error #6404: This name does not have a type, and must have an explicit type. [NF90_PUT_ATT] ierr = NF90_Put_Att(ncid, var_id, att_name, att_val) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(354): error #6404: This name does not have a type, and must have an explicit type. [NF90_PUT_ATT] ierr = NF90_Put_Att( ncid, var_id, att_name, att_val ) ------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(407): error #6404: This name does not have a type, and must have an explicit type. [NF90_PUT_ATT] ierr = NF90_Put_Att( ncid, var_id, att_name, att_val ) ------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(460): error #6404: This name does not have a type, and must have an explicit type. [NF90_PUT_ATT] ierr = NF90_Put_Att( ncid, var_id, att_name, att_val ) ------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(513): error #6404: This name does not have a type, and must have an explicit type. [NF90_PUT_ATT] ierr = NF90_Put_Att( ncid, var_id, att_name, att_val ) ------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(566): error #6404: This name does not have a type, and must have an explicit type. [NF90_PUT_ATT] ierr = NF90_Put_Att( ncid, var_id, att_name, att_val ) ------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(619): error #6404: This name does not have a type, and must have an explicit type. [NF90_PUT_ATT] ierr = NF90_Put_Att( ncid, var_id, att_name, att_val ) ------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(672): error #6404: This name does not have a type, and must have an explicit type. [NF90_GLOBAL] ierr = NF90_Put_Att(ncid, NF90_GLOBAL, att_name, att_val) ------------------------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(672): error #6404: This name does not have a type, and must have an explicit type. [NF90_PUT_ATT] ierr = NF90_Put_Att(ncid, NF90_GLOBAL, att_name, att_val) -----------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(725): error #6404: This name does not have a type, and must have an explicit type. [NF90_PUT_ATT] ierr = NF90_Put_Att( ncid, NF90_GLOBAL, att_name, att_val ) ------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(778): error #6404: This name does not have a type, and must have an explicit type. [NF90_PUT_ATT] ierr = NF90_Put_Att( ncid, NF90_GLOBAL, att_name, att_val ) ------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(831): error #6404: This name does not have a type, and must have an explicit type. [NF90_PUT_ATT] ierr = NF90_Put_Att( ncid, NF90_GLOBAL, att_name, att_val ) ------------^ /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90(884): error #6404: This name does not have a type, and must have an explicit type. [NF90_PUT_ATT] ierr = NF90_Put_Att( ncid, NF90_GLOBAL, att_name, att_val ) ------------^ /tmp/ifort8lbpM0.i90(2927): catastrophic error: Too many errors, exiting compilation aborted for /storage/zhangyuzhongLab/panshaomin/run_geoschem/gc_4x5_merra2_CH4/CodeDir/src/HEMCO/src/Shared/NcdfUtil/hco_m_netcdf_io_define.F90 (code 1) make[2]: *** [src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/build.make:134: src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/hco_m_netcdf_io_define.F90.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:1023: src/HEMCO/src/Shared/NcdfUtil/CMakeFiles/NcdfUtilHco.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 22%] Built target Headers make: *** [Makefile:149: all] Error 2

Please attach any relevant configuration and log files.

No response

What GEOS-Chem version were you using?

14.5.0

What environment were you running GEOS-Chem on?

Local cluster

What compiler and version were you using?

gcc/9.2.0

Will you be addressing this bug yourself?

Yes

In what configuration were you running GEOS-Chem?

GCClassic

What simulation were you running?

CH4

As what resolution were you running GEOS-Chem?

4×5,72

What meterology fields did you use?

MERRA-2

Additional information

No response

@psm11 psm11 added the category: Bug Something isn't working label Dec 29, 2024
@yantosca yantosca self-assigned this Jan 2, 2025
@yantosca yantosca added topic: Build Related to makefiles or the build sequence category: Debug Help Request for assistance debugging GEOS-Chem and removed category: Bug Something isn't working labels Jan 2, 2025
@yantosca
Copy link
Contributor

yantosca commented Jan 2, 2025

Thanks for writing @psm11 and thanks for your patience. We just got back from the holiday break.

This error:

 error #7013: This module file was not generated by any release of this compiler.   [NETCDF] use netCDF --------^ 

indicates that you may be trying to use a netCDF library that was built with a different compiler than what you are using to build GEOS-Chem. For example, if netCDF was built with Intel compilers but you are using Gfortran to build GEOS-Chem.

I would try rebuilding GEOS-Chem using the same compiler as the netCDF library, and that should fix the problem.

@psm11
Copy link
Author

psm11 commented Jan 3, 2025

Thank you for your response! I will try it!

@yantosca
Copy link
Contributor

yantosca commented Jan 3, 2025

Thanks @psm11. Feel free to close this issue if this solution works for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Debug Help Request for assistance debugging GEOS-Chem topic: Build Related to makefiles or the build sequence
Projects
None yet
Development

No branches or pull requests

2 participants