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 1441 for trunk/NEMO/OPA_SRC/IOM/iom.F90 – NEMO

Ignore:
Timestamp:
2009-05-12T15:33:06+02:00 (15 years ago)
Author:
rblod
Message:

Correct some incompatibility with AGRIF, see #415 first part

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/IOM/iom.F90

    r1412 r1441  
    153153      ENDIF 
    154154#else 
    155 IF( Agrif_Root() ) THEN 
    156       IF( iom_open_init == 0 ) THEN 
    157          iom_file(:)%nfid = 0 
    158          iom_open_init = 1 
     155      IF( Agrif_Root() ) THEN 
     156         IF( iom_open_init == 0 ) THEN 
     157            iom_file(:)%nfid = 0 
     158            iom_open_init = 1 
     159         ENDIF 
    159160      ENDIF 
    160161#endif 
Note: See TracChangeset for help on using the changeset viewer.