FV3 Bundle
sat_vapor_pres_mod::compute_mrs Interface Reference

Private Member Functions

subroutine compute_mrs_0d (temp, press, mrsat, mr, hc, dmrsdT, esat, err_msg, es_over_liq, es_over_liq_and_ice)
 
subroutine compute_mrs_1d (temp, press, mrsat, mr, hc, dmrsdT, esat, err_msg, es_over_liq, es_over_liq_and_ice)
 
subroutine compute_mrs_2d (temp, press, mrsat, mr, hc, dmrsdT, esat, err_msg, es_over_liq, es_over_liq_and_ice)
 
subroutine compute_mrs_3d (temp, press, mrsat, mr, hc, dmrsdT, esat, err_msg, es_over_liq, es_over_liq_and_ice)
 

Detailed Description

Definition at line 471 of file sat_vapor_pres.F90.

Member Function/Subroutine Documentation

◆ compute_mrs_0d()

subroutine sat_vapor_pres_mod::compute_mrs::compute_mrs_0d ( real, intent(in)  temp,
real, intent(in)  press,
real, intent(out)  mrsat,
real, intent(in), optional  mr,
real, intent(in), optional  hc,
real, intent(out), optional  dmrsdT,
real, intent(out), optional  esat,
character(len=*), intent(out), optional  err_msg,
logical, intent(in), optional  es_over_liq,
logical, intent(in), optional  es_over_liq_and_ice 
)
private

Definition at line 2038 of file sat_vapor_pres.F90.

◆ compute_mrs_1d()

subroutine sat_vapor_pres_mod::compute_mrs::compute_mrs_1d ( real, dimension(:), intent(in)  temp,
real, dimension(:), intent(in)  press,
real, dimension(:), intent(out)  mrsat,
real, dimension(:), intent(in), optional  mr,
real, intent(in), optional  hc,
real, dimension(:), intent(out), optional  dmrsdT,
real, dimension(:), intent(out), optional  esat,
character(len=*), intent(out), optional  err_msg,
logical, intent(in), optional  es_over_liq,
logical, intent(in), optional  es_over_liq_and_ice 
)
private

Definition at line 2097 of file sat_vapor_pres.F90.

◆ compute_mrs_2d()

subroutine sat_vapor_pres_mod::compute_mrs::compute_mrs_2d ( real, dimension(:,:), intent(in)  temp,
real, dimension(:,:), intent(in)  press,
real, dimension(:,:), intent(out)  mrsat,
real, dimension(:,:), intent(in), optional  mr,
real, intent(in), optional  hc,
real, dimension(:,:), intent(out), optional  dmrsdT,
real, dimension(:,:), intent(out), optional  esat,
character(len=*), intent(out), optional  err_msg,
logical, intent(in), optional  es_over_liq,
logical, intent(in), optional  es_over_liq_and_ice 
)
private

Definition at line 2159 of file sat_vapor_pres.F90.

◆ compute_mrs_3d()

subroutine sat_vapor_pres_mod::compute_mrs::compute_mrs_3d ( real, dimension(:,:,:), intent(in)  temp,
real, dimension(:,:,:), intent(in)  press,
real, dimension(:,:,:), intent(out)  mrsat,
real, dimension(:,:,:), intent(in), optional  mr,
real, intent(in), optional  hc,
real, dimension(:,:,:), intent(out), optional  dmrsdT,
real, dimension(:,:,:), intent(out), optional  esat,
character(len=*), intent(out), optional  err_msg,
logical, intent(in), optional  es_over_liq,
logical, intent(in), optional  es_over_liq_and_ice 
)
private

Definition at line 2221 of file sat_vapor_pres.F90.


The documentation for this interface was generated from the following file: