compute_nir_reflectance Function

publicpure function compute_nir_reflectance(water_tau, water_size, ice_tau, ice_size)

Arguments

Type IntentOptional Attributes Name
real, intent(in), dimension(:) :: water_tau
real, intent(in), dimension(:) :: water_size
real, intent(in), dimension(:) :: ice_tau
real, intent(in), dimension(:) :: ice_size

Return Value real


Calls

proc~~compute_nir_reflectance~2~~CallsGraph proc~compute_nir_reflectance~2 compute_nir_reflectance proc~get_g_nir~3 get_g_nir proc~compute_nir_reflectance~2->proc~get_g_nir~3 proc~get_ssa_nir~3 get_ssa_nir proc~compute_nir_reflectance~2->proc~get_ssa_nir~3 proc~compute_toa_reflectace~3 compute_toa_reflectace proc~compute_nir_reflectance~2->proc~compute_toa_reflectace~3 proc~fit_to_quadratic~3 fit_to_quadratic proc~get_g_nir~3->proc~fit_to_quadratic~3 proc~fit_to_cubic~3 fit_to_cubic proc~get_g_nir~3->proc~fit_to_cubic~3 proc~get_ssa_nir~3->proc~fit_to_quadratic~3 proc~get_ssa_nir~3->proc~fit_to_cubic~3 proc~two_stream~3 two_stream proc~compute_toa_reflectace~3->proc~two_stream~3 proc~adding_doubling~3 adding_doubling proc~compute_toa_reflectace~3->proc~adding_doubling~3

Called by

proc~~compute_nir_reflectance~2~~CalledByGraph proc~compute_nir_reflectance~2 compute_nir_reflectance proc~modis_l2_simulator_twotaus~2 modis_L2_simulator_twoTaus proc~modis_l2_simulator_twotaus~2->proc~compute_nir_reflectance~2 proc~modis_l2_simulator_onetau~2 modis_L2_simulator_oneTau proc~modis_l2_simulator_onetau~2->proc~modis_l2_simulator_twotaus~2 interface~modis_l2_simulator~2 modis_L2_simulator interface~modis_l2_simulator~2->proc~modis_l2_simulator_twotaus~2 interface~modis_l2_simulator~2->proc~modis_l2_simulator_onetau~2

Contents