Ignore:
Timestamp:
Jul 24, 2024, 4:23:34 PM (4 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move some unused files to obsolete/
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/yamada_ini_mod.F90

    r5116 r5117  
    1717  !$OMP THREADPRIVATE(iflag_vdif_q2)
    1818
    19   real, dimension(:), allocatable, save :: l0
     19  REAL, DIMENSION(:), ALLOCATABLE, save :: l0
    2020  !$OMP THREADPRIVATE(l0)
    2121  INTEGER :: lunout,prt_level
     
    3030
    3131! local
    32   integer, intent(in) :: klon,lunout_in,prt_level_in
     32  INTEGER, INTENT(IN) :: klon,lunout_in,prt_level_in
    3333  REAL :: ric0
    34   real frif,falpha,fsm,ri
     34  REAL frif,falpha,fsm,ri
    3535
    3636  lunout=lunout_in
Note: See TracChangeset for help on using the changeset viewer.