ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
mod_profiles Module Reference

Public Member Functions

subroutine allocate_spline_coefficients (spline, n)
 
subroutine deallocate_spline_coefficients (spline)
 

Public Attributes

integer(itm_i4), parameter max_points_profile = 2001
 
integer(itm_i4) npts
 
real(r8), dimension(:),
allocatable, target 
dp
 
real(r8), dimension(:),
allocatable, target 
fdf
 
real(r8), dimension(:),
allocatable, target 
j_tor
 
real(r8), dimension(:),
allocatable, target 
q_in
 
real(r8), dimension(:),
allocatable, target 
dpres
 
real(r8), dimension(:),
allocatable, target 
p_int
 
real(r8), dimension(:),
allocatable, target 
dgam
 
real(r8), dimension(:),
allocatable, target 
gam_int
 
real(r8), dimension(:), allocatable psi_in
 
real(r8), dimension(:), allocatable psivec
 
type(spline_coefficients) gam_spline
 
type(spline_coefficients) dp_spline
 
type(spline_coefficients) j_spline
 

Detailed Description

Definition at line 1 of file mod_profiles.f90.

Member Function/Subroutine Documentation

subroutine mod_profiles::allocate_spline_coefficients ( type(spline_coefficients)  spline,
integer(itm_i4)  n 
)

Definition at line 27 of file mod_profiles.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_profiles::deallocate_spline_coefficients ( type(spline_coefficients)  spline)

Definition at line 43 of file mod_profiles.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

real(r8), dimension(:), allocatable, target mod_profiles::dgam

Definition at line 15 of file mod_profiles.f90.

real(r8), dimension(:), allocatable, target mod_profiles::dp

Definition at line 12 of file mod_profiles.f90.

type(spline_coefficients) mod_profiles::dp_spline

Definition at line 22 of file mod_profiles.f90.

real(r8), dimension(:), allocatable, target mod_profiles::dpres

Definition at line 15 of file mod_profiles.f90.

real(r8), dimension(:), allocatable, target mod_profiles::fdf

Definition at line 12 of file mod_profiles.f90.

real(r8), dimension(:), allocatable, target mod_profiles::gam_int

Definition at line 15 of file mod_profiles.f90.

type(spline_coefficients) mod_profiles::gam_spline

Definition at line 22 of file mod_profiles.f90.

type(spline_coefficients) mod_profiles::j_spline

Definition at line 22 of file mod_profiles.f90.

real(r8), dimension(:), allocatable, target mod_profiles::j_tor

Definition at line 12 of file mod_profiles.f90.

integer(itm_i4), parameter mod_profiles::max_points_profile = 2001

Definition at line 8 of file mod_profiles.f90.

integer(itm_i4) mod_profiles::npts

Definition at line 10 of file mod_profiles.f90.

real(r8), dimension(:), allocatable, target mod_profiles::p_int

Definition at line 15 of file mod_profiles.f90.

real(r8), dimension(:), allocatable mod_profiles::psi_in

Definition at line 18 of file mod_profiles.f90.

real(r8), dimension(:), allocatable mod_profiles::psivec

Definition at line 20 of file mod_profiles.f90.

real(r8), dimension(:), allocatable, target mod_profiles::q_in

Definition at line 12 of file mod_profiles.f90.


The documentation for this module was generated from the following file: