COSMOS v7.655  COSMOSv7655
(AirShowerMC)
ciniAtmos.f
Go to the documentation of this file.
1 #include "Zcondc.h"
2  subroutine ciniatmos
3  implicit none
4 #include "Zmanagerp.h"
5 #include "Zobs.h"
6 #include "Zobsp.h"
7  integer:: atmosmodel
8 
9 #if ATMOSPHERE == 1
10 ! read segmented atmosphere data
11  call creadatmosd
12 ! manipulate data
13  call catmoscnst1
14  call catmoscnst2
15 #elif ATMOSPHERE == 2
16 ! read segmented atmosphere data
17  call creadatmosd
18 ! manipulate data
19  call catmoscnst1
20 #elif ATMOSPHERE == 3
21  call creadatmosd ! use NRL
22 ! check Lat,Longit
23  if( atmosfile /= " " ) then
24 ! If Lat,Long differ from those in AtmosFile, stop
25  call cnrllatlongcheck( latitofsite, longitofsite )
26  endif
27 #endif
28  call cqatmosmodel(atmosmodel)
29  write(0,*) ' Atmosphere model # is ', atmosmodel
30  end subroutine ciniatmos
31 
subroutine ciniatmos
Definition: ciniAtmos.f:3
subroutine catmoscnst2
Definition: catmosCnst1.f:115
subroutine creadatmosd
Definition: creadAtmosD.f:2
subroutine catmoscnst1
Definition: catmosCnst1.f:2
subroutine cnrllatlongcheck(lat, long)
Definition: cNRLAtmos.f:292
subroutine cqatmosmodel(modelno)
Definition: creadAtmosD.f:11