Changeset 5099 for LMDZ6/branches/Amaury_dev/libf/phylmd/cosp/calc_Re.F90
- Timestamp:
- Jul 22, 2024, 9:29:09 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/cosp/calc_Re.F90
r5095 r5099 7 7 ! Purpose: 8 8 ! Calculates Effective Radius (1/2 distribution 3rd moment / 2nd moment). 9 ! 9 10 10 ! For some distribution types, the total number concentration (per kg), Np 11 11 ! may be optionally specified. Should be set to zero, otherwise. 12 ! 12 13 13 ! Roj Marchand July 2010 14 14 15 15 16 16 ! Inputs: 17 ! 17 18 18 ! [Q] hydrometeor mixing ratio (g/kg) ! not needed for some distribution types 19 19 ! [Np] Optional Total number concentration (per kg). 0 = use defaults (p1, p2, p3) 20 ! 20 21 21 ! [rho_a] ambient air density (kg m^-3) 22 ! 22 23 23 ! Distribution parameters as per quickbeam documentation. 24 24 ! [dtype] distribution type … … 28 28 ! [bmp] b params for mass 29 29 ! [p1],[p2],[p3] distribution parameters 30 ! 31 ! 30 31 32 32 ! Outputs: 33 33 ! [Re] Effective radius, 1/2 the 3rd moment/2nd moment (um) 34 ! 34 35 35 ! Created: 36 36 ! July 2010 Roj Marchand 37 ! 38 39 37 40 38 ! ----- INPUTS ----- 41 39
Note: See TracChangeset
for help on using the changeset viewer.