When executing the following command:
make OPT=intel.wrf CHEM=RACM AER=SIMPLE
I get the errors below during compilation:
icc -c -O2 -I../../aux_src/utils/include -I/opt/netcdf4/4.1.3-intel-14.0-2/include -I/opt/hdf5/1.8.12-intel-14.0-2/include ../../aux_src/utils/utils_c.c
../../aux_src/utils/utils_c.c(54): warning #810: conversion from "int *" to "int" may lose significant bits
ifaddr = (int )ia;
^
../../aux_src/utils/utils_c.c(55): warning #810: conversion from "void *" to "int" may lose significant bits
imaddr = (int )iaddr;
^
convert_edgar_to_RELACS_REAC.f90(17): error #6405: The same named entity from different modules and/or program units cannot be referenced. [CO]
,CO &
-----------------------------^
convert_edgar_to_RELACS_REAC.f90(20): error #6405: The same named entity from different modules and/or program units cannot be referenced. [CH4]
,CH4 &
-----------------------------^
convert_edgar_to_RELACS_REAC.f90(21): error #6405: The same named entity from different modules and/or program units cannot be referenced. [SO2]
,SO2 &
-----------------------------^
compilation aborted for convert_edgar_to_RELACS_REAC.f90 (code 1)
make: *** [convert_edgar_to_RELACS_REAC.o] Error 1