SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
Data Types | Functions/Subroutines
/home/dasprezs/EXPORT_v7_3/src/SURFEX/snow_t_wliq_to_heat.F90 File Reference

Go to the source code of this file.

Data Types

module  MODI_SNOW_T_WLIQ_TO_HEAT
interface  MODI_SNOW_T_WLIQ_TO_HEAT::SNOW_T_WLIQ_TO_HEAT

Functions/Subroutines

subroutine SNOW_T_WLIQ_TO_HEAT_1D (PHEAT, PRHO, PT, PWLIQ)
subroutine SNOW_T_WLIQ_TO_HEAT_2D (PHEAT, PRHO, PT, PWLIQ)
subroutine SNOW_T_WLIQ_TO_HEAT_3D (PHEAT, PRHO, PT, PWLIQ)

Function/Subroutine Documentation

subroutine SNOW_T_WLIQ_TO_HEAT_1D ( REAL, dimension(:), intent(out)  PHEAT,
REAL, dimension(:), intent(in)  PRHO,
REAL, dimension(:), intent(in)  PT,
REAL, dimension(:), intent(in), optional  PWLIQ 
)

Definition at line 33 of file snow_t_wliq_to_heat.F90.

subroutine SNOW_T_WLIQ_TO_HEAT_2D ( REAL, dimension(:,:), intent(out)  PHEAT,
REAL, dimension(:,:), intent(in)  PRHO,
REAL, dimension(:,:), intent(in)  PT,
REAL, dimension(:,:), intent(in), optional  PWLIQ 
)

Definition at line 80 of file snow_t_wliq_to_heat.F90.

subroutine SNOW_T_WLIQ_TO_HEAT_3D ( REAL, dimension(:,:,:), intent(out)  PHEAT,
REAL, dimension(:,:,:), intent(in)  PRHO,
REAL, dimension(:,:,:), intent(in)  PT,
REAL, dimension(:,:,:), intent(in), optional  PWLIQ 
)

Definition at line 127 of file snow_t_wliq_to_heat.F90.