CoordProfiles Derived Type

type, public :: CoordProfiles

Container for profiles in the x,h, and v directions


Components

Type Visibility Attributes Name Initial
real(kind=rk), public, allocatable, dimension(:) :: xProfile

Profile in x direction (should be same size as grid)

real(kind=rk), public, allocatable, dimension(:) :: hProfile

Profile in harmonic direction (should conform to number of harmonics)

real(kind=rk), public, allocatable, dimension(:) :: vProfile

Profile in v direction (should be same saize as v grid)