New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 15142 for utils/tools_r4.0-HEAD – NEMO

Ignore:
Timestamp:
2021-07-26T10:40:54+02:00 (3 years ago)
Author:
jchanut
Message:

#2712, Robinson's fix for creating AGRIF big restart files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools_r4.0-HEAD/NESTING/src/agrif_create_restart.f90

    r10398 r15142  
    100100  ! 
    101101  CALL set_child_name(restart_file,Child_file) 
    102   status = nf90_create(Child_file,NF90_WRITE,ncid) 
     102  status = nf90_create(Child_file,NF90_NETCDF4,ncid) 
    103103  status = nf90_close(ncid) 
    104104  WRITE(*,*) 'Child grid restart file name = ',TRIM(Child_file)       
Note: See TracChangeset for help on using the changeset viewer.