%% Nelsie Ramos <[EMAIL PROTECTED]> writes: >> > I ran the WRF model and >> > would like to see the outputs in grads. I have both programs >> > (wrf2grads and grads) installed and tried to modify the makefile >> > for my machine (Linux-intel) and got this errors: >> > >> > 20 138:13:18:56:nelsie ~/WRF2GrADS >make >> > /usr/bin/cpp -I. -C -traditional -DRECL1 module_wrf_to_grads_netcdf.F > >> > module_wrf_to_grads_netcdf.f >> > ifort -C -FR -c module_wrf_to_grads_netcdf.f >> > -I/usr/local/netcdf-intel/include -I./ >> > fortcom: Error: module_wrf_to_grads_netcdf.F, line 11: Cannot open include >> > file 'netcdf.inc' >> > include 'netcdf.inc' >> > ----------^
These errors are being generated by your compiler, not by make. Whatever change you made to your makefile has caused the command line used with your compiler to fail. This list is for help with make issues; we don't know anything about your compiler. You'll need to contact someone who is familiar with your compiler (looks like the "ifort" FORTRAN compiler) and ask them to help you out with this. Good luck! -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Bug-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-make
