forw_set_pixel_fit.f90 File Reference
Functions/Subroutines | |
subroutine | set_pixel_phase_matr_fit (NSD, NGAS, tau_mol, NANG, ANGL, sca_ang_norm_p11, GOUT_aerosol_opt_pixel_wl, GOUT_aerosol_phmx_pixel_wl, GOUT_gases_pixel_wl, meas_type, IW, IP, iPOBS, cutoff_meas_diff, pixel_fit) |
subroutine | set_pixel_lidar_signal_fit (nhvp, meas, meas_type, IW, IP, pixel_fit) |
subroutine | set_pixel_stokes_vec_fit (IW, IP, nmeas_type, iPOBS, NBV_comb, SLout_comb, SQout_comb, SUout_comb, SLPout_comb, pixel_fit) |
Function/Subroutine Documentation
◆ set_pixel_lidar_signal_fit()
subroutine set_pixel_lidar_signal_fit | ( | integer, intent(in) | nhvp, |
real, dimension(nhvp), intent(inout) | meas, | ||
integer, intent(in) | meas_type, | ||
integer, intent(in) | IW, | ||
integer, intent(in) | IP, | ||
type(pixel), intent(inout) | pixel_fit | ||
) |
◆ set_pixel_phase_matr_fit()
subroutine set_pixel_phase_matr_fit | ( | integer, intent(in) | NSD, |
integer, intent(in) | NGAS, | ||
real, intent(in) | tau_mol, | ||
integer, intent(in) | NANG, | ||
real, dimension(nang), intent(in) | ANGL, | ||
real, intent(in) | sca_ang_norm_p11, | ||
type(output_pixel_opt_wl), intent(in) | GOUT_aerosol_opt_pixel_wl, | ||
type(output_pixel_ph_matrix_wl), intent(in) | GOUT_aerosol_phmx_pixel_wl, | ||
type(output_pixel_gases_wl), intent(in) | GOUT_gases_pixel_wl, | ||
integer, intent(in) | meas_type, | ||
integer, intent(in) | IW, | ||
integer, intent(in) | IP, | ||
integer, intent(in) | iPOBS, | ||
logical, intent(in) | cutoff_meas_diff, | ||
type(pixel), intent(inout) | pixel_fit | ||
) |
◆ set_pixel_stokes_vec_fit()
subroutine set_pixel_stokes_vec_fit | ( | integer, intent(in) | IW, |
integer, intent(in) | IP, | ||
integer, intent(in) | nmeas_type, | ||
integer, intent(in) | iPOBS, | ||
integer, intent(in) | NBV_comb, | ||
real, dimension(2*nbvm), intent(in) | SLout_comb, | ||
real, dimension(2*nbvm), intent(in) | SQout_comb, | ||
real, dimension(2*nbvm), intent(in) | SUout_comb, | ||
real, dimension(2*nbvm), intent(in) | SLPout_comb, | ||
type(pixel), intent(inout) | pixel_fit | ||
) |