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/SAS/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/SAS/nemogcm.F90

    r14229 r14239  
    4242   USE lbcnfd  , ONLY : isendto, nsndto ! Setup of north fold exchanges 
    4343   USE lib_fortran    ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined) 
    44 #if defined key_iomput 
     44#if defined key_xios 
    4545   USE xios           ! xIOserver 
    4646#endif 
     
    185185      CALL nemo_closefile 
    186186      ! 
    187 #if defined key_iomput 
     187#if defined key_xios 
    188188                                    CALL xios_finalize  ! end mpp communications with xios 
    189189      IF( lk_oasis     )            CALL cpl_finalize   ! end coupling and mpp communications with OASIS 
     
    228228      !                             !-------------------------------------------------! 
    229229      ! 
    230 #if defined key_iomput 
     230#if defined key_xios 
    231231      IF( Agrif_Root() ) THEN 
    232232         IF( lk_oasis ) THEN 
Note: See TracChangeset for help on using the changeset viewer.