MPAS-JEDI
|
Data Types | |
type | mpas_trajectory |
Fortran derived type to hold the model trajectory. More... | |
Functions/Subroutines | |
subroutine, public | set_traj (self, state) |
Linked list implementation. More... | |
subroutine, public | delete_traj (self) |
Variables | |
type(registry_t), public | mpas_traj_registry |
Linked list interface - defines registry_t type. More... | |
subroutine, public mpas_trajectories::delete_traj | ( | type(mpas_trajectory), intent(inout) | self | ) |
Definition at line 67 of file mpas_trajectories.F90.
subroutine, public mpas_trajectories::set_traj | ( | type(mpas_trajectory), intent(inout) | self, |
type(mpas_fields), intent(in) | state | ||
) |
Linked list implementation.
Definition at line 49 of file mpas_trajectories.F90.
type(registry_t), public mpas_trajectories::mpas_traj_registry |
Linked list interface - defines registry_t type.
Global registry
Definition at line 39 of file mpas_trajectories.F90.