Go to the source code of this file.
◆ chookhybas()
Definition at line 20 of file chookHybAS.f.
References cavededx().
70 do xsite = 1, noofassites
71 age = compasage(xsite)
88 tk =
cvh2temp(asobssites(xsite)%pos%height)
91 rho =
cvh2den(asobssites(xsite)%pos%height)
92 call cavededx(compasne(xsite), compasage(xsite), dedx)
97 zobas=asobssites(xsite)%pos%depth
100 elog = log10(el%p%fm%p(4)/ecrit)
real *8 function cvh2den(z)
subroutine cavededx(eno, age, dedx)
real(8) function cvh2temp(vh)
◆ chookhybas2()
subroutine chookhybas2 |
( |
| ) |
|
Definition at line 108 of file chookHybAS.f.
References cavededx(), and cgetnmu().
123 real*8 eno, age, zobas,
nmu 142 do xsite = 1, noofassites
143 age = asobssites(xsite)%esize
144 eno = asobssites(xsite)%age
147 if(eno .gt. 0. .or.
nmu .gt. 0.)
then 155 tk =
cvh2temp(asobssites(xsite)%pos%height)
157 rho =
cvh2den(asobssites(xsite)%pos%height)
160 call cavededx(asobssites(xsite)%esize,
161 * asobssites(xsite)%age, dedx)
166 zobas=asobssites(xsite)%pos%depth
subroutine cgetnmu(eth, nmu)
real *8 function cvh2den(z)
subroutine cavededx(eno, age, dedx)
real(8) function cvh2temp(vh)