FV3 Bundle
CloudCoeff_Define.f90 File Reference

Go to the source code of this file.

Data Types

interface  cloudcoeff_define::operator(==)
 
type  cloudcoeff_define::cloudcoeff_type
 

Modules

module  cloudcoeff_define
 

Functions/Subroutines

elemental logical function, public cloudcoeff_define::cloudcoeff_associated (CloudCoeff)
 
elemental subroutine, public cloudcoeff_define::cloudcoeff_destroy (CloudCoeff)
 
elemental subroutine, public cloudcoeff_define::cloudcoeff_create (CloudCoeff, n_MW_Frequencies, n_MW_Radii, n_IR_Frequencies, n_IR_Radii, n_Temperatures, n_Densities, n_Legendre_Terms, n_Phase_Elements)
 
subroutine, public cloudcoeff_define::cloudcoeff_inspect (CloudCoeff, Pause)
 
logical function, public cloudcoeff_define::cloudcoeff_validrelease (CloudCoeff)
 
subroutine, public cloudcoeff_define::cloudcoeff_info (CloudCoeff, Info)
 
subroutine, public cloudcoeff_define::cloudcoeff_defineversion (Id)
 
elemental logical function cloudcoeff_define::cloudcoeff_equal (x, y)
 

Variables

character(*), parameter cloudcoeff_define::module_version_id = '$Id: CloudCoeff_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
real(double), parameter cloudcoeff_define::zero = 0.0_Double
 
integer, parameter cloudcoeff_define::set = 1
 
integer, parameter cloudcoeff_define::cloudcoeff_release = 3
 
integer, parameter cloudcoeff_define::cloudcoeff_version = 1
 
integer, parameter cloudcoeff_define::ml = 256
 
integer, parameter cloudcoeff_define::def_n_stream_sets = 5
 
integer, dimension(def_n_stream_sets), parameter cloudcoeff_define::def_n_streams = [2, 4, 6, 8, 16]
 
integer, dimension(def_n_stream_sets), parameter cloudcoeff_define::def_legendre_offset = [0, 0, 5, 12, 21]