COSMOS v7.655
COSMOSv7655
(AirShowerMC)
|
Variables | |
integer, save | nsize |
integer, save | nsizem |
logical, save | first =.true. |
real(4), save | glat |
real(4), save | glong |
integer, save | gday1 |
integer, save | gday2 |
integer, save | ghour1 |
integer, save | ghour2 |
real(8) | drhodh2 |
real(4), save | heightx =499d3 |
real(4), save | thickx |
real(4), save | a =3.6399d-09 |
real(4), save | b =63000.0 |
real(4), save | al |
real(4), save | bl |
real(8), parameter | heightspace =1000.d3 |
real(4), dimension(:), allocatable, save | h |
real(4), dimension(:), allocatable, save | den |
real(4), dimension(:), allocatable, save | thick |
real(4), dimension(:), allocatable, save | temp |
real(4), dimension(:,:), allocatable, save | h2dencoef |
real(4), dimension(:,:), allocatable, save | h2thickcoef |
real(4), dimension(:,:), allocatable, save | h2tempcoef |
real(4), dimension(:,:), allocatable, save | thick2hcoef |
real(4), dimension(:,:), allocatable, save | thick2dencoef |
real(4), save a =3.6399d-09 |
Definition at line 20 of file cNRLAtmos.f.
Referenced by ! MagBrem, cnrldatamanip(), cthick2h(), cvh2den(), cvh2denp(), and cvh2thick().
real(4), save al |
Definition at line 22 of file cNRLAtmos.f.
Referenced by cnrldatamanip(), cthick2den(), cthick2h(), cvh2den(), cvh2denp(), and cvh2thick().
real(4), save b =63000.0 |
Definition at line 21 of file cNRLAtmos.f.
Referenced by cnrldatamanip(), cthick2den(), cthick2h(), cvh2den(), cvh2denp(), and cvh2thick().
real(4), save bl |
Definition at line 22 of file cNRLAtmos.f.
Referenced by cnrldatamanip(), cthick2den(), cthick2h(), cvh2den(), cvh2denp(), and cvh2thick().
real(4), dimension(:), allocatable, save den |
Definition at line 28 of file cNRLAtmos.f.
Referenced by cnrlalloc(), cnrldatamanip(), cnrldataread(), cnrldatawrite(), cnrlgendata(), cthick2den(), and cvh2den().
real(8) drhodh2 |
logical, save first =.true. |
Definition at line 8 of file cNRLAtmos.f.
integer, save gday1 |
Definition at line 11 of file cNRLAtmos.f.
Referenced by cnrlgendata(), cnrlheaderread(), and cnrlheaderw0().
integer, save gday2 |
Definition at line 11 of file cNRLAtmos.f.
Referenced by cnrlgendata(), cnrlheaderread(), and cnrlheaderw0().
integer, save ghour1 |
Definition at line 12 of file cNRLAtmos.f.
Referenced by cnrlgendata(), cnrlheaderread(), and cnrlheaderw0().
integer, save ghour2 |
Definition at line 12 of file cNRLAtmos.f.
Referenced by cnrlgendata(), cnrlheaderread(), and cnrlheaderw0().
real(4), save glat |
Definition at line 10 of file cNRLAtmos.f.
Referenced by cnrlgendata(), cnrlheaderread(), cnrlheaderw0(), and cnrllatlongcheck().
real(4), save glong |
Definition at line 10 of file cNRLAtmos.f.
Referenced by cnrlgendata(), cnrlheaderread(), cnrlheaderw0(), and cnrllatlongcheck().
real(4), dimension(:), allocatable, save h |
Definition at line 28 of file cNRLAtmos.f.
Referenced by cnrlalloc(), cnrldatamanip(), cnrldataread(), cnrldatawrite(), cnrlgendata(), cthick2den(), cthick2h(), cvh2den(), cvh2denp(), cvh2temp(), and cvh2thick().
real(4), dimension(:,:), allocatable, save h2dencoef |
Definition at line 30 of file cNRLAtmos.f.
Referenced by cnrlalloc(), cnrldatamanip(), cvh2den(), and cvh2denp().
real(4), dimension(:,:), allocatable, save h2tempcoef |
Definition at line 32 of file cNRLAtmos.f.
Referenced by cnrlalloc(), cnrldatamanip(), and cvh2temp().
real(4), dimension(:,:), allocatable, save h2thickcoef |
Definition at line 31 of file cNRLAtmos.f.
Referenced by cnrlalloc(), cnrldatamanip(), and cvh2thick().
Definition at line 23 of file cNRLAtmos.f.
real(4), save heightx =499d3 |
Definition at line 16 of file cNRLAtmos.f.
Referenced by cnrldatamanip(), cnrlgendata(), cvh2den(), cvh2denp(), cvh2temp(), and cvh2thick().
integer, save nsize |
Definition at line 7 of file cNRLAtmos.f.
Referenced by cnrlalloc(), cnrldatamanip(), cnrldataread(), cnrldatawrite(), cnrlgendata(), cthick2den(), cthick2h(), cvh2den(), cvh2denp(), cvh2temp(), and cvh2thick().
integer, save nsizem |
Definition at line 7 of file cNRLAtmos.f.
Referenced by cnrlalloc(), cnrldatamanip(), cnrldataread(), cnrlgendata(), cthick2den(), cthick2h(), cvh2den(), cvh2denp(), cvh2temp(), and cvh2thick().
real(4), dimension(:), allocatable, save temp |
Definition at line 29 of file cNRLAtmos.f.
Referenced by cnrlalloc(), cnrldatamanip(), cnrldataread(), cnrldatawrite(), cnrlgendata(), and cvh2temp().
real(4), dimension(:), allocatable, save thick |
Definition at line 28 of file cNRLAtmos.f.
Referenced by cnrlalloc(), cnrldatamanip(), cthick2den(), cthick2h(), and cvh2thick().
real(4), dimension(:,:), allocatable, save thick2dencoef |
Definition at line 34 of file cNRLAtmos.f.
Referenced by cnrlalloc(), cnrldatamanip(), and cthick2den().
real(4), dimension(:,:), allocatable, save thick2hcoef |
Definition at line 33 of file cNRLAtmos.f.
Referenced by cnrlalloc(), cnrldatamanip(), and cthick2h().
real(4), save thickx |
Definition at line 19 of file cNRLAtmos.f.
Referenced by cnrldatamanip(), cthick2den(), and cthick2h().