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

Go to the source code of this file.

Data Types

interface  modi_snow_heat_to_t_wliq::snow_heat_to_t_wliq
 

Modules

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

◆ snow_heat_to_t_wliq_1d()

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

◆ snow_heat_to_t_wliq_2d()

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 94 of file snow_heat_to_t_wliq.F90.

◆ snow_heat_to_t_wliq_3d()

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 150 of file snow_heat_to_t_wliq.F90.