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 14229 for NEMO/trunk/src/OCE/FLO/floblk.F90 – NEMO

Ignore:
Timestamp:
2020-12-20T13:45:55+01:00 (4 years ago)
Author:
smasson
Message:

trunk: replace key_mpp_mpi by the opposite key key_mpi_off

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/FLO/floblk.F90

    r13286 r14229  
    105105      iloop = 0 
    106106222   DO jfl = 1, jpnfl 
    107 # if   defined key_mpp_mpi 
     107# if ! defined key_mpi_off 
    108108         IF( iil(jfl) >= mig(Nis0) .AND. iil(jfl) <= mig(Nie0) .AND.   & 
    109109             ijl(jfl) >= mjg(Njs0) .AND. ijl(jfl) <= mjg(Nje0)   ) THEN 
     
    329329            ! reinitialisation of the age of FLOAT 
    330330            zagefl(jfl) = zagenewfl(jfl) 
    331 # if   defined key_mpp_mpi 
     331# if ! defined key_mpi_off 
    332332         ELSE 
    333333            ! we put zgifl, zgjfl, zgkfl, zagefl 
Note: See TracChangeset for help on using the changeset viewer.