FV3 Bundle
|
Functions/Subroutines | |
subroutine, public | crtm_ada (n_Layers, w, T_OD, cosmic_background, emissivity, reflectivity, direct_reflectivity, RTV) |
subroutine | crtm_amom_layer (n_streams, nZ, KL, single_albedo, optical_depth, total_opt, COS_Angle, COS_Weight, ff, bb, Planck_Func, RTV) |
subroutine, public | crtm_ada_tl (n_Layers, w, T_OD, cosmic_background, emissivity, direct_reflectivity, RTV, Planck_Atmosphere_TL, Planck_Surface_TL, w_TL, T_OD_TL, emissivity_TL, reflectivity_TL, direct_reflectivity_TL, Pff_TL, Pbb_TL, s_rad_up_TL) |
subroutine | crtm_amom_layer_tl (n_streams, nZ, KL, single_albedo, optical_depth, total_opt, COS_Angle, COS_Weight, ff, bb, Planck_Func, single_albedo_TL, optical_depth_TL, total_opt_TL, ff_TL, bb_TL, Planck_Func_TL, RTV, trans_TL, refl_TL, source_up_TL, source_down_TL) |
subroutine, public | crtm_ada_ad (n_Layers, w, T_OD, cosmic_background, emissivity, direct_reflectivity, RTV, s_rad_up_AD, Planck_Atmosphere_AD, Planck_Surface_AD, w_AD, T_OD_AD, emissivity_AD, reflectivity_AD, direct_reflectivity_AD, Pff_AD, Pbb_AD) |
subroutine | crtm_amom_layer_ad (n_streams, nZ, KL, single_albedo, optical_depth, total_opt, COS_Angle, COS_Weight, ff, bb, Planck_Func, trans_AD, refl_AD, source_up_AD, source_down_AD, RTV, single_albedo_AD, optical_depth_AD, total_opt_AD, ff_AD, bb_AD, Planck_Func_AD) |
Variables | |
character(*), parameter | module_version_id = '$Id: $' |
subroutine, public ada_module::crtm_ada | ( | integer, intent(in) | n_Layers, |
real (fp), dimension( : ), intent(in) | w, | ||
real (fp), dimension( : ), intent(in) | T_OD, | ||
real (fp), intent(in) | cosmic_background, | ||
real (fp), dimension( : ), intent(in) | emissivity, | ||
real (fp), dimension( :,: ), intent(in) | reflectivity, | ||
real (fp), dimension( : ), intent(in) | direct_reflectivity, | ||
type(rtv_type), intent(inout) | RTV | ||
) |
Definition at line 64 of file ADA_Module.f90.
subroutine, public ada_module::crtm_ada_ad | ( | integer, intent(in) | n_Layers, |
real (fp), dimension( : ), intent(in) | w, | ||
real (fp), dimension( : ), intent(in) | T_OD, | ||
real (fp), intent(in) | cosmic_background, | ||
real (fp), dimension( : ), intent(in) | emissivity, | ||
real (fp), dimension( : ), intent(in) | direct_reflectivity, | ||
type(rtv_type), intent(in) | RTV, | ||
real (fp), dimension( : ), intent(inout) | s_rad_up_AD, | ||
real (fp), dimension( 0: ), intent(inout) | Planck_Atmosphere_AD, | ||
real (fp), intent(inout) | Planck_Surface_AD, | ||
real (fp), dimension( : ), intent(inout) | w_AD, | ||
real (fp), dimension( : ), intent(inout) | T_OD_AD, | ||
real (fp), dimension( : ), intent(inout) | emissivity_AD, | ||
real (fp), dimension( :,: ), intent(inout) | reflectivity_AD, | ||
real (fp), dimension( : ), intent(inout) | direct_reflectivity_AD, | ||
real (fp), dimension( :,:,: ), intent(inout) | Pff_AD, | ||
real (fp), dimension( :,:,: ), intent(inout) | Pbb_AD | ||
) |
Definition at line 949 of file ADA_Module.f90.
subroutine, public ada_module::crtm_ada_tl | ( | integer, intent(in) | n_Layers, |
real (fp), dimension( : ), intent(in) | w, | ||
real (fp), dimension( : ), intent(in) | T_OD, | ||
real (fp), intent(in) | cosmic_background, | ||
real (fp), dimension( : ), intent(in) | emissivity, | ||
real (fp), dimension( : ), intent(in) | direct_reflectivity, | ||
type(rtv_type), intent(in) | RTV, | ||
real (fp), dimension( 0: ), intent(in) | Planck_Atmosphere_TL, | ||
real (fp), intent(in) | Planck_Surface_TL, | ||
real (fp), dimension( : ), intent(in) | w_TL, | ||
real (fp), dimension( : ), intent(in) | T_OD_TL, | ||
real (fp), dimension( : ), intent(in) | emissivity_TL, | ||
real (fp), dimension( :,: ), intent(in) | reflectivity_TL, | ||
real (fp), dimension( : ), intent(inout) | direct_reflectivity_TL, | ||
real (fp), dimension( :,:,: ), intent(in) | Pff_TL, | ||
real (fp), dimension( :,:,: ), intent(in) | Pbb_TL, | ||
real (fp), dimension( : ), intent(inout) | s_rad_up_TL | ||
) |
Definition at line 474 of file ADA_Module.f90.
|
private |
Definition at line 221 of file ADA_Module.f90.
|
private |
Definition at line 1166 of file ADA_Module.f90.
|
private |
Definition at line 653 of file ADA_Module.f90.
|
private |
Definition at line 42 of file ADA_Module.f90.