*
This subroutine computes the vertical interpolation variables * logarithmically, unless log_interpol=.false. in the par_mod * * Author: L. Bakels *
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in) | :: | vertlevels(:) | |||
real, | intent(in) | :: | zpos | |||
integer, | intent(in) | :: | zlevel | |||
real, | intent(inout) | :: | dz1 | |||
real, | intent(inout) | :: | dz2 | |||
logical, | intent(in) | :: | bounds(2) | |||
logical, | intent(in) | :: | wlevel |