- To: Giuseppe Grieco <giuseppe.grieco@xxxxxxxxx>
- Subject: Re: [netcdfgroup] a problem
- From: Ted Mansell <Ted.Mansell@xxxxxxxx>
- Date: Fri, 31 Jul 2009 10:18:10 -0500
Ah, yes, I forget about that flag because I don't use netcdf3 much! You can still have both by using 'or' or 'ior':
integer :: cmode cmode = ior(NF90_NOCLOBBER, NF90_64BIT_OFFSET) status = NF90_CREATE(fname,cmode,ncid) -- Ted On Jul 31, 2009, at 9:11 AM, Giuseppe Grieco wrote:
Now it works, but I recompiled my code with the opening option NF90_64BIT_OFFSET instead of NF90_NOCLOBBER.Thanks, Giuseppe
- References:
- [netcdfgroup] a problem
- From: Giuseppe Grieco
- Re: [netcdfgroup] a problem
- From: Ted Mansell
- [netcdfgroup] a problem