COSMOS v7.655  COSMOSv7655
(AirShowerMC)
atmosd3.f
Go to the documentation of this file.
1 #include "BlockData/cblkGene.h"
2  implicit none
3 ! #include "BlockData/cextGene.h"
4 #include "Zmanagerp.h"
5 #include "Zcondc.h"
6 #include "Zatmos.h"
7 
8 
9  integer i
10 
11  real*8 cthick2h
12  real*8 h
13  real*8 t
14 ! real*8 sh2
15 #if ATMOSPHERE == 1
16  call creadparam(5)
17  call creadatmosd
18 !
19  call catmoscnst1
20  call catmoscnst2
21 #endif
22  t = 10300.
23  write(*,'(a,a)') '# h press depth '
24  do i = 1, 1000000
25  h = cthick2h(t)
26  write(*, *) sngl(t), sngl(h)
27  t = t -50.d0
28  if(t .lt. 10.d0) goto 10
29  enddo
30  10 continue
31  end
32 
nodes i
subroutine catmoscnst2
Definition: catmosCnst1.f:115
subroutine creadatmosd
Definition: creadAtmosD.f:2
subroutine creadparam(io)
Definition: creadParam.f:5
block data cblkEvhnp ! currently usable models data RegMdls ad *special data *Cekaon d0
Definition: cblkEvhnp.h:5
subroutine catmoscnst1
Definition: catmosCnst1.f:2
nodes a atmos atmos temp real * cthick2h
dE dx *! Nuc Int sampling table h
Definition: cblkMuInt.h:130
nodes t