ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
mod_map.f90
Go to the documentation of this file.
1 module mod_map
2 
3  use itm_types
4 
5  implicit none
6 
7  real(r8), allocatable, target :: g11_hel(:, :), g12_hel(:, :), &
8  g33_hel(:, :)
9  real(r8), allocatable :: chi(:), chikn(:)
10  real(r8), allocatable :: cs(:), dqs(:)
11  real(r8), allocatable, target :: qs(:)
12  real(r8), allocatable :: p0(:), rbphi(:), dp0(:), drbphi(:)
13 
14  real(r8) :: cpsurf, radius
15  integer(itm_i4) :: nchi, npsi
16 
17 end module mod_map