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

Ignore:
Timestamp:
2010-07-13T17:44:19+02:00 (14 years ago)
Author:
smasson
Message:

replace #include by INCLUDE in AGRIF of DEV_r1879_FCM

File:
1 edited

Legend:

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

    r1988 r2008  
    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.