COSP_LIDAR_ONLY_CLOUD Subroutine

public subroutine COSP_LIDAR_ONLY_CLOUD(Npoints, Ncolumns, Nlevels, temp_tot, beta_tot, betaperp_tot, beta_mol, Ze_tot, lidar_only_freq_cloud, tcc)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: Npoints
integer, intent(in) :: Ncolumns
integer, intent(in) :: Nlevels
real, intent(in), dimension(Npoints,Ncolumns,Nlevels) :: temp_tot
real, intent(in), dimension(Npoints,Ncolumns,Nlevels) :: beta_tot
real, intent(in), dimension(Npoints,Ncolumns,Nlevels) :: betaperp_tot
real, intent(in), dimension(Npoints,Nlevels) :: beta_mol
real, intent(in), dimension(Npoints,Ncolumns,Nlevels) :: Ze_tot
real, intent(out), dimension(Npoints,Nlevels) :: lidar_only_freq_cloud
real, intent(out), dimension(Npoints) :: tcc

Contents