dzu_of_dzw Interface

public interface dzu_of_dzw

Calls

interface~~dzu_of_dzw~~CallsGraph interface~dzu_of_dzw dzu_of_dzw proc~dzu_of_dzw_real32 dzu_of_dzw_real32 interface~dzu_of_dzw->proc~dzu_of_dzw_real32 proc~dzu_of_dzw_real64 dzu_of_dzw_real64 interface~dzu_of_dzw->proc~dzu_of_dzw_real64

Module Procedures

private pure function dzu_of_dzw_real32(dzw) result(dzu)

Compute the difference in between u-wind levels dzu from the difference in between w-wind levels dzw, where is the vertical coordinate, u-wind and w-wind levels are synonymous with layer midpoints and interfaces in MPAS, respectively. (KCW, 2025-10-20)

Arguments

Type IntentOptional Attributes Name
real(kind=real32), intent(in) :: dzw(:)

Return Value real(kind=real32), (size(dzw)-1)

private pure function dzu_of_dzw_real64(dzw) result(dzu)

Compute the difference in between u-wind levels dzu from the difference in between w-wind levels dzw, where is the vertical coordinate, u-wind and w-wind levels are synonymous with layer midpoints and interfaces in MPAS, respectively. (KCW, 2025-10-20)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: dzw(:)

Return Value real(kind=real64), (size(dzw)-1)