Hi all,
I have on my computer Fedora core 5 and g95 compiller,
When I try to install roms 2.2 I get next message:
[root@localhost roms-2.2]# make
g95 -c -O3 -ffast-math mod_netcdf.f90
In file mod_netcdf.f90:218
integer, parameter :: NF_FOUT = nf_real
1
Error: Symbol 'nf_real' at (1) has no IMPLICIT type
In file mod_netcdf.f90:219
integer, parameter :: NF_FRST = nf_double
1
Error: Symbol 'nf_double' at (1) has no IMPLICIT type
In file mod_netcdf.f90:220
integer, parameter :: NF_TYPE = nf_double
1
Error: Symbol 'nf_double' at (1) has no IMPLICIT type
make: *** [mod_netcdf.o] Error 1
what I must to do?
Thanks
ROMS 2.2 installation problems
I'm guessing you left off the real error, which was cpp not finding netcdf.inc. Do you have the netcdf library somewhere? You have to tell it where in Compilers/Linux-g95.mk file. There is both an include file and a library file that make needs to find.
If you don't have it, netcdf is at: http://www.unidata.ucar.edu/software/netcdf/
If you don't have it, netcdf is at: http://www.unidata.ucar.edu/software/netcdf/