FV3 Bundle
CRTM_AncillaryInput_Define.f90
Go to the documentation of this file.
1 !
2 ! CRTM_AncillaryInput_Define
3 !
4 ! Module defining a container for CRTM ancillary input.
5 !
6 !
7 ! CREATION HISTORY:
8 ! Modifed by: Paul van Delst, 08-Dec-2009
9 ! paul.vandelst@noaa.gov
10 
11 
13 
14  ! -----------------
15  ! Environment setup
16  ! -----------------
17  ! Module use
20  ! Disable implicit typing
21  IMPLICIT NONE
22 
23  ! -----------------
24  ! Module parameters
25  ! -----------------
26  ! Version Id for the module
27  CHARACTER(*), PRIVATE, PARAMETER :: module_version_id = &
28  '$Id: CRTM_AncillaryInput_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
29 
30  !--------------------
31  ! Structure defintion
32  !--------------------
33  !:tdoc+:
35  TYPE(ssu_input_type) :: ssu
36  TYPE(zeeman_input_type) :: zeeman
38  !:tdoc-:
39 
character(*), parameter, private module_version_id