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 13553 for NEMO/branches/2020/dev_r13383_HPC-02_Daley_Tiling/src/OCE/IOM – NEMO

Ignore:
Timestamp:
2020-10-01T13:33:30+02:00 (4 years ago)
Author:
hadcv
Message:

Merge in trunk up to [13550]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13383_HPC-02_Daley_Tiling/src/OCE/IOM/iom.F90

    r13295 r13553  
    350350           rst_file = TRIM(clpath)//TRIM(cn_ocerst_in) 
    351351        ELSE 
    352            rst_file = TRIM(clpath)//'1_'//TRIM(cn_ocerst_in) 
     352           rst_file = TRIM(clpath)//TRIM(Agrif_CFixed())//'_'//TRIM(cn_ocerst_in) 
    353353        ENDIF 
    354354!set name of the restart file and enable available fields 
     
    18611861      CHARACTER(LEN=*), INTENT(in) ::   cdname 
    18621862      REAL(sp)        , INTENT(in) ::   pfield0d 
    1863 !!      REAL(wp)        , DIMENSION(jpi,jpj) ::   zz     ! masson 
     1863      !!      REAL(wp)        , DIMENSION(jpi,jpj) ::   zz     ! masson 
    18641864#if defined key_iomput 
    18651865!!clem      zz(:,:)=pfield0d 
Note: See TracChangeset for help on using the changeset viewer.