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 14239 for NEMO/trunk/src/OCE/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2020-12-23T09:57:16+01:00 (3 years ago)
Author:
smasson
Message:

trunk: replace key_iomput by key_xios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/nemogcm.F90

    r14229 r14239  
    233233      CALL nemo_closefile 
    234234      ! 
    235 #if defined key_iomput 
     235#if defined key_xios 
    236236                                    CALL xios_finalize  ! end mpp communications with xios 
    237237      IF( lk_oasis     )            CALL cpl_finalize   ! end coupling and mpp communications with OASIS 
     
    271271      !                             !-------------------------------------------------! 
    272272      ! 
    273 #if defined key_iomput 
     273#if defined key_xios 
    274274      IF( Agrif_Root() ) THEN 
    275275         IF( lk_oasis ) THEN 
Note: See TracChangeset for help on using the changeset viewer.