SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
Data Types | Functions/Subroutines
z0v_from_lai.F90 File Reference

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, OAGRI_TO_GRASS)
 
real function, dimension(size(plai)) z0v_from_lai_1d (PLAI, PH_TREE, PVEGTYPE, OAGRI_TO_GRASS)
 
real function, dimension(size(plai,
1), size(plai, 2)) 
z0v_from_lai_2d (PLAI, PH_TREE, PVEGTYPE, OAGRI_TO_GRASS)
 
real function, dimension(size(plai)) z0v_from_lai_patch (PLAI, PH_TREE, PVEGTYPE, OAGRI_TO_GRASS)
 

Function/Subroutine Documentation

real function z0v_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 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,
logical, intent(in)  OAGRI_TO_GRASS 
)

Definition at line 161 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,
logical, intent(in)  OAGRI_TO_GRASS 
)

Definition at line 256 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,
logical, intent(in)  OAGRI_TO_GRASS 
)

Definition at line 356 of file z0v_from_lai.F90.