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/ecumev6_flux.F90

    r5116 r5117  
    145145REAL, DIMENSION(klon), INTENT(OUT)   :: PRI        ! Richardson number
    146146REAL, DIMENSION(klon), INTENT(OUT)   :: PRESA      ! aerodynamical resistance
    147 real, dimension(3), intent(out)   :: coeffs
     147REAL, DIMENSION(3), INTENT(OUT)   :: coeffs
    148148
    149149!       0.2. Declarations of local variables
Note: See TracChangeset for help on using the changeset viewer.