Ignore:
Timestamp:
Jun 29, 2023, 3:55:54 PM (15 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/cm3_to_kg.F

    r2630 r4593  
    77      IMPLICIT NONE
    88c
    9 #include "dimensions.h"
    10 #include "YOMCST.h"
     9      INCLUDE "dimensions.h"
     10      INCLUDE "YOMCST.h"
    1111c     
    1212      REAL t_seri(klon,klev), pplay(klon,klev)
Note: See TracChangeset for help on using the changeset viewer.