COSMOS v7.655  COSMOSv7655
(AirShowerMC)
atmosd.f
Go to the documentation of this file.
1 #include "BlockData/cblkGene.h"
2  implicit none
3 #include "Zmanagerp.h"
4 #include "Zatmos.h"
5  integer i
6 
7  call creadparam(5)
8  call cerrormsg(atmosfile, 1)
9  call creadatmosd
10 !
11  call catmoscnst1
12 
13  write(*,'(a,a)')
14  * '# Height Temp Press rho ',
15  * ' a d0 cumd H'
16  write(*,'(a)') "#-----------------------------------------"
17 
18  do i = 1, atmos%nodes-1
19  write(*,
20  * '(8g14.5)')
21  * atmos%z(i), atmos%T(i), atmos%P(i),
22  * atmos%rho(i), atmos%a(i), atmos%d0(i),
23  * atmos%cumd(i), atmos%H(i)
24  enddo
25 
26  end
27 
subroutine cerrormsg(msg, needrtn)
Definition: cerrorMsg.f:4
nodes i
subroutine creadatmosd
Definition: creadAtmosD.f:2
subroutine creadparam(io)
Definition: creadParam.f:5
subroutine catmoscnst1
Definition: catmosCnst1.f:2