Ignore:
Timestamp:
Jan 18, 2021, 8:02:21 PM (3 years ago)
Author:
Ehouarn Millour
Message:

Make dynamics restart.nc file be in "64-bit offset" mode to enable generating large files. While at it also enforce this for limit.nc, guide_ins.nc and grilles_gcm.nc generated by the model.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3d_common/grilles_gcm_netcdf_sub.F90

    r2600 r3803  
    7878  ! CREATION OUTPUT
    7979  ! ouverture fichier netcdf de sortie out
    80   status=NF_CREATE('grilles_gcm.nc',NF_CLOBBER,ncid_out)
     80  status=NF_CREATE('grilles_gcm.nc',IOR(NF_CLOBBER,NF_64BIT_OFFSET),ncid_out)
    8181  CALL handle_err(status)
    8282  status=NF_DEF_DIM(ncid_out,'lonu',iim+1,out_lonudim)
Note: See TracChangeset for help on using the changeset viewer.