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

    r2630 r4593  
    2626c flux_tr--output-R- flux de tr
    2727c======================================================================
    28 #include "dimensions.h"
     28      INCLUDE "dimensions.h"
    2929      REAL dtime
    3030      REAL coef(klon,klev)
     
    3636c      REAL flux_tr(klon,klev)
    3737c======================================================================
    38 #include "YOMCST.h"
     38      INCLUDE "YOMCST.h"
    3939c======================================================================
    4040      INTEGER i, k
Note: See TracChangeset for help on using the changeset viewer.