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

Go to the source code of this file.

Data Types

interface  modi_permafrost_depth::permafrost_depth
 

Modules

module  modi_permafrost_depth
 

Functions/Subroutines

subroutine permafrost_depth_1d (KNI, KPATCH, PPERM, PSOILDEPTH)
 
subroutine permafrost_depth_2d (KNI, KPATCH, PPERM, PSOILDEPTH)
 

Function/Subroutine Documentation

◆ permafrost_depth_1d()

subroutine permafrost_depth_1d ( integer, intent(in)  KNI,
integer, intent(in)  KPATCH,
real, dimension(:), intent(in)  PPERM,
real, dimension(:), intent(inout)  PSOILDEPTH 
)

Definition at line 43 of file permafrost_depth.F90.

◆ permafrost_depth_2d()

subroutine permafrost_depth_2d ( integer, intent(in)  KNI,
integer, intent(in)  KPATCH,
real, dimension(:), intent(in)  PPERM,
real, dimension(:,:), intent(inout)  PSOILDEPTH 
)

Definition at line 124 of file permafrost_depth.F90.