Ignore:
Timestamp:
Jun 29, 2023, 3:55:54 PM (12 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/Dust/read_vent.F

    r3806 r4593  
    55!      USE write_field_phy
    66      IMPLICIT NONE
    7 #include "dimensions.h"
    8 c #include "dimphy.h"
    9 #include "paramet.h"
    10 #include "netcdf.inc"
     7      INCLUDE "dimensions.h"
     8c       INCLUDE "dimphy.h"
     9      INCLUDE "paramet.h"
     10      INCLUDE "netcdf.inc"
    1111c
    1212      INTEGER step, nbjour
Note: See TracChangeset for help on using the changeset viewer.