Ignore:
Timestamp:
Jul 24, 2024, 2:54:37 PM (2 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move ismin, ismax, minmax into new lmdz_libmath.f90
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phydev/comcstphy.F90

    r1907 r5116  
    11module comcstphy
    22 
    3   real :: rradius ! planet radius (m)
    4   real :: rr      ! recuced gas constant: R/molar mass of atm
    5   real :: rg      ! gravity
    6   real :: rcpp    ! specific heat of the atmosphere
     3  REAL :: rradius ! planet radius (m)
     4  REAL :: rr      ! recuced gas constant: R/molar mass of atm
     5  REAL :: rg      ! gravity
     6  REAL :: rcpp    ! specific heat of the atmosphere
    77
    88end module comcstphy
Note: See TracChangeset for help on using the changeset viewer.