Hi Prerita,
I have not used this program, but based on a quick look, it seems you have not supplied the netcdf path (i.e., this line "netcdf top level directory = /usr"). Look for your netcdf installation path, and (e.g., in bash), type export NETCDF_DIR=/path/to/your/netcdf/lib.
From the README..
The anthro_emis utility requires the netcdf library and make_anthro
will attempt to locate the libnetcdf.a library. However, this is
not a foolproof process and thus you may need to set the environment variable
NETCDF_DIR
to the directory containing the file lib/libnetcdf.a. As an example
in the ksh shell, if you issued the command :
export NETCDF_DIR=/usr/local/netcdf-4.1.2
then make_anthro would look for the file libnetcdf.a in the
directory /usr/local/netcdf-4.1.2/lib (make_anthro automatically
appends the /lib string to the NETCDF_DIR string.
Hope this helps!
Cheers,
Jordan