Go to the source code of this file.
Data Types | |
module | MODI_Z0V_FROM_LAI |
interface | MODI_Z0V_FROM_LAI::Z0V_FROM_LAI |
Functions/Subroutines | |
REAL function | Z0V_FROM_LAI_0D (PLAI, PH_TREE, PVEGTYPE) |
REAL function, dimension(size(plai)) | Z0V_FROM_LAI_1D (PLAI, PH_TREE, PVEGTYPE) |
REAL function, dimension(size(plai, 1), size(plai, 2)) | Z0V_FROM_LAI_2D (PLAI, PH_TREE, PVEGTYPE) |
REAL function, dimension(size(plai)) | Z0V_FROM_LAI_PATCH (PLAI, PH_TREE, PVEGTYPE) |
REAL function Z0V_FROM_LAI_0D | ( | REAL, intent(in) | PLAI, |
REAL, intent(in) | PH_TREE, | ||
REAL, dimension(:), intent(in) | PVEGTYPE | ||
) |
Definition at line 55 of file z0v_from_lai.F90.
REAL function, dimension(size(plai)) Z0V_FROM_LAI_1D | ( | REAL, dimension(:), intent(in) | PLAI, |
REAL, dimension(:), intent(in) | PH_TREE, | ||
REAL, dimension(:,:), intent(in) | PVEGTYPE | ||
) |
Definition at line 179 of file z0v_from_lai.F90.
REAL function, dimension(size(plai,1),size(plai,2)) Z0V_FROM_LAI_2D | ( | REAL, dimension(:,:), intent(in) | PLAI, |
REAL, dimension(:,:), intent(in) | PH_TREE, | ||
REAL, dimension(:,:,:), intent(in) | PVEGTYPE | ||
) |
Definition at line 304 of file z0v_from_lai.F90.
REAL function, dimension(size(plai)) Z0V_FROM_LAI_PATCH | ( | REAL, dimension(:), intent(in) | PLAI, |
REAL, dimension(:), intent(in) | PH_TREE, | ||
REAL, dimension(:), intent(in) | PVEGTYPE | ||
) |
Definition at line 434 of file z0v_from_lai.F90.