FV3 Bundle
ufo_radiosonde_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 radiosonde observations
7 
9 
11 
12  implicit none
13  public :: ufo_radiosonde_tlad
14  private
15 
16 !> Fortran derived type for radiosonde_t trajectory
18 contains
19 end type ufo_radiosonde_tlad
20 
21 contains
22 
23 ! ------------------------------------------------------------------------------
24 
25 ! ------------------------------------------------------------------------------
26 
27 end module ufo_radiosonde_tlad_mod
Fortran module to handle radiosonde observations.
Fortran derived type for radiosonde_t trajectory.