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

Go to the source code of this file.

Data Types

interface  modi_emis_from_veg::emis_from_veg
 

Modules

module  modi_emis_from_veg
 

Functions/Subroutines

real function emis_from_veg_0d (PVEG, PVEGTYPE)
 
real function, dimension(size(pveg)) emis_from_veg_1d (PVEG, PVEGTYPE)
 
real function, dimension(size(pveg, 1), size(pveg, 2)) emis_from_veg_2d (PVEG, PVEGTYPE)
 
real function, dimension(size(pveg)) emis_from_veg_vegtype (PVEG)
 

Function/Subroutine Documentation

◆ emis_from_veg_0d()

real function emis_from_veg_0d ( real, intent(in)  PVEG,
real, dimension(:), intent(in)  PVEGTYPE 
)

Definition at line 54 of file emis_from_veg.F90.

◆ emis_from_veg_1d()

real function, dimension(size(pveg)) emis_from_veg_1d ( real, dimension(:), intent(in)  PVEG,
real, dimension(:,:), intent(in)  PVEGTYPE 
)

Definition at line 129 of file emis_from_veg.F90.

◆ emis_from_veg_2d()

real function, dimension(size(pveg,1),size(pveg,2)) emis_from_veg_2d ( real, dimension(:,:), intent(in)  PVEG,
real, dimension(:,:,:), intent(in)  PVEGTYPE 
)

Definition at line 204 of file emis_from_veg.F90.

◆ emis_from_veg_vegtype()

real function, dimension(size(pveg)) emis_from_veg_vegtype ( real, dimension(:), intent(in)  PVEG)

Definition at line 283 of file emis_from_veg.F90.