FV3 Bundle
crtm_cloud_define::crtm_cloud_type Type Reference

Private Attributes

logical is_allocated = .FALSE.
 
integer max_layers = 0
 
integer n_layers = 0
 
integer n_added_layers = 0
 
integer type = INVALID_CLOUD
 
real(fp), dimension(:), allocatable effective_radius
 
real(fp), dimension(:), allocatable effective_variance
 
real(fp), dimension(:), allocatable water_content
 

Detailed Description

Definition at line 142 of file CRTM_Cloud_Define.f90.

Member Data Documentation

◆ effective_radius

real(fp), dimension(:), allocatable crtm_cloud_define::crtm_cloud_type::effective_radius
private

Definition at line 153 of file CRTM_Cloud_Define.f90.

◆ effective_variance

real(fp), dimension(:), allocatable crtm_cloud_define::crtm_cloud_type::effective_variance
private

Definition at line 154 of file CRTM_Cloud_Define.f90.

◆ is_allocated

logical crtm_cloud_define::crtm_cloud_type::is_allocated = .FALSE.
private

Definition at line 144 of file CRTM_Cloud_Define.f90.

◆ max_layers

integer crtm_cloud_define::crtm_cloud_type::max_layers = 0
private

Definition at line 146 of file CRTM_Cloud_Define.f90.

◆ n_added_layers

integer crtm_cloud_define::crtm_cloud_type::n_added_layers = 0
private

Definition at line 149 of file CRTM_Cloud_Define.f90.

◆ n_layers

integer crtm_cloud_define::crtm_cloud_type::n_layers = 0
private

Definition at line 147 of file CRTM_Cloud_Define.f90.

◆ type

integer crtm_cloud_define::crtm_cloud_type::type = INVALID_CLOUD
private

Definition at line 151 of file CRTM_Cloud_Define.f90.

◆ water_content

real(fp), dimension(:), allocatable crtm_cloud_define::crtm_cloud_type::water_content
private

Definition at line 155 of file CRTM_Cloud_Define.f90.


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