Dear all,

when i start to run for simulation of regcm4.0, although i have installed full of netcdf4-1.3, hdf5-1.8.8 and zlib library, but it has some errors, and i don't understand why, can you help me to solve this situation? thank you so much!

/////
make[1]: Entering directory `/home/thanh/regcm4/PreProc/Terrain'
ifort -c -I/opt/mc1/include -O0 -g -convert big_endian -assume byterecl -check all -traceback -warn all -fp-model strict  -c mod_rdldtr.f90
mod_rdldtr.f90(339): error #7881: This module file was generated for a different platform or by an incompatible compiler or compiler release. It cannot be read.   [NETCDF]
      use netcdf
----------^
mod_rdldtr.f90(394): error #6404: This name does not have a type, and must have an explicit type.   [NF90_NOWRITE]
      istat = nf90_open(filelev,nf90_nowrite,ncid_lev)
--------------------------------^
mod_rdldtr.f90(394): error #6404: This name does not have a type, and must have an explicit type.   [NF90_OPEN]
      istat = nf90_open(filelev,nf90_nowrite,ncid_lev)
--------------^
mod_rdldtr.f90(395): error #6404: This name does not have a type, and must have an explicit type.   [NF90_NOERR]
      if ( istat /= nf90_noerr ) then
--------------------^
mod_rdldtr.f90(397): error #6404: This name does not have a type, and must have an explicit type.   [NF90_STRERROR]
        write (6, *) nf90_strerror(istat)
---------------------^
mod_rdldtr.f90(400): error #6404: This name does not have a type, and must have an explicit type.   [NF90_INQ_VARID]
      istat = nf90_inq_varid(ncid_lev, 'HT', idtopo)
--------------^
mod_rdldtr.f90(520): error #6404: This name does not have a type, and must have an explicit type.   [NF90_GET_VAR]
        istat = nf90_get_var(ncid_lev,idtopo,itopo,istart3,icount3)
----------------^
mod_rdldtr.f90(631): error #6404: This name does not have a type, and must have an explicit type.   [NF90_CLOSE]
      istat = nf90_close(ncid_lev)
--------------^
compilation aborted for mod_rdldtr.f90 (code 1)
make[1]: *** [mod_rdldtr.o] Error 1
make[1]: Leaving directory `/home/thanh/regcm4/PreProc/Terrain'
make: *** [terrain] Error 2

////

best regards,

thanh, nguyen tien

Germany