Converting z from meter coordinates to eta using linear interpolation * *
*
Variables: * itime [s] current temporal position * xt,yt,zold,zold spatial positions of trajectory (meters) * zteta vertical position in eta coordinates (output) * * etauvheight defined in windfields: half model heights for ETA coordinates * Constants: * *
| 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) | :: | zold | |||
| real(kind=dp), | intent(inout) | :: | zteta |