Ignore:
Timestamp:
Oct 16, 2018, 10:29:07 AM (6 years ago)
Author:
Ehouarn Millour
Message:

Make produced "limit.nc" and "restartphy.nc" files be of "64-bit offset" type rather than "classic" NetCDF format to enable creation of large files (>2Gb).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phyaqua_mod.F90

    r2979 r3401  
    526526      PRINT *, 'writelim: Ecriture du fichier limit'
    527527
    528       ierr = nf_create('limit.nc', nf_clobber, nid)
     528      ierr = nf_create('limit.nc', IOR(NF_CLOBBER,NF_64BIT_OFFSET), nid)
    529529
    530530      ierr = nf_put_att_text(nid, nf_global, 'title', 30, &
Note: See TracChangeset for help on using the changeset viewer.