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/SWE – NEMO

Changeset 14239 for NEMO/trunk/src/SWE


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

trunk: replace key_iomput by key_xios

Location:
NEMO/trunk/src/SWE
Files:
4 edited

Legend:

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

    r14229 r14239  
    135135      CALL nemo_closefile 
    136136      ! 
    137 #if defined key_iomput 
     137#if defined key_xios 
    138138                       CALL xios_finalize  ! end mpp communications with xios 
    139139#else 
     
    170170      !                             !-------------------------------------------------! 
    171171      ! 
    172 #if defined key_iomput 
     172#if defined key_xios 
    173173      CALL xios_initialize( "for_xios_mpi_id", return_comm=ilocal_comm )   ! nemo local communicator given by xios 
    174174      CALL mpp_start( ilocal_comm ) 
  • NEMO/trunk/src/SWE/stp_oce.F90

    r14137 r14239  
    102102   USE timing          ! Timing 
    103103 
    104 #if defined key_iomput 
     104#if defined key_xios 
    105105   USE xios            ! I/O server 
    106106#endif 
  • NEMO/trunk/src/SWE/stpmlf.F90

    r14137 r14239  
    231231 
    232232      ! 
    233 #if defined key_iomput 
     233#if defined key_xios 
    234234      IF( kstp == nitend .OR. indic < 0 ) THEN 
    235235!!st : cxios_context needed ? because opened earlier ???          
  • NEMO/trunk/src/SWE/stprk3.F90

    r14179 r14239  
    328328 
    329329      ! 
    330 #if defined key_iomput 
     330#if defined key_xios 
    331331      IF( kstp == nitend .OR. indic < 0 ) THEN  
    332332         CALL iom_context_finalize( cxios_context ) 
Note: See TracChangeset for help on using the changeset viewer.