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.
>From: Albert Sechurl Kim <address@hidden> >Organization: University of California, Los Angeles >Keywords: 200102030359.f133xOX27356 netCDF configure FC FFLAGS Albert, >My name is Albert Kim in civil engineering department in UCLA. > >I am using GNU fortran 77 and Pacific Siera fortran 90 in RedHat linux 6.0. >How can I handle netcdf files in my system? > >I installed your netcdf-beta.tar.Z in my linux box, but "make" process can >not be >done properly. The message said I don't have proper compiler or my OS is >not being supported. > >Do I have any method to handle netcdf files using GNU fortran 77 in my >redhat linux box? You can specify which Fortran compiler to use by defining the FC environment variable before doing the configure step of the build. Please see the INSTALL document in the netCDF distribution for details about setting environment variables that will be used by configure to create the netCDF Makefiles. Also, after setting any of the environment variables for the first time, you will need to do a 'make distclean' before rerunning configure. >Sincerely yours >Albert >********************************************** >Albert Sechurl Kim >Post Doctoral Researcher >Civil and Environmental Engineering >University of California, Los Angeles >Box 951593, 5732 Boelter Hall >Los Angeles, CA 90095-1593 >Phone:310-825-5991 >Fax:310-206-2222 >E-mail: address@hidden >www.seas.ucla.edu/~sechurl >********************************************** Tom Yoksas