|
SURFEX v8.1
General documentation of Surfex
|
Public Member Functions | |
| subroutine | permafrost_depth_1d (KNI, KPATCH, PPERM, PSOILDEPTH) |
| subroutine | permafrost_depth_2d (KNI, KPATCH, PPERM, PSOILDEPTH) |
Definition at line 7 of file permafrost_depth.F90.
| subroutine modi_permafrost_depth::permafrost_depth::permafrost_depth_1d | ( | integer, intent(in) | KNI, |
| integer, intent(in) | KPATCH, | ||
| real, dimension(:), intent(in) | PPERM, | ||
| real, dimension(:), intent(inout) | PSOILDEPTH | ||
| ) |
Definition at line 10 of file permafrost_depth.F90.
| subroutine modi_permafrost_depth::permafrost_depth::permafrost_depth_2d | ( | integer, intent(in) | KNI, |
| integer, intent(in) | KPATCH, | ||
| real, dimension(:), intent(in) | PPERM, | ||
| real, dimension(:,:), intent(inout) | PSOILDEPTH | ||
| ) |
Definition at line 24 of file permafrost_depth.F90.
1.8.13