Changeset 4118


Ignore:
Timestamp:
Oct 17, 2018, 11:18:42 PM (6 years ago)
Author:
dubos
Message:

aquaplanet : fix bug with large physics restart files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/iostart.F90

    r3990 r4118  
    330330   
    331331    IF (is_mpi_root .AND. is_omp_root) THEN
    332       ierr = NF90_CREATE(filename, NF90_CLOBBER, nid_restart)
     332      ierr = NF90_CREATE(filename, NF90_NETCDF4, nid_restart)
    333333      IF (ierr/=NF90_NOERR) THEN
    334334        write(6,*)' Pb d''ouverture du fichier '//filename
Note: See TracChangeset for help on using the changeset viewer.