COSP_CHANGE_VERTICAL_GRID Subroutine

public subroutine COSP_CHANGE_VERTICAL_GRID(Npoints, Ncolumns, Nlevels, zfull, zhalf, y, Nglevels, newgrid_bot, newgrid_top, r, log_units)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: Npoints
integer, intent(in) :: Ncolumns
integer, intent(in) :: Nlevels
real(kind=wp), intent(in), dimension(Npoints,Nlevels) :: zfull
real(kind=wp), intent(in), dimension(Npoints,Nlevels) :: zhalf
real(kind=wp), intent(in), dimension(Npoints,Ncolumns,Nlevels) :: y
integer, intent(in) :: Nglevels
real(kind=wp), intent(in), dimension(Nglevels) :: newgrid_bot
real(kind=wp), intent(in), dimension(Nglevels) :: newgrid_top
real(kind=wp), intent(out), dimension(Npoints,Ncolumns,Nglevels) :: r
logical, intent(in), optional :: log_units

Contents