This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Enzo, > I need to convert WETPRF COSMIC FILE (*_nc) in LITTLE_R FORMAT to make run > with WRF. > > > I use WETPRF_DECODER (in first attached file) but it doesn't work: > "Fatal Error: Can't open module file 'netcdf.mod' for reading at (1): No file > or directory" > ("Makefile.log" in second attached file). > > > May you help me in configure WETPRF_DECODER MAKEFILE for my gfortran compiler? It looks like you are specifying the wrong include directory in your compile line. Your previous log file showed that netcdf.mod and typesizes.mod were installed in the default location, /usr/local/include. But the compile line gfortran -c -fconvert=big-endian -I/usr/local/netcdf/lib/include wetprf_decoder.f90 is telling gfortran to instead look in /usr/local/netcdf/lib/include. You should either change this to gfortran -c -fconvert=big-endian -I/usr/local/include wetprf_decoder.f90 or copy the .mod files into the directory /usr/local/netcdf/lib/ --Russ > > To: address@hidden > > Subject: [netCDF #NJA-407086]: Problem with NETCDF‏ and GFORTRAN > > Date: Thu, 13 May 2010 14:33:39 -0600 > > CC: address@hidden > > From: address@hidden > > > > Hi Enzo, > > > > > after "./compile", "make check" and "make install", I have problem with > > > "netcdf.mod" and "typesizes.mod". > > > > > > You can find everything in the attached files. > > > > I looked at your "install.log", and it appears that both netcdf.mod and > > typesizes.mod > > were correctly installed, as this line from install.log indicates: > > > > /usr/bin/install -c -m 644 typesizes.mod netcdf.mod '/usr/local/include' > > > > To compile with these module files, you must include the compiler flag > > -I/usr/local/include before the names of your Fortran files. > > > > Is there any other indication of a problem? > > > > --Russ > > > > > > To: address@hidden > > > > Subject: [netCDF #NJA-407086]: Problem with NETCDF‏ and GFORTRAN > > > > Date: Tue, 11 May 2010 08:29:36 -0600 > > > > CC: > > > > From: address@hidden > > > > > > > > Howdy Enzo! > > > > > > > > NetCDF is known to work well with gfortran, but the latest version I > > > > have is 4.3.1. > > > > > > > > What is going wrong? Can you please send the output of configure and > > > > make check? Also please send config.log. > > > > > > > > Thanks! > > > > > > > > Ed > > > > > > > > Ticket Details > > > > =================== > > > > Ticket ID: NJA-407086 > > > > Department: Support netCDF > > > > Priority: Normal > > > > Status: Closed > > > > > > > > > > _________________________________________________________________ > > > nome.cognome @... Verifica la disponibilità sui NUOVI domini > > > https://signup.live.com/signup.aspx?mkt=it-it&rollrs=12&lic=1 > > > > > > > Russ Rew UCAR Unidata Program > > address@hidden http://www.unidata.ucar.edu > > > > > > > > Ticket Details > > =================== > > Ticket ID: NJA-407086 > > Department: Support netCDF > > Priority: Normal > > Status: Closed > > > > _________________________________________________________________ > MSN ti offre esattamente quello che cerchi: il tuo browser personale > http://www.pimpit.it/ie8msn/ > Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: NJA-407086 Department: Support netCDF Priority: Normal Status: Closed