hello everyone,
i am using wrf4.0
After configuration when i am compile my em_real the error found regarding diffwrf executable, which were form in this folder(WRF/external/io_netcdf/ )
when i am try to make diffwrf whie going to the specific folder then we found the provided error
the netcdf.inc is present in provided folder
please go through the Error message and give the suitable solution
**********************************************************************************************************************************************************************************
[rescholar1@localhost io_netcdf]$ make
grep nf_format_64bit /include/netcdf.inc ;\
a=$? ; export a ; \
if [ $a -a "$WRFIO_NCD_LARGE_FILE_SUPPORT" = "1" ] ; then \
/usr/local/SOFTWRF/MPICH/bin/mpicc -E -P -DWRFIO_NCD_LARGE_FILE_SUPPORT -I../ioapi_share wrf_io.F90 | m4 -Uinclude -Uindex -Ulen - > wrf_io.f ; \
else \
/usr/local/SOFTWRF/MPICH/bin/mpicc -E -P -I../ioapi_share wrf_io.F90 | m4 -Uinclude -Uindex -Ulen - > wrf_io.f ; \
fi
grep: /include/netcdf.inc: No such file or directory
/usr/local/SOFTWRF/MPICH/bin/mpifort -o wrf_io.o -I/include -I../ioapi_share -c wrf_io.f
wrf_io.f(70): error #5149: Illegal character in statement label field [m]
module wrf_data
^
wrf_io.f(70): error #5149: Illegal character in statement label field [o]
module wrf_data
-^
wrf_io.f(70): error #5149: Illegal character in statement label field [d]
module wrf_data
--^
wrf_io.f(70): error #5149: Illegal character in statement label field
module wrf_data
---^
wrf_io.f(70): error #5149: Illegal character in statement label field [l]
module wrf_data
----^
cter in statement label field [t]
integer , parameter :: FATAL = 1
*********************************************************************************************************************************************
i am using wrf4.0
After configuration when i am compile my em_real the error found regarding diffwrf executable, which were form in this folder(WRF/external/io_netcdf/ )
when i am try to make diffwrf whie going to the specific folder then we found the provided error
the netcdf.inc is present in provided folder
please go through the Error message and give the suitable solution
**********************************************************************************************************************************************************************************
[rescholar1@localhost io_netcdf]$ make
grep nf_format_64bit /include/netcdf.inc ;\
a=$? ; export a ; \
if [ $a -a "$WRFIO_NCD_LARGE_FILE_SUPPORT" = "1" ] ; then \
/usr/local/SOFTWRF/MPICH/bin/mpicc -E -P -DWRFIO_NCD_LARGE_FILE_SUPPORT -I../ioapi_share wrf_io.F90 | m4 -Uinclude -Uindex -Ulen - > wrf_io.f ; \
else \
/usr/local/SOFTWRF/MPICH/bin/mpicc -E -P -I../ioapi_share wrf_io.F90 | m4 -Uinclude -Uindex -Ulen - > wrf_io.f ; \
fi
grep: /include/netcdf.inc: No such file or directory
/usr/local/SOFTWRF/MPICH/bin/mpifort -o wrf_io.o -I/include -I../ioapi_share -c wrf_io.f
wrf_io.f(70): error #5149: Illegal character in statement label field [m]
module wrf_data
^
wrf_io.f(70): error #5149: Illegal character in statement label field [o]
module wrf_data
-^
wrf_io.f(70): error #5149: Illegal character in statement label field [d]
module wrf_data
--^
wrf_io.f(70): error #5149: Illegal character in statement label field
module wrf_data
---^
wrf_io.f(70): error #5149: Illegal character in statement label field [l]
module wrf_data
----^
cter in statement label field [t]
integer , parameter :: FATAL = 1
*********************************************************************************************************************************************