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/cosp2/cosp_interface_v1p4.F90

    r3358 r4593  
    3030! May 2015 - D. Swales - Original version
    3131! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    32 #include "cosp_defs.h"
     32INCLUDE "cosp_defs.h"
    3333MODULE MOD_COSP_INTERFACE_v1p4
    3434  use COSP_KINDS,          only: wp,dp
Note: See TracChangeset for help on using the changeset viewer.