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

Go to the source code of this file.

Data Types

interface  modi_veg_height_from_lai::veg_height_from_lai
 

Modules

module  modi_veg_height_from_lai
 

Functions/Subroutines

real function, dimension(size(pvegtype)) veg_height_from_lai_0d (PLAI, PH_TREE, PVEGTYPE, OAGRI_TO_GRASS)
 
real function, dimension(size(pvegtype, 1), size(pvegtype, 2)) veg_height_from_lai_1d (PLAI, PH_TREE, PVEGTYPE, OAGRI_TO_GRASS)
 
real function, dimension(size(pvegtype, 1), size(pvegtype, 2), size(pvegtype, 3)) veg_height_from_lai_2d (PLAI, PH_TREE, PVEGTYPE, OAGRI_TO_GRASS)
 
real function, dimension(size(plai)) veg_height_from_lai_vegtype (PLAI, PH_TREE, OAGRI_TO_GRASS)
 

Function/Subroutine Documentation

◆ veg_height_from_lai_0d()

real function, dimension(size(pvegtype)) veg_height_from_lai_0d ( real, intent(in)  PLAI,
real, intent(in)  PH_TREE,
real, dimension(:), intent(in)  PVEGTYPE,
logical, intent(in)  OAGRI_TO_GRASS 
)

Definition at line 63 of file veg_height_from_lai.F90.

◆ veg_height_from_lai_1d()

real function, dimension(size(pvegtype,1),size(pvegtype,2)) veg_height_from_lai_1d ( real, dimension(:), intent(in)  PLAI,
real, dimension(:), intent(in)  PH_TREE,
real, dimension(:,:), intent(in)  PVEGTYPE,
logical, intent(in)  OAGRI_TO_GRASS 
)

Definition at line 215 of file veg_height_from_lai.F90.

◆ veg_height_from_lai_2d()

real function, dimension(size(pvegtype,1),size(pvegtype,2),size(pvegtype,3)) veg_height_from_lai_2d ( real, dimension(:,:), intent(in)  PLAI,
real, dimension(:,:), intent(in)  PH_TREE,
real, dimension(:,:,:), intent(in)  PVEGTYPE,
logical, intent(in)  OAGRI_TO_GRASS 
)

Definition at line 370 of file veg_height_from_lai.F90.

◆ veg_height_from_lai_vegtype()

real function, dimension(size(plai)) veg_height_from_lai_vegtype ( real, dimension(:), intent(in)  PLAI,
real, dimension(:), intent(in)  PH_TREE,
logical, intent(in)  OAGRI_TO_GRASS 
)

Definition at line 528 of file veg_height_from_lai.F90.