MPAS-JEDI
mpas_trajectories::mpas_trajectory Type Reference

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

Private Attributes

integer nf
 
character(len=22), dimension(:), allocatable fldnames
 
type(mpas_pool_type), pointer subfields
 

Detailed Description

Fortran derived type to hold the model trajectory.

Definition at line 26 of file mpas_trajectories.F90.

Member Data Documentation

◆ fldnames

character(len=22), dimension(:), allocatable mpas_trajectories::mpas_trajectory::fldnames
private

Definition at line 29 of file mpas_trajectories.F90.

◆ nf

integer mpas_trajectories::mpas_trajectory::nf
private

Definition at line 28 of file mpas_trajectories.F90.

◆ subfields

type (mpas_pool_type), pointer mpas_trajectories::mpas_trajectory::subfields
private

Definition at line 30 of file mpas_trajectories.F90.


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