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 13702 – NEMO

Changeset 13702


Ignore:
Timestamp:
2020-10-29T13:57:36+01:00 (3 years ago)
Author:
andmirek
Message:

Ticket #2386: correct restart context definition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/r12377_ticket2386/src/OCE/IOM/restart.F90

    r13540 r13702  
    116116                  clpname = TRIM(Agrif_CFixed())//"_"//clname    
    117117               ENDIF 
    118                CALL iom_init( cwxios_context, TRIM(clpath)//TRIM(clpname), .false. ) 
     118               CALL iom_init( cwxios_context, TRIM(clpath)//TRIM(clpname), .true. ) 
    119119               CALL xios_update_calendar(nitrst) 
    120120               CALL iom_swap(      cxios_context          ) 
Note: See TracChangeset for help on using the changeset viewer.