SURFEX v8.1
General documentation of Surfex
Data Types | Modules | Functions/Subroutines
snow_t_wliq_to_heat.F90 File Reference

Go to the source code of this file.

Data Types

interface  modi_snow_t_wliq_to_heat::snow_t_wliq_to_heat
 

Modules

module  modi_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

◆ snow_t_wliq_to_heat_1d()

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 38 of file snow_t_wliq_to_heat.F90.

◆ snow_t_wliq_to_heat_2d()

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 85 of file snow_t_wliq_to_heat.F90.

◆ snow_t_wliq_to_heat_3d()

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 132 of file snow_t_wliq_to_heat.F90.