FV3 Bundle
qg_trajectories::qg_trajectory Type Reference

Fortran derived type to hold the QG model trajectory. More...

Private Attributes

real(kind=kind_real), dimension(:,:,:), allocatable x
 
real(kind=kind_real), dimension(:), allocatable xn
 
real(kind=kind_real), dimension(:), allocatable xs
 
real(kind=kind_real), dimension(:,:), allocatable qn
 
real(kind=kind_real), dimension(:,:), allocatable qs
 

Detailed Description

Fortran derived type to hold the QG model trajectory.

Definition at line 23 of file qg_trajectories.F90.

Member Data Documentation

◆ qn

real(kind=kind_real), dimension(:,:), allocatable qg_trajectories::qg_trajectory::qn
private

Definition at line 27 of file qg_trajectories.F90.

◆ qs

real(kind=kind_real), dimension(:,:), allocatable qg_trajectories::qg_trajectory::qs
private

Definition at line 28 of file qg_trajectories.F90.

◆ x

real(kind=kind_real), dimension(:,:,:), allocatable qg_trajectories::qg_trajectory::x
private

Definition at line 24 of file qg_trajectories.F90.

◆ xn

real(kind=kind_real), dimension(:), allocatable qg_trajectories::qg_trajectory::xn
private

Definition at line 25 of file qg_trajectories.F90.

◆ xs

real(kind=kind_real), dimension(:), allocatable qg_trajectories::qg_trajectory::xs
private

Definition at line 26 of file qg_trajectories.F90.


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