Converting z from eta coordinates to meters using logarithmic * vertical interpolation *
*
Variables: * itime [s] current temporal position * xt,yt,zteta spatial position of trajectory * ztout vertical postion in meter (output) * * *
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | itime | |||
real(kind=dp), | intent(in) | :: | xt | |||
real(kind=dp), | intent(in) | :: | yt | |||
real(kind=dp), | intent(in) | :: | zteta | |||
real(kind=dp), | intent(inout) | :: | ztout |