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

Go to the source code of this file.

Data Types

module  modi_emis_from_veg
 
interface  modi_emis_from_veg::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_patch (PVEG, PVEGTYPE)
 

Function/Subroutine Documentation

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.

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.

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.

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

Definition at line 283 of file emis_from_veg.F90.