|
subroutine | lookup_es_des_0d (temp, esat, desat, err_msg) |
|
subroutine | lookup_es_des_1d (temp, esat, desat, err_msg) |
|
subroutine | lookup_es_des_2d (temp, esat, desat, err_msg) |
|
subroutine | lookup_es_des_3d (temp, esat, desat, err_msg) |
|
Definition at line 295 of file sat_vapor_pres.F90.
◆ lookup_es_des_0d()
subroutine sat_vapor_pres_mod::lookup_es_des::lookup_es_des_0d |
( |
real, intent(in) |
temp, |
|
|
real, intent(out) |
esat, |
|
|
real, intent(out) |
desat, |
|
|
character(len=*), intent(out), optional |
err_msg |
|
) |
| |
|
private |
◆ lookup_es_des_1d()
subroutine sat_vapor_pres_mod::lookup_es_des::lookup_es_des_1d |
( |
real, dimension(:), intent(in) |
temp, |
|
|
real, dimension(:), intent(out) |
esat, |
|
|
real, dimension(:), intent(out) |
desat, |
|
|
character(len=*), intent(out), optional |
err_msg |
|
) |
| |
|
private |
◆ lookup_es_des_2d()
subroutine sat_vapor_pres_mod::lookup_es_des::lookup_es_des_2d |
( |
real, dimension(:,:), intent(in) |
temp, |
|
|
real, dimension(:,:), intent(out) |
esat, |
|
|
real, dimension(:,:), intent(out) |
desat, |
|
|
character(len=*), intent(out), optional |
err_msg |
|
) |
| |
|
private |
◆ lookup_es_des_3d()
subroutine sat_vapor_pres_mod::lookup_es_des::lookup_es_des_3d |
( |
real, dimension(:,:,:), intent(in) |
temp, |
|
|
real, dimension(:,:,:), intent(out) |
esat, |
|
|
real, dimension(:,:,:), intent(out) |
desat, |
|
|
character(len=*), intent(out), optional |
err_msg |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: