Go to the source code of this file.
Data Types | |
| module | modi_veg_from_lai |
| interface | modi_veg_from_lai::veg_from_lai |
Functions/Subroutines | |
| real function | veg_from_lai_0d (PLAI, PVEGTYPE, OAGRI_TO_GRASS) |
| real function, dimension(size(plai)) | veg_from_lai_1d (PLAI, PVEGTYPE, OAGRI_TO_GRASS) |
| real function, dimension(size(plai, 1), size(plai, 2)) | veg_from_lai_2d (PLAI, PVEGTYPE, OAGRI_TO_GRASS) |
| real function, dimension(size(plai)) | veg_from_lai_patch_1d (PLAI, PVEGTYPE, OAGRI_TO_GRASS) |
| real function veg_from_lai_0d | ( | real, intent(in) | PLAI, |
| real, dimension(:), intent(in) | PVEGTYPE, | ||
| logical, intent(in) | OAGRI_TO_GRASS | ||
| ) |
Definition at line 59 of file veg_from_lai.F90.
| real function, dimension(size(plai)) veg_from_lai_1d | ( | real, dimension(:), intent(in) | PLAI, |
| real, dimension(:,:), intent(in) | PVEGTYPE, | ||
| logical, intent(in) | OAGRI_TO_GRASS | ||
| ) |
Definition at line 165 of file veg_from_lai.F90.
| real function, dimension(size(plai,1),size(plai,2)) veg_from_lai_2d | ( | real, dimension(:,:), intent(in) | PLAI, |
| real, dimension(:,:,:), intent(in) | PVEGTYPE, | ||
| logical, intent(in) | OAGRI_TO_GRASS | ||
| ) |
Definition at line 271 of file veg_from_lai.F90.
| real function, dimension(size(plai)) veg_from_lai_patch_1d | ( | real, dimension(:), intent(in) | PLAI, |
| real, dimension(:), intent(in) | PVEGTYPE, | ||
| logical, intent(in) | OAGRI_TO_GRASS | ||
| ) |
Definition at line 386 of file veg_from_lai.F90.
1.8.5