Ignore:
Timestamp:
Jul 22, 2024, 9:29:09 PM (4 months ago)
Author:
abarral
Message:

Replace most uses of CPP_DUST by the corresponding logical defined in lmdz_cppkeys_wrapper.F90
Convert several files from .F to .f90 to allow Dust to compile w/o rrtm/ecrad
Create lmdz_yoerad.f90
(lint) Remove "!" on otherwise empty line

File:
1 edited

Legend:

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

    r5095 r5099  
    77! Purpose:
    88!   Calculates Effective Radius (1/2 distribution 3rd moment / 2nd moment).
    9 !
     9
    1010!   For some distribution types, the total number concentration (per kg), Np
    1111!   may be optionally specified.   Should be set to zero, otherwise.
    12 !
     12
    1313!   Roj Marchand July 2010
    1414
    1515
    1616! Inputs:
    17 !
     17
    1818!   [Q]        hydrometeor mixing ratio (g/kg)  ! not needed for some distribution types
    1919!   [Np]       Optional Total number concentration (per kg).  0 = use defaults (p1, p2, p3)
    20 !
     20
    2121!   [rho_a]    ambient air density (kg m^-3)   
    22 !
     22
    2323!   Distribution parameters as per quickbeam documentation.
    2424!   [dtype]    distribution type
     
    2828!   [bmp]      b params for mass
    2929!   [p1],[p2],[p3]  distribution parameters
    30 !
    31 !
     30
     31
    3232! Outputs:
    3333!   [Re]       Effective radius, 1/2 the 3rd moment/2nd moment (um)
    34 !
     34
    3535! Created:
    3636!   July 2010  Roj Marchand
    37 !
    38 
    39  
     37
    4038! ----- INPUTS ----- 
    4139 
Note: See TracChangeset for help on using the changeset viewer.