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

Go to the source code of this file.

Data Types

interface  modi_green_from_lai::green_from_lai
 

Modules

module  modi_green_from_lai
 

Functions/Subroutines

real function green_from_lai_0d (PLAI, PVEGTYPE, OAGRI_TO_GRASS)
 
real function, dimension(size(plai)) green_from_lai_1d (PLAI, PVEGTYPE, OAGRI_TO_GRASS)
 
real function, dimension(size(plai, 1), size(plai, 2)) green_from_lai_2d (PLAI, PVEGTYPE, OAGRI_TO_GRASS)
 
real function, dimension(size(plai)) green_from_lai_vegtype_1d (PLAI, OAGRI_TO_GRASS)
 

Function/Subroutine Documentation

◆ green_from_lai_0d()

real function green_from_lai_0d ( real, intent(in)  PLAI,
real, dimension(:), intent(in)  PVEGTYPE,
logical, intent(in)  OAGRI_TO_GRASS 
)

Definition at line 59 of file green_from_lai.F90.

◆ green_from_lai_1d()

real function, dimension(size(plai)) green_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 green_from_lai.F90.

◆ green_from_lai_2d()

real function, dimension(size(plai,1),size(plai,2)) green_from_lai_2d ( real, dimension(:,:), intent(in)  PLAI,
real, dimension(:,:,:), intent(in)  PVEGTYPE,
logical, intent(in)  OAGRI_TO_GRASS 
)

Definition at line 282 of file green_from_lai.F90.

◆ green_from_lai_vegtype_1d()

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

Definition at line 411 of file green_from_lai.F90.