residue_partition_fracs Derived Type

type, public :: residue_partition_fracs

field names are misleading. plant_parm_read.f90:60-63 reads plants.plt columns into these slots and the carbon model uses %lig_frac as bg_lig_frac and %str_frac as ab_lig_frac. Math is correct, names mislead. Renaming touches multiple files; flagged for the model devs to resolve.


Inherited by

type~~residue_partition_fracs~~InheritedByGraph type~residue_partition_fracs residue_partition_fracs type~plant_db plant_db type~plant_db->type~residue_partition_fracs res_part_fracs

Components

Type Visibility Attributes Name Initial
real, public :: meta_frac = 0.85
real, public :: str_frac = 0.15
real, public :: lig_frac = 0.12