coord_ecmwf_mod Module



Subroutines

public subroutine update_zeta_to_z(itime, ipart)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: itime
integer, intent(in) :: ipart

public subroutine update_z_to_zeta(itime, ipart)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: itime
integer, intent(in) :: ipart

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

Converting z from meter coordinates to eta using logarithmic vertical * interpolation *

Read more…

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

public subroutine zeta_to_z(itime, xt, yt, zteta, ztout)

Converting z from eta coordinates to meters using logarithmic * vertical interpolation *

Read more…

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) :: zteta
real(kind=dp), intent(inout) :: ztout

public subroutine w_to_weta(itime, dt, xt, yt, z_old, zeta_old, w_in, weta_out)

Converting z from meter coordinates to eta using logarithmic vertical * interpolation *

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: itime
real, intent(in) :: dt
real(kind=dp), intent(in) :: xt
real(kind=dp), intent(in) :: yt
real(kind=dp), intent(in) :: z_old
real(kind=dp), intent(in) :: zeta_old
real, intent(in) :: w_in
real, intent(inout) :: weta_out

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

Converting z from meter coordinates to eta using linear interpolation * *

Read more…

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

public subroutine zeta_to_z_lin(itime, xt, yt, zteta, ztout)

Converting z from eta coordinates to meters using linear interpolation * *

Read more…

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) :: zteta
real(kind=dp), intent(inout) :: ztout