Public Member Functions | |
| 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) |
Definition at line 5 of file z0v_from_lai.F90.
| REAL function MODI_Z0V_FROM_LAI::Z0V_FROM_LAI::Z0V_FROM_LAI_0D | ( | REAL, intent(in) | PLAI, |
| REAL, intent(in) | PH_TREE, | ||
| REAL, dimension(:), intent(in) | PVEGTYPE | ||
| ) |
Definition at line 7 of file z0v_from_lai.F90.
| REAL function, dimension(size(plai)) MODI_Z0V_FROM_LAI::Z0V_FROM_LAI::Z0V_FROM_LAI_1D | ( | REAL, dimension(:), intent(in) | PLAI, |
| REAL, dimension(:), intent(in) | PH_TREE, | ||
| REAL, dimension(:,:), intent(in) | PVEGTYPE | ||
| ) |
Definition at line 18 of file z0v_from_lai.F90.
| REAL function, dimension(size(plai,1),size(plai,2)) MODI_Z0V_FROM_LAI::Z0V_FROM_LAI::Z0V_FROM_LAI_2D | ( | REAL, dimension(:,:), intent(in) | PLAI, |
| REAL, dimension(:,:), intent(in) | PH_TREE, | ||
| REAL, dimension(:,:,:), intent(in) | PVEGTYPE | ||
| ) |
Definition at line 29 of file z0v_from_lai.F90.
| REAL function, dimension(size(plai)) MODI_Z0V_FROM_LAI::Z0V_FROM_LAI::Z0V_FROM_LAI_PATCH | ( | REAL, dimension(:), intent(in) | PLAI, |
| REAL, dimension(:), intent(in) | PH_TREE, | ||
| REAL, dimension(:), intent(in) | PVEGTYPE | ||
| ) |
Definition at line 39 of file z0v_from_lai.F90.
1.8.0