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/modmpp.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/modmpp.F

    r1901 r2019  
    3030 
    3131      Contains 
    32 #ifdef AGRIF_MPI 
     32#ifdef key_mpp_mpi 
    3333      Subroutine Get_External_Data_first(pttruetab, 
    3434     &   cetruetab,pttruetabwhole,cetruetabwhole,nbdim,memberin, 
     
    3737 
    3838      IMPLICIT NONE 
    39 #include "mpif.h" 
     39      INCLUDE 'mpif.h' 
    4040      INTEGER :: nbdim 
    4141      INTEGER,DIMENSION(nbdim,0:Agrif_NbProcs-1)    :: pttruetab, 
     
    177177 
    178178      IMPLICIT NONE 
    179 #include "mpif.h" 
     179      INCLUDE 'mpif.h' 
    180180      INTEGER :: nbdim 
    181181      TYPE(Agrif_PVariable) :: tempC, tempCextend 
     
    345345      TYPE(AGRIF_PVARIABLE), SAVE                      :: temprecv 
    346346 
    347 #include "mpif.h" 
     347      INCLUDE 'mpif.h' 
    348348          INTEGER :: i,k 
    349349          INTEGER :: etiquette = 100 
     
    682682      LOGICAL                                    :: res 
    683683 
    684 #include "mpif.h" 
     684      INCLUDE 'mpif.h' 
    685685          INTEGER :: i,k 
    686686          INTEGER :: etiquette = 100 
     
    798798      TYPE(AGRIF_PVARIABLE), SAVE                      :: temprecv 
    799799 
    800 #include "mpif.h" 
     800      INCLUDE 'mpif.h' 
    801801          INTEGER :: i,k 
    802802          INTEGER :: etiquette = 100 
     
    10961096          integer :: etiquette = 100 
    10971097          integer :: datasize, code 
    1098 #include "mpif.h"    
     1098        INCLUDE 'mpif.h' 
    10991099 
    11001100          datasize = SIZE(tab3D( 
Note: See TracChangeset for help on using the changeset viewer.