compute_cld_from_table Interface

interface
public subroutine compute_cld_from_table(ncol, nlay, nbnd, mask, lwp, re, nsteps, step_size, offset, tau_table, ssa_table, asy_table, tau, taussa, taussag) bind(C, name="0")

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: ncol
integer, intent(in) :: nlay
integer, intent(in) :: nbnd
logical(kind=wl), intent(in), dimension(ncol,nlay):: mask
real(kind=wp), intent(in), dimension(ncol,nlay):: lwp
real(kind=wp), intent(in), dimension(ncol,nlay):: re
integer, intent(in) :: nsteps
real(kind=wp), intent(in) :: step_size
real(kind=wp), intent(in) :: offset
real(kind=wp), intent(in), dimension(nsteps, nbnd):: tau_table
real(kind=wp), intent(in), dimension(nsteps, nbnd):: ssa_table
real(kind=wp), intent(in), dimension(nsteps, nbnd):: asy_table
real(kind=wp), dimension(ncol,nlay,nbnd):: tau
real(kind=wp), dimension(ncol,nlay,nbnd):: taussa
real(kind=wp), dimension(ncol,nlay,nbnd):: taussag