COSMOS v7.655  COSMOSv7655
(AirShowerMC)
ciniAtmos.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ciniatmos
 

Function/Subroutine Documentation

◆ ciniatmos()

subroutine ciniatmos ( )

Definition at line 3 of file ciniAtmos.f.

References catmoscnst1(), catmoscnst2(), cnrllatlongcheck(), cqatmosmodel(), and creadatmosd().

Referenced by cbeginrun(), and main().

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
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
Here is the call graph for this function:
Here is the caller graph for this function: