c2l Interface

public interface c2l

Module Procedures

public subroutine c2l_1d(bounds, carr, larr, c2l_scale_type)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
real(kind=r8), intent(in) :: carr(bounds%begc:)
real(kind=r8), intent(out) :: larr(bounds%begl:)
character(len=*), intent(in) :: c2l_scale_type

public subroutine c2l_2d(bounds, num2d, carr, larr, c2l_scale_type)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
integer, intent(in) :: num2d
real(kind=r8), intent(in) :: carr(bounds%begc:,1:)
real(kind=r8), intent(out) :: larr(bounds%begl:,1:)
character(len=*), intent(in) :: c2l_scale_type