FV3 Bundle
irwatercoeff_define::irwatercoeff_type Type Reference

Private Attributes

logical is_allocated = .FALSE.
 
integer(long) release = IRWATERCOEFF_RELEASE
 
integer(long) version = IRWATERCOEFF_VERSION
 
integer(long) n_angles = 0
 
integer(long) n_frequencies = 0
 
integer(long) n_wind_speeds = 0
 
real(double), dimension(:), allocatable angle
 
real(double), dimension(:), allocatable frequency
 
real(double), dimension(:), allocatable wind_speed
 
real(double), dimension(:,:,:), allocatable emissivity
 
real(double), dimension(:), allocatable secant_angle
 

Detailed Description

Definition at line 83 of file IRwaterCoeff_Define.f90.

Member Data Documentation

◆ angle

real(double), dimension(:), allocatable irwatercoeff_define::irwatercoeff_type::angle
private

Definition at line 94 of file IRwaterCoeff_Define.f90.

◆ emissivity

real(double), dimension(:,:,:), allocatable irwatercoeff_define::irwatercoeff_type::emissivity
private

Definition at line 98 of file IRwaterCoeff_Define.f90.

◆ frequency

real(double), dimension(:), allocatable irwatercoeff_define::irwatercoeff_type::frequency
private

Definition at line 95 of file IRwaterCoeff_Define.f90.

◆ is_allocated

logical irwatercoeff_define::irwatercoeff_type::is_allocated = .FALSE.
private

Definition at line 85 of file IRwaterCoeff_Define.f90.

◆ n_angles

integer(long) irwatercoeff_define::irwatercoeff_type::n_angles = 0
private

Definition at line 90 of file IRwaterCoeff_Define.f90.

◆ n_frequencies

integer(long) irwatercoeff_define::irwatercoeff_type::n_frequencies = 0
private

Definition at line 91 of file IRwaterCoeff_Define.f90.

◆ n_wind_speeds

integer(long) irwatercoeff_define::irwatercoeff_type::n_wind_speeds = 0
private

Definition at line 92 of file IRwaterCoeff_Define.f90.

◆ release

integer(long) irwatercoeff_define::irwatercoeff_type::release = IRWATERCOEFF_RELEASE
private

Definition at line 87 of file IRwaterCoeff_Define.f90.

◆ secant_angle

real(double), dimension(:), allocatable irwatercoeff_define::irwatercoeff_type::secant_angle
private

Definition at line 100 of file IRwaterCoeff_Define.f90.

◆ version

integer(long) irwatercoeff_define::irwatercoeff_type::version = IRWATERCOEFF_VERSION
private

Definition at line 88 of file IRwaterCoeff_Define.f90.

◆ wind_speed

real(double), dimension(:), allocatable irwatercoeff_define::irwatercoeff_type::wind_speed
private

Definition at line 96 of file IRwaterCoeff_Define.f90.


The documentation for this type was generated from the following file: