8 use fckit_log_module,
only: fckit_log
11 use mpas_derived_types
12 use mpas_pool_routines
29 character(len=22),
allocatable :: fldnames(:)
30 type (mpas_pool_type),
pointer :: subfields
33 #define LISTED_TYPE mpas_trajectory
36 #include <oops/util/linkedList_i.f>
45 #include <oops/util/linkedList_c.f>
54 call fckit_log%info (
'===> set_traj(self) in mpas_trajectories.F90')
57 allocate(self%fldnames( self%nf ))
58 self%fldnames = state%fldnames
59 call copy_pool(state % subFields, self % subFields)
61 call fckit_log%info (
'===> DONE set_traj(self) in mpas_trajectories.F90')
71 call fckit_log%info (
'===> delete_traj(self) in mpas_trajectories.F90')
subroutine, public copy_pool(pool_src, pool)
subroutine, public delete_traj(self)
type(registry_t), public mpas_traj_registry
Linked list interface - defines registry_t type.
subroutine, public set_traj(self, state)
Linked list implementation.
Fortran derived type to hold MPAS field.
Fortran derived type to hold the model trajectory.