COSMOS v7.655  COSMOSv7655
(AirShowerMC)
cgetMoliereU.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine cgetmoliereu (dep, cosz, rmu)
 

Function/Subroutine Documentation

◆ cgetmoliereu()

subroutine cgetmoliereu ( real*8  dep,
real*8  cosz,
real*8  rmu 
)

Definition at line 11 of file cgetMoliereU.f.

References d0.

Referenced by cinitobs(), cmintime2websec(), csetmolunit(), and kmolu().

11  implicit none
12 #include "Zelemagp.h"
13  real*8 dep ! input. depth in kg/m2
14  real*8 cosz ! input. zenith angle
15  real*8 rmu ! output. Moliere length in m
16 !
17  real*8 cthick2den, tmp
18 
19  tmp=max( dep - 2*x0*cosz, 100.d0) ! 2 r%l above
20  rmu = es/ecrit * x0 / cthick2den(tmp)
real(8) function cthick2den(t)
Definition: cNRLAtmos.f:591
block data cblkEvhnp ! currently usable models data RegMdls ad *special data *Cekaon d0
Definition: cblkEvhnp.h:5
Here is the caller graph for this function: