Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

ARWpost compilation error

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

youstorm said:
I had a similar, or the same problem on Ubuntu. This is what worked for me.
./clean -a
./configure
3 for gfortran option
Now I needed to edit this Makefile
cd src
edit the Makefile to make the line below exactly as written (netcdff before netcdf)
-L$(NETCDF)/lib -I$(NETCDF)/include -lnetcdff -lnetcdf

Now edit configure.arwp and remove the -C so that the line below is as such
CPP = /lib/cpp -P -traditional

Now compile
worked for me.


thanks sir its work for mee too
 
Jayanti pal said:
Sorry for the late reply. In my system, I follow the same as mentio


edit the Makefile to make the line below exactly as written (netcdff before netcdf)
-L$(NETCDF)/lib -I$(NETCDF)/include -lnetcdff -lnetcdf

Now edit configure.arwp and remove the -C so that the line below is as such
CPP = /lib/cpp -P -traditionaln

it has worked for me also
Thanks

It worked for me too...

Thanks a lot
 
Top