calc_rslf Function

public function calc_rslf(p, t) result(rslf)

calculates liquid saturation vapor mixing ratio

Note

even with p = 1050 mb and t = 55 C, the saturation vapor pressure only contributes to 15% of the total pressure, thus the limit on the saturation vapor pressure is set to 15%

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: p
real(kind=wp), intent(in) :: t

Return Value real(kind=wp)


Called by

proc~~calc_rslf~~CalledByGraph proc~calc_rslf calc_rslf proc~thermo_vars thermo_vars proc~thermo_vars->proc~calc_rslf proc~tempo_main tempo_main proc~tempo_main->proc~thermo_vars proc~tempo_run tempo_run proc~tempo_run->proc~tempo_main proc~test_cloud_number_aerosolaware test_cloud_number_aerosolaware proc~test_cloud_number_aerosolaware->proc~tempo_run proc~test_cloud_number_ml test_cloud_number_ml proc~test_cloud_number_ml->proc~tempo_run proc~test_cloud_number_non_aerosolaware test_cloud_number_non_aerosolaware proc~test_cloud_number_non_aerosolaware->proc~tempo_run proc~test_graupel_sedimentation test_graupel_sedimentation proc~test_graupel_sedimentation->proc~tempo_run proc~test_ml_cloud_effective_radius test_ml_cloud_effective_radius proc~test_ml_cloud_effective_radius->proc~tempo_run proc~test_snow_sedimentation test_snow_sedimentation proc~test_snow_sedimentation->proc~tempo_run program~run_tempo_tests run_tempo_tests program~run_tempo_tests->proc~test_cloud_number_aerosolaware program~run_tempo_tests->proc~test_cloud_number_ml program~run_tempo_tests->proc~test_cloud_number_non_aerosolaware program~run_tempo_tests->proc~test_graupel_sedimentation program~run_tempo_tests->proc~test_ml_cloud_effective_radius program~run_tempo_tests->proc~test_snow_sedimentation