Ignore:
Timestamp:
Jun 29, 2023, 3:55:54 PM (17 months ago)
Author:
yann meurdesoif
Message:

Replace #include (c preprocessor) by INCLUDE (fortran keyword)

in phylmd (except rrtm and ecrad) filtrez, dy3dmem and dyn3dcommon

Other directories will follow
YM

Location:
LMDZ6/trunk/libf/filtrez
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/filtrez/eigen.F

    r2197 r4593  
    44      SUBROUTINE eigen( e,d)
    55      IMPLICIT NONE
    6 #include "dimensions.h"
     6      INCLUDE "dimensions.h"
    77      real :: e( iim,iim ), d( iim )
    88      real :: asm( iim )
  • LMDZ6/trunk/libf/filtrez/filtreg.F

    r4440 r4593  
    4646c
    4747c
    48 #include "dimensions.h"
    49 #include "paramet.h"
    50 #include "coefils.h"
     48      INCLUDE "dimensions.h"
     49      INCLUDE "paramet.h"
     50      INCLUDE "coefils.h"
    5151
    5252      INTEGER    nlat,nbniv,ifiltre,iter
Note: See TracChangeset for help on using the changeset viewer.