<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Dear all<br>I use "make" command to compile wrfcamx program with intel compilers, but i got this error:<br>"ifort -c -o wrf_netcdf.o -O2 -mieee-fp -align dcommons -convert big_endian -ipo -static -I/models/CMAQ/src/CMAQ_v4.7.x86_64pg/lib/netcdf-3.6.0-p1/include wrf_netcdf.f90<br>wrf_netcdf.f90(11): error #5102: Cannot open include file 'netcdf.inc'<br>&nbsp; include 'netcdf.inc'<br>----------^<br>wrf_netcdf.f90(73): error #5102: Cannot open include file 'netcdf.inc'<br>&nbsp; include 'netcdf.inc'<br>----------^<br>wrf_netcdf.f90(116): error #5102: Cannot open include file 'netcdf.inc'<br>&nbsp; include 'netcdf.inc'<br>----------^<br>wrf_netcdf.f90(148): error #5102: Cannot open include file 'netcdf.inc'<br>&nbsp; include 'netcdf.inc'<br>----------^<br>wrf_netcdf.f90(182): error #5102: Cannot open include file 'netcdf.inc'<br>&nbsp; include
 'netcdf.inc'<br>----------^<br>wrf_netcdf.f90(246): error #5102: Cannot open include file 'netcdf.inc'<br>&nbsp; include 'netcdf.inc'<br>----------^<br>wrf_netcdf.f90(305): error #5102: Cannot open include file 'netcdf.inc'<br>&nbsp; include 'netcdf.inc'<br>----------^<br>wrf_netcdf.f90(364): error #5102: Cannot open include file 'netcdf.inc'<br>&nbsp; include 'netcdf.inc'<br>----------^<br>wrf_netcdf.f90(24): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NCNOWRIT]<br>&nbsp; cdfid = ncopn(file, NCNOWRIT, rcode )<br>----------------------^<br>wrf_netcdf.f90(24): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NCOPN]<br>&nbsp; cdfid = ncopn(file, NCNOWRIT, rcode )<br>----------^<br>wrf_netcdf.f90(33): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NCVID]<br>&nbsp; id_time = ncvid( cdfid, 'Times', rcode
 )<br>------------^<br>wrf_netcdf.f90(35): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NF_INQ_VAR]<br>&nbsp; rcode = nf_inq_var( cdfid, id_time, varnam, ivtype, ndims, dimids, natts )<br>----------^<br>wrf_netcdf.f90(40): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NF_INQ_DIMLEN]<br>&nbsp;&nbsp;&nbsp; rcode = nf_inq_dimlen( cdfid, dimids(i), idims(i) )<br>------------^<br>wrf_netcdf.f90(53): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NF_GET_VARA_TEXT]<br>&nbsp;&nbsp;&nbsp; rcode = NF_GET_VARA_TEXT&nbsp; ( cdfid, id_time,&nbsp; &amp;<br>------------^<br>wrf_netcdf.f90(86): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NCOPN]<br>&nbsp; cdfid = ncopn(file, NCNOWRIT, rcode )<br>----------^<br>wrf_netcdf.f90(95): error #6404: This name does not have a type, and must have an
 explicit type.&nbsp;&nbsp; [NCVID]<br>&nbsp; id_time = ncvid( cdfid, var, rcode )<br>------------^<br>wrf_netcdf.f90(97): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NF_INQ_VAR]<br>&nbsp; rcode = nf_inq_var( cdfid, id_time, varnam, ivtype, ndims, dimids, natts )<br>----------^<br>wrf_netcdf.f90(102): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NF_INQ_DIMLEN]<br>&nbsp;&nbsp;&nbsp; rcode = nf_inq_dimlen( cdfid, dimids(i), dims(i) )<br>------------^<br>wrf_netcdf.f90(125): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NCOPN]<br>&nbsp; cdfid = ncopn(file, NCNOWRIT, rcode )<br>----------^<br>wrf_netcdf.f90(134): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NF_GLOBAL]<br>&nbsp; rcode = NF_GET_ATT_INT(cdfid, nf_global, att_name, value
 )<br>--------------------------------^<br>wrf_netcdf.f90(134): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NF_GET_ATT_INT]<br>&nbsp; rcode = NF_GET_ATT_INT(cdfid, nf_global, att_name, value )<br>----------^<br>wrf_netcdf.f90(157): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NCOPN]<br>&nbsp; cdfid = ncopn(file, NCNOWRIT, rcode )<br>----------^<br>wrf_netcdf.f90(166): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NF_GET_ATT_REAL]<br>&nbsp; rcode = NF_GET_ATT_REAL(cdfid, nf_global, att_name, value )<br>----------^<br>wrf_netcdf.f90(194): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NCVID]<br>&nbsp; id_data = ncvid( cdfid, var, rcode )<br>------------^<br>wrf_netcdf.f90(196): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp;
 [NF_INQ_VAR]<br>&nbsp; rcode = nf_inq_var( cdfid, id_data, varnam, ivtype, ndims, dimids, natts )<br>----------^<br>wrf_netcdf.f90(201): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NF_INQ_DIMLEN]<br>&nbsp;&nbsp;&nbsp; rcode = nf_inq_dimlen( cdfid, dimids(i), idims(i) )<br>------------^<br>wrf_netcdf.f90(258): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NCVID]<br>&nbsp; id_data = ncvid( cdfid, var, rcode )<br>------------^<br>wrf_netcdf.f90(260): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NF_INQ_VAR]<br>&nbsp; rcode = nf_inq_var( cdfid, id_data, varnam, ivtype, ndims, dimids, natts )<br>----------^<br>wrf_netcdf.f90(265): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NF_INQ_DIMLEN]<br>&nbsp;&nbsp;&nbsp; rcode = nf_inq_dimlen( cdfid, dimids(i), idims(i)
 )<br>------------^<br>wrf_netcdf.f90(317): error #6404: This name does not have a type, and must have an explicit type.&nbsp;&nbsp; [NCVID]<br>&nbsp; id_data = ncvid( cdfid, var, rcode )<br>------------^<br>wrf_netcdf.f90(415): catastrophic error: Too many errors, exiting<br>compilation aborted for wrf_netcdf.f90 (code 1)<br>make: *** [wrf_netcdf.o] Error 1<br><br>any suggestion?<br>Thanks<br>Hossein<br></td></tr></table>