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

    r2630 r4593  
    1010      IMPLICIT NONE
    1111
    12 #include "dimensions.h"
    13 #include "chem.h"
    14 #include "YOMCST.h"
    15 #include "paramet.h"
     12      INCLUDE "dimensions.h"
     13      INCLUDE "chem.h"
     14      INCLUDE "YOMCST.h"
     15      INCLUDE "paramet.h"
    1616
    1717c============================= INPUT ===================================
Note: See TracChangeset for help on using the changeset viewer.