main Program

Variables

Type Attributes Name Initial
type(soybean_) :: soy
type(Environment_) :: env
type(FEMDomain_), allocatable :: domains(:)
integer(kind=int32) :: step
integer(kind=int32) :: sampling_Hz
real(kind=real64), allocatable :: photosynthesis(:)
real(kind=real64), allocatable :: carbon_concentration(:)
real(kind=real64), allocatable :: respiration(:)
real(kind=real64), allocatable :: Photosynthate(:)
real(kind=real64), allocatable :: internal_pressure(:)
real(kind=real64), allocatable :: struct_vs_nonstruct(:)
real(kind=real64), allocatable :: void_ratio(:)
real(kind=real64), allocatable :: DiffusionCoeff(:)
real(kind=real64), allocatable :: volume(:)
real(kind=real64), allocatable :: RHS(:)
real(kind=real64), allocatable :: FixValue(:)
integer(kind=int32), allocatable :: target_element_list(:)
integer(kind=int32), allocatable :: FixBoundary(:)
real(kind=real64) :: dt
type(CRS_) :: crs
type(IO_) :: f