dzw_of_rdzw Interface

public interface dzw_of_rdzw

Calls

interface~~dzw_of_rdzw~~CallsGraph interface~dzw_of_rdzw dzw_of_rdzw proc~dzw_of_rdzw_real32 dzw_of_rdzw_real32 interface~dzw_of_rdzw->proc~dzw_of_rdzw_real32 proc~dzw_of_rdzw_real64 dzw_of_rdzw_real64 interface~dzw_of_rdzw->proc~dzw_of_rdzw_real64

Called by

interface~~dzw_of_rdzw~~CalledByGraph interface~dzw_of_rdzw dzw_of_rdzw proc~init_reference_pressure init_reference_pressure proc~init_reference_pressure->interface~dzw_of_rdzw 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 elemental function dzw_of_rdzw_real32(rdzw) result(dzw)

Compute the difference in between w-wind levels dzw from the reciprocal difference in between w-wind levels rdzw, 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) :: rdzw

Return Value real(kind=real32)

private pure elemental function dzw_of_rdzw_real64(rdzw) result(dzw)

Compute the difference in between w-wind levels dzw from the reciprocal difference in between w-wind levels rdzw, 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) :: rdzw

Return Value real(kind=real64)