Neutral density structure
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=Float64), | public, | dimension(:,:,:,:,:), allocatable | :: | dens | Neutral density: dens(lev,neutral_type,x,y,z) |
type NeutralDensity
!+ Neutral density structure
real(Float64), dimension(:,:,:,:,:), allocatable :: dens
!+ Neutral density: dens(lev,neutral_type,x,y,z)
end type NeutralDensity