z_to_zeta Subroutine

public subroutine z_to_zeta(itime, xt, yt, zold, zteta)


Converting z from meter coordinates to eta using logarithmic vertical * 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: * *


Arguments

Type IntentOptional 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