Ignore:
Timestamp:
Nov 22, 2011, 5:07:44 PM (13 years ago)
Author:
acolaitis
Message:

Modified NCDF norm of our files from classic to 64bit offset to support variables indices of more than integer*4 maximum length. This is a priori retrocompatible with classic format. I have tested it, it works for all file outputs, newstart (on classic or 64-bit offset files). One can check the format of his .nc with ncdump -k file.nc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/inistats.F

    r38 r410  
    4343      enddo
    4444
    45       ierr = NF_CREATE("stats.nc",NF_CLOBBER,nid)
     45      ierr = NF_CREATE("stats.nc",IOR(NF_CLOBBER,NF_64BIT_OFFSET),nid)
    4646      if (ierr.ne.NF_NOERR) then
    4747         write (*,*) NF_STRERROR(ierr)
Note: See TracChangeset for help on using the changeset viewer.