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.
Sophie,
>Date: Thu, 11 Mar 1999 09:47:55 +0100 (MET)
>From: Sophie Valcke <address@hidden>
>To: Steve Emmerson <address@hidden>
>Subject: Re: 19990310: "file too big" error message
>Keywords: 199903100908.CAA04412
In the above message, you wrote:
> Our operating system is IRIX64 on SGI. The Fortran compiler is
> Fortran 90 7.2 for irix 6.4.
Thank you.
I compiled and linked your unmodified program as follows:
/tmp/netcdf-3.4/src/fortran: uname -a
IRIX64 flip 6.5 01221553 IP30
/tmp/netcdf-3.4/src/fortran: /bin/f90 -version -c -g -n32
v2cdf_SOICE_MO.F90
MIPSpro Compilers: Version 7.2.1.3m
/tmp/netcdf-3.4/src/fortran: /bin/f90 -version -o v2cdf_SOICE_MO -n32
v2cdf_SOICE_MO.o -L../libsrc -lnetcdf
E_MO.o -L../libsrc -lnetcdf
MIPSpro Compilers: Version 7.2.1.3m
When I execute your unmodified program, I get the following error:
/tmp/netcdf-3.4/src/fortran: ./v2cdf_SOICE_MO
isoncid= 3
iidimid= 1
ijdimid= 2
itimedimid= 3
ilonid= 1
ilatid= 2
itimeid= 3
imaskid= 4
ifldid(ifld) 5
ifldid(ifld) 6
ifldid(ifld) 7
ifldid(ifld) 8
ifldid(ifld) 9
ifldid(ifld) 10
ifldid(ifld) 11
ifldid(ifld) 12
ifldid(ifld) 13
ifldid(ifld) 14
ifldid(ifld) 15
ifldid(ifld) 16
ifldid(ifld) 17
ifldid(ifld) 18
ifldid(ifld) 19
ifldid(ifld) 20
ifldid(ifld) 21
ifldid(ifld) 22
ifldid(ifld) 23
ifldid(ifld) 24
ifldid(ifld) 25
ifldid(ifld) 26
ifldid(ifld) 27
sys-2 : UNRECOVERABLE error on system request
No such file or directory
Encountered during an OPEN of unit 14
Fortran unit 14 is not connected
IOT Trap
Abort (core dumped)
Is this correct behavior?
--------
Steve Emmerson <http://www.unidata.ucar.edu>