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 2019 for branches/DEV_r1879_FCM/NEMOGCM/EXTERNAL/AGRIF/AGRIF_FILES/modbc.F – NEMO

Ignore:
Timestamp:
2010-07-20T19:48:19+02:00 (14 years ago)
Author:
rblod
Message:

Put back the changes for Agrif on fcm branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1879_FCM/NEMOGCM/EXTERNAL/AGRIF/AGRIF_FILES/modbc.F

    r1901 r2019  
    717717       
    718718C 
    719 #ifdef AGRIF_MPI 
    720 C 
    721 #include "mpif.h" 
     719#ifdef key_mpp_mpi 
     720C 
     721      INCLUDE 'mpif.h' 
    722722C 
    723723#endif 
     
    772772                                       !    (c2t=1-c1t)  
    773773C 
    774 #ifdef AGRIF_MPI 
     774#ifdef key_mpp_mpi 
    775775C 
    776776      INTEGER,DIMENSION(nbdim)   :: lower,upper 
     
    796796       
    797797 
    798 #if !defined AGRIF_MPI 
     798#if !defined key_mpp_mpi 
    799799      Call Agrif_nbdim_Get_bound_dimension(child%var,lubglob(:,1), 
    800800     &              lubglob(:,2),nbdim) 
     
    886886       
    887887C 
    888 #if defined AGRIF_MPI 
     888#if defined key_mpp_mpi 
    889889                 Call Agrif_nbdim_Get_bound_dimension 
    890890     &                    (child%var,lower,upper,nbdim) 
Note: See TracChangeset for help on using the changeset viewer.