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 10383 for utils/tools/NESTING/src/io_netcdf.f90 – NEMO

Ignore:
Timestamp:
2018-12-12T19:52:17+01:00 (5 years ago)
Author:
clem
Message:

ice restart should work in the nesting tools now. However ocean restart has been broken for some time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/NESTING/src/io_netcdf.f90

    r10025 r10383  
    291291    status=nf90_inquire_dimension(ncid,dimIDS(2),len=dim2)   
    292292    status=nf90_inquire_dimension(ncid,dimIDS(3),len=dim3) 
    293     !                 
     293    !     
    294294    IF(.NOT. ASSOCIATED(tabvar)) THEN 
    295295       ALLOCATE(tabvar(dim1,dim2,dim3))   
Note: See TracChangeset for help on using the changeset viewer.