mod_spherical Module Reference

Data Types

interface  arc
 
interface  arcc
 
interface  arcx
 
interface  arcx_back
 
interface  arcy
 
interface  area
 

Functions/Subroutines

subroutine arc_dbl (XX1, YY1, XX2, YY2, ARCL)
 
subroutine arc_flt (XX1, YY1, XX2, YY2, ARCL)
 
subroutine area_dbl (SIDEA, SIDEB, SIDEC, AREA1)
 
subroutine area_flt (SIDE1, SIDE2, SIDE3, AREA1)
 
subroutine arcc_dbl (XX1, YY1, XX2, YY2, XXC, YYC)
 
subroutine arcc_flt (XX1, YY1, XX2, YY2, XXC, YYC)
 
subroutine arcx_dbl (XX1, YY1, XX2, YY2, ARCX1)
 
subroutine arcy_dbl (XX1, YY1, XX2, YY2, ARCY1)
 
subroutine arcy_flt (XX1, YY1, XX2, YY2, ARCY1)
 
subroutine arcx_flt (XX1, YY1, XX2, YY2, ARCX1)
 
subroutine arcx_back_dbl (XX1, YY1, XX2, YY2, ARCX1)
 
subroutine arcx_back_flt (XX1, YY1, XX2, YY2, ARCX1)
 
subroutine alloc_sphere_vars
 

Variables

real(sp), dimension(:,:), allocatable dltxne
 
real(sp), dimension(:,:), allocatable dltyne
 
real(sp), dimension(:,:), allocatable deltux
 
real(sp), dimension(:,:), allocatable deltuy
 
real(sp), dimension(:,:), allocatable sitau
 

Function/Subroutine Documentation

subroutine mod_spherical::alloc_sphere_vars ( )

Here is the caller graph for this function:

subroutine mod_spherical::arc_dbl ( real(dp), intent(in)  XX1,
real(dp), intent(in)  YY1,
real(dp), intent(in)  XX2,
real(dp), intent(in)  YY2,
real(dp), intent(out)  ARCL 
)

Here is the caller graph for this function:

subroutine mod_spherical::arc_flt ( real(spa), intent(in)  XX1,
real(spa), intent(in)  YY1,
real(spa), intent(in)  XX2,
real(spa), intent(in)  YY2,
real(spa), intent(out)  ARCL 
)

Here is the call graph for this function:

subroutine mod_spherical::arcc_dbl ( real(dp), intent(in)  XX1,
real(dp), intent(in)  YY1,
real(dp), intent(in)  XX2,
real(dp), intent(in)  YY2,
real(dp), intent(out)  XXC,
real(dp), intent(out)  YYC 
)

Here is the caller graph for this function:

subroutine mod_spherical::arcc_flt ( real(spa)  XX1,
real(spa)  YY1,
real(spa)  XX2,
real(spa)  YY2,
real(spa)  XXC,
real(spa)  YYC 
)

Here is the call graph for this function:

subroutine mod_spherical::arcx_back_dbl ( real(dp), intent(in)  XX1,
real(dp), intent(in)  YY1,
real(dp), intent(in)  XX2,
real(dp), intent(in)  YY2,
real(dp), intent(out)  ARCX1 
)

Here is the caller graph for this function:

subroutine mod_spherical::arcx_back_flt ( real(spa), intent(in)  XX1,
real(spa), intent(in)  YY1,
real(spa), intent(in)  XX2,
real(spa), intent(in)  YY2,
real(spa), intent(out)  ARCX1 
)

Here is the call graph for this function:

subroutine mod_spherical::arcx_dbl ( real(dp), intent(in)  XX1,
real(dp), intent(in)  YY1,
real(dp), intent(in)  XX2,
real(dp), intent(in)  YY2,
real(dp), intent(out)  ARCX1 
)

Here is the caller graph for this function:

subroutine mod_spherical::arcx_flt ( real(spa), intent(in)  XX1,
real(spa), intent(in)  YY1,
real(spa), intent(in)  XX2,
real(spa), intent(in)  YY2,
real(spa), intent(out)  ARCX1 
)

Here is the call graph for this function:

subroutine mod_spherical::arcy_dbl ( real(dp), intent(in)  XX1,
real(dp), intent(in)  YY1,
real(dp), intent(in)  XX2,
real(dp), intent(in)  YY2,
real(dp), intent(out)  ARCY1 
)

Here is the caller graph for this function:

subroutine mod_spherical::arcy_flt ( real(spa), intent(in)  XX1,
real(spa), intent(in)  YY1,
real(spa), intent(in)  XX2,
real(spa), intent(in)  YY2,
real(spa), intent(out)  ARCY1 
)

Here is the call graph for this function:

subroutine mod_spherical::area_dbl ( real(dp), intent(in)  SIDEA,
real(dp), intent(in)  SIDEB,
real(dp), intent(in)  SIDEC,
real(dp), intent(out)  AREA1 
)

Here is the caller graph for this function:

subroutine mod_spherical::area_flt ( real(spa), intent(in)  SIDE1,
real(spa), intent(in)  SIDE2,
real(spa), intent(in)  SIDE3,
real(spa), intent(out)  AREA1 
)

Here is the call graph for this function:

Variable Documentation

real(sp), dimension(:,:), allocatable mod_spherical::deltux
real(sp), dimension(:,:), allocatable mod_spherical::deltuy
real(sp), dimension(:,:), allocatable mod_spherical::dltxne
real(sp), dimension(:,:), allocatable mod_spherical::dltyne
real(sp), dimension(:,:), allocatable mod_spherical::sitau