mariale33@gmail_com
New Member
Hi, We are having trouble compiling ns_dipole.f. We are using Linux ubuntu
Our Fortran compiler is ifort (IFORT) 14.0.1 20131008
Our NetCDF version is 4.0
The following message shows up:input: ifort ns_dipole.f -o ns_dipole -I/usr/local/netcdf-4.0-intel/include/ -L/usr/local/netcdf-4.0-intel/lib -lnetcdfoutput: ns_dipole.f(412): error #6418: This name has already been assigned a data type. [DEQ] double precision deq,dsig-----------------------^ns_dipole.f(412): error #6418: This name has already been assigned a data type. [DSIG] double precision deq,dsig---------------------------^ We have commented the script lines, and it seems to run ok, but the resulting grid is incomplete. The netCDF file with the grid generated using mk_grid.csh this way has all the expected variables (kmt, ULAT, ULON, HTN, HTE, HUS, HUW, ANGLE) but the range for many variables (cellID, HTN, HTE, HUW, and ANGLE) is zero... Does anyone have an idea o how to work this out?Thank you very much in advance Maria
Our Fortran compiler is ifort (IFORT) 14.0.1 20131008
Our NetCDF version is 4.0
The following message shows up:input: ifort ns_dipole.f -o ns_dipole -I/usr/local/netcdf-4.0-intel/include/ -L/usr/local/netcdf-4.0-intel/lib -lnetcdfoutput: ns_dipole.f(412): error #6418: This name has already been assigned a data type. [DEQ] double precision deq,dsig-----------------------^ns_dipole.f(412): error #6418: This name has already been assigned a data type. [DSIG] double precision deq,dsig---------------------------^ We have commented the script lines, and it seems to run ok, but the resulting grid is incomplete. The netCDF file with the grid generated using mk_grid.csh this way has all the expected variables (kmt, ULAT, ULON, HTN, HTE, HUS, HUW, ANGLE) but the range for many variables (cellID, HTN, HTE, HUW, and ANGLE) is zero... Does anyone have an idea o how to work this out?Thank you very much in advance Maria