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 13149 for NEMO/branches/UKMO/NEMO_4.0_mirror_SI3_GPU/src/OCE/IOM/iom.F90 – NEMO

Ignore:
Timestamp:
2020-06-24T09:03:45+02:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2482: Dissable restart and use allocatable arrays

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0_mirror_SI3_GPU/src/OCE/IOM/iom.F90

    r13049 r13149  
    15061506      LOGICAL :: llx                ! local xios write flag 
    15071507      INTEGER :: ivid   ! variable id 
    1508  
     1508      RETURN 
    15091509      llx = .FALSE. 
    15101510      IF(PRESENT(ldxios)) llx = ldxios 
     
    15361536      LOGICAL :: llx                ! local xios write flag 
    15371537      INTEGER :: ivid   ! variable id 
    1538  
     1538      RETURN 
    15391539      llx = .FALSE. 
    15401540      IF(PRESENT(ldxios)) llx = ldxios 
     
    15661566      LOGICAL :: llx 
    15671567      INTEGER :: ivid   ! variable id 
    1568  
     1568      RETURN 
    15691569      llx = .FALSE. 
    15701570      IF(PRESENT(ldxios)) llx = ldxios 
     
    15961596      LOGICAL :: llx                 ! local xios write flag 
    15971597      INTEGER :: ivid   ! variable id 
    1598  
     1598      RETURN 
    15991599      llx = .FALSE. 
    16001600      IF(PRESENT(ldxios)) llx = ldxios 
Note: See TracChangeset for help on using the changeset viewer.