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 12961 for NEMO/branches/2020/dev_12905_xios_restart/src/ICE/icerst.F90 – NEMO

Ignore:
Timestamp:
2020-05-22T13:51:12+02:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2462: read/write restart with XIOS in TOP (with debug print statements)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_12905_xios_restart/src/ICE/icerst.F90

    r12957 r12961  
    9191                  clpname = TRIM(Agrif_CFixed())//"_"//clname 
    9292               ENDIF 
    93                CALL iom_init( cwixios_context, TRIM(clpath)//TRIM(clpname), .false., ld_closedef = .FALSE. ) 
     93               CALL iom_init( cwixios_context, TRIM(clpath)//TRIM(clpname), ld_tmppatch = .false.,& 
     94                                                                            ld_closedef = .FALSE. ) 
    9495               CALL iom_swap(      cxios_context          ) 
    9596#else 
     
    223224             clpname = TRIM(Agrif_CFixed())//"_"//cn_icerst_in    
    224225          ENDIF 
    225           CALL iom_init( crixios_context, fname = TRIM(cn_icerst_indir)//'/'//TRIM(clpname), ld_tmppatch = .TRUE. ) 
     226          CALL iom_init( crixios_context, fname = TRIM(cn_icerst_indir)//'/'//TRIM(clpname), & 
     227                                          idfp = iom_file(numrir)%nfid, ld_tmppatch = .TRUE. ) 
    226228      ENDIF 
    227229 
Note: See TracChangeset for help on using the changeset viewer.