MOD_LLNL_STATS Module


Uses

  • module~~mod_llnl_stats~2~~UsesGraph module~mod_llnl_stats~2 MOD_LLNL_STATS module~mod_cosp_constants~2 MOD_COSP_CONSTANTS module~mod_llnl_stats~2->module~mod_cosp_constants~2

Used by

  • module~~mod_llnl_stats~2~~UsedByGraph module~mod_llnl_stats~2 MOD_LLNL_STATS module~mod_lmd_ipsl_stats~2 MOD_LMD_IPSL_STATS module~mod_lmd_ipsl_stats~2->module~mod_llnl_stats~2 module~mod_lmd_ipsl_stats MOD_LMD_IPSL_STATS module~mod_lmd_ipsl_stats->module~mod_llnl_stats~2

Contents


Functions

public function COSP_CFAD(Npoints, Ncolumns, Nlevels, Nbins, x, xmin, xmax, bmin, bwidth) result(cosp_cfad)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: Npoints
integer, intent(in) :: Ncolumns
integer, intent(in) :: Nlevels
integer, intent(in) :: Nbins
real, intent(in), dimension(Npoints,Ncolumns,Nlevels) :: x
real, intent(in) :: xmin
real, intent(in) :: xmax
real, intent(in) :: bmin
real, intent(in) :: bwidth

Return Value real, dimension(Npoints,Nbins,Nlevels)


Subroutines

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