SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
Data Types | Functions/Subroutines
snow_heat_to_t_wliq.F90 File Reference

Go to the source code of this file.

Data Types

module  modi_snow_heat_to_t_wliq
 
interface  modi_snow_heat_to_t_wliq::snow_heat_to_t_wliq
 

Functions/Subroutines

subroutine snow_heat_to_t_wliq_1d (PHEAT, PRHO, PT, PWLIQ)
 
subroutine snow_heat_to_t_wliq_2d (PHEAT, PRHO, PT, PWLIQ)
 
subroutine snow_heat_to_t_wliq_3d (PHEAT, PRHO, PT, PWLIQ)
 

Function/Subroutine Documentation

subroutine snow_heat_to_t_wliq_1d ( real, dimension(:), intent(in)  PHEAT,
real, dimension(:), intent(in)  PRHO,
real, dimension(:), intent(out)  PT,
real, dimension(:), intent(out), optional  PWLIQ 
)

Definition at line 37 of file snow_heat_to_t_wliq.F90.

subroutine snow_heat_to_t_wliq_2d ( real, dimension(:,:), intent(in)  PHEAT,
real, dimension(:,:), intent(in)  PRHO,
real, dimension(:,:), intent(out)  PT,
real, dimension(:,:), intent(out), optional  PWLIQ 
)

Definition at line 93 of file snow_heat_to_t_wliq.F90.

subroutine snow_heat_to_t_wliq_3d ( real, dimension(:,:,:), intent(in)  PHEAT,
real, dimension(:,:,:), intent(in)  PRHO,
real, dimension(:,:,:), intent(out)  PT,
real, dimension(:,:,:), intent(out), optional  PWLIQ 
)

Definition at line 149 of file snow_heat_to_t_wliq.F90.