FV3 Bundle
ufo_aircraft_tlad_mod.F90
Go to the documentation of this file.
1 ! (C) Copyright 2017-2018 UCAR
2 !
3 ! This software is licensed under the terms of the Apache Licence Version 2.0
4 ! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5 
6 !> Fortran module to handle aircraft observations
7 
9 
11 
12  implicit none
13  public :: ufo_aircraft_tlad
14  private
15 
16  !> Fortran derived type for aircraft_t trajectory
18  contains
19  end type ufo_aircraft_tlad
20 
21 contains
22 
23 ! ------------------------------------------------------------------------------
24 
25 end module ufo_aircraft_tlad_mod
Fortran module to handle aircraft observations.
Fortran derived type for aircraft_t trajectory.