zw_of_dzw Interface

public interface zw_of_dzw

Calls

interface~~zw_of_dzw~~CallsGraph interface~zw_of_dzw zw_of_dzw proc~zw_of_dzw_real32 zw_of_dzw_real32 interface~zw_of_dzw->proc~zw_of_dzw_real32 proc~zw_of_dzw_real64 zw_of_dzw_real64 interface~zw_of_dzw->proc~zw_of_dzw_real64

Called by

interface~~zw_of_dzw~~CalledByGraph interface~zw_of_dzw zw_of_dzw proc~init_reference_pressure init_reference_pressure proc~init_reference_pressure->interface~zw_of_dzw interface~zu_of_dzw zu_of_dzw proc~init_reference_pressure->interface~zu_of_dzw proc~zu_of_dzw_real32 zu_of_dzw_real32 proc~zu_of_dzw_real32->interface~zw_of_dzw proc~zu_of_dzw_real64 zu_of_dzw_real64 proc~zu_of_dzw_real64->interface~zw_of_dzw interface~zu_of_dzw->proc~zu_of_dzw_real32 interface~zu_of_dzw->proc~zu_of_dzw_real64 proc~model_grid_init model_grid_init proc~model_grid_init->proc~init_reference_pressure interface~model_grid_init model_grid_init interface~model_grid_init->proc~model_grid_init

Module Procedures

private pure function zw_of_dzw_real32(dzw) result(zw)

Compute the coordinates at w-wind levels zw from the difference in between w-wind levels dzw, where is the vertical coordinate, and w-wind levels are synonymous with layer interfaces in MPAS. (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 zw_of_dzw_real64(dzw) result(zw)

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

Arguments

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

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