COSMOS v7.655
COSMOSv7655
(AirShowerMC)
Main Page
Related Pages
+
Modules
Modules List
+
Module Members
+
All
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
x
+
Functions/Subroutines
c
g
m
o
+
Variables
a
b
c
d
e
f
g
h
k
l
m
n
p
r
s
t
u
x
+
Data Types List
Data Types List
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Files
File List
+
File Members
+
All
!
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions/Subroutines
!
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
x
y
z
+
Variables
!
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Typedefs
+
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Macros
Pages
catmosrho.f
Go to the documentation of this file.
1
! -----------------------------------------
2
! density of air at x from starting point rs and angle coss
3
!
4
real*8
function
catmosrho
(x)
5
implicit none
6
real*8
x
7
8
!---- include 'Zearth.h'
9
#include "Zearth.h"
10
real*8
cvh2den, zp
11
common
/ccatmosrho/ coss, rs
12
real*8
coss, rs
13
!
14
real*8
cnewh
15
!
16
! radius at x
17
18
zp = cnewh(rs, coss, x) - eradius
19
catmosrho
= cvh2den(zp)
20
end
catmosrho
real *8 function catmosrho(x)
Definition:
catmosrho.f:5
Atmosphere
catmosrho.f
Generated by
1.8.13