FV3 Bundle
rtv_define Module Reference

Data Types

type  aircraft_rt_type
 
type  rtv_type
 

Functions/Subroutines

elemental logical function, public rtv_associated (RTV)
 
elemental subroutine, public rtv_destroy (RTV)
 
elemental subroutine, public rtv_create (RTV, n_Angles, n_Legendre_Terms, n_Layers)
 

Variables

character(*), parameter module_rcs_id = '$Id: RTV_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
real(fp), parameter, public angle_threshold = 1.0e-7_fp
 
real(fp), parameter, public phase_threshold = 1.0e-7_fp
 
real(fp), parameter, public delta_optical_depth = 1.0e-8_fp
 
real(fp), parameter, public max_albedo = 0.999999_fp
 
real(fp), parameter, public small_od_for_sc = 1.E-5_fp
 
integer, parameter, public max_n_doubling = 55
 
integer, parameter, public max_n_soi_iterations = 75
 

Function/Subroutine Documentation

◆ rtv_associated()

elemental logical function, public rtv_define::rtv_associated ( type(rtv_type), intent(in)  RTV)

Definition at line 314 of file RTV_Define.f90.

Here is the caller graph for this function:

◆ rtv_create()

elemental subroutine, public rtv_define::rtv_create ( type(rtv_type), intent(out)  RTV,
integer, intent(in)  n_Angles,
integer, intent(in)  n_Legendre_Terms,
integer, intent(in)  n_Layers 
)

Definition at line 408 of file RTV_Define.f90.

Here is the caller graph for this function:

◆ rtv_destroy()

elemental subroutine, public rtv_define::rtv_destroy ( type(rtv_type), intent(out)  RTV)

Definition at line 348 of file RTV_Define.f90.

Here is the caller graph for this function:

Variable Documentation

◆ angle_threshold

real(fp), parameter, public rtv_define::angle_threshold = 1.0e-7_fp

Definition at line 72 of file RTV_Define.f90.

◆ delta_optical_depth

real(fp), parameter, public rtv_define::delta_optical_depth = 1.0e-8_fp

Definition at line 78 of file RTV_Define.f90.

◆ max_albedo

real(fp), parameter, public rtv_define::max_albedo = 0.999999_fp

Definition at line 79 of file RTV_Define.f90.

◆ max_n_doubling

integer, parameter, public rtv_define::max_n_doubling = 55

Definition at line 86 of file RTV_Define.f90.

◆ max_n_soi_iterations

integer, parameter, public rtv_define::max_n_soi_iterations = 75

Definition at line 89 of file RTV_Define.f90.

◆ module_rcs_id

character(*), parameter rtv_define::module_rcs_id = '$Id: RTV_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
private

Definition at line 67 of file RTV_Define.f90.

◆ phase_threshold

real(fp), parameter, public rtv_define::phase_threshold = 1.0e-7_fp

Definition at line 76 of file RTV_Define.f90.

◆ small_od_for_sc

real(fp), parameter, public rtv_define::small_od_for_sc = 1.E-5_fp

Definition at line 82 of file RTV_Define.f90.