MEGANFactorsMod Module



Variables

Type Visibility Attributes Name Initial
real(kind=r8), public, allocatable :: LDF(:)
real(kind=r8), public, allocatable :: Agro(:)
real(kind=r8), public, allocatable :: Amat(:)
real(kind=r8), public, allocatable :: Anew(:)
real(kind=r8), public, allocatable :: Aold(:)
real(kind=r8), public, allocatable :: betaT(:)
real(kind=r8), public, allocatable :: ct1(:)
real(kind=r8), public, allocatable :: ct2(:)
real(kind=r8), public, allocatable :: Ceo(:)
character(len=40), public, allocatable :: comp_names(:)

Subroutines

public subroutine megan_factors_get(comp_name, factors, class_n, molecwght)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: comp_name
real(kind=r8), intent(out) :: factors(npfts)
integer, intent(out) :: class_n
real(kind=r8), intent(out) :: molecwght

public subroutine megan_factors_init(filename)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename