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

Go to the source code of this file.

Functions/Subroutines

subroutine cprintobs (io)
 

Function/Subroutine Documentation

◆ cprintobs()

subroutine cprintobs ( integer  io)

Definition at line 2 of file cprintObs.f.

References cprasobssite(), cprasobssitehd(), cprobssite(), and cprobssitehd().

Referenced by chookbgrun(), convcoord(), and testinitobs().

2  implicit none
3 #include "Zglobalc.h"
4 #include "Zcoord.h"
5 #include "Zpos.h"
6 #include "Zmagfield.h"
7 #include "Zobs.h"
8 #include "Zobsp.h"
9 #include "Zobsv.h"
10 
11  integer io ! input. Fortran logical dev. no. for output.
12  integer i
13 
14  write(io, *) ' Latitude=', sngl(latitofsite),
15  * ' deg. Longitude=', sngl(longitofsite),
16  * ' deg. DtGMT=', sngl(dtgmt), ' hours',
17  * ' year for Geomagnetism=', sngl(yearofgeomag)
18  write(io, *)'-----------------------------'
19  w rite(io, *) ' Position of Obs. sites '
20  call cprobssitehd(io)
21  do i = 1, noofsites
22  call cprobssite(io, obssites(i))
23  enddo
24  write(io, *) ' -----------------------------'
25  write(io, *) ' As Obs. sites'
26  call cprasobssitehd(io)
27  do i = 1, noofassites
28  call cprasobssite(io, asobssites(i))
29  enddo
nodes i
subroutine cprasobssitehd(io)
Definition: cprObsSite.f:51
subroutine cprobssitehd(io)
Definition: cprObsSite.f:22
subroutine cprobssite(io, aSite)
Definition: cprObsSite.f:4
subroutine cprasobssite(io, aSite)
Definition: cprObsSite.f:32
Here is the call graph for this function:
Here is the caller graph for this function: