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

    r2630 r4593  
    3333      IMPLICIT NONE
    3434
    35 #include "dimensions.h"
    36 #include "chem.h"
    37 #include "chem_spla.h"
    38 #include "YOMCST.h"
    39 #include "paramet.h"
     35      INCLUDE "dimensions.h"
     36      INCLUDE "chem.h"
     37      INCLUDE "chem_spla.h"
     38      INCLUDE "YOMCST.h"
     39      INCLUDE "paramet.h"
    4040     
    4141c============================== INPUT ==================================
Note: See TracChangeset for help on using the changeset viewer.