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 13728 for NEMO/branches/2020/dev_12905_xios_restart/src/OCE/IOM/restart.F90 – NEMO

Ignore:
Timestamp:
2020-11-05T17:06:42+01:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2462: merge changes 13702,13717,13718 from #2386

File:
1 edited

Legend:

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

    r13727 r13728  
    116116                  clpname = TRIM(Agrif_CFixed())//"_"//clname    
    117117               ENDIF 
    118                CALL iom_init( cwxios_context, TRIM(clpath)//TRIM(clpname), ld_tmppatch = .false.,& 
    119                                                                            ld_closedef = .FALSE. ) 
     118               CALL iom_init( cwxios_context, TRIM(clpath)//TRIM(clpname), .false. ) 
     119               CALL xios_update_calendar(nitrst) 
    120120               CALL iom_swap(      cxios_context          ) 
    121121#else 
Note: See TracChangeset for help on using the changeset viewer.