|
FV3 Bundle
|
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 |
| elemental logical function, public rtv_define::rtv_associated | ( | type(rtv_type), intent(in) | RTV | ) |
| 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 | ||
| ) |
| elemental subroutine, public rtv_define::rtv_destroy | ( | type(rtv_type), intent(out) | RTV | ) |
| real(fp), parameter, public rtv_define::angle_threshold = 1.0e-7_fp |
Definition at line 72 of file RTV_Define.f90.
| real(fp), parameter, public rtv_define::delta_optical_depth = 1.0e-8_fp |
Definition at line 78 of file RTV_Define.f90.
| real(fp), parameter, public rtv_define::max_albedo = 0.999999_fp |
Definition at line 79 of file RTV_Define.f90.
| integer, parameter, public rtv_define::max_n_doubling = 55 |
Definition at line 86 of file RTV_Define.f90.
| integer, parameter, public rtv_define::max_n_soi_iterations = 75 |
Definition at line 89 of file RTV_Define.f90.
|
private |
Definition at line 67 of file RTV_Define.f90.
| real(fp), parameter, public rtv_define::phase_threshold = 1.0e-7_fp |
Definition at line 76 of file RTV_Define.f90.
| real(fp), parameter, public rtv_define::small_od_for_sc = 1.E-5_fp |
Definition at line 82 of file RTV_Define.f90.