plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
getDistanceToGroundFromRootIDSoybean
Function
MIT
26 statements
Source File
SoybeanClass.f90
SoybeanClass
getDistanceToGroundFromRootIDSoybean
Contents
public recursive function getDistanceToGroundFromRootIDSoybean(obj, dist_in, root_id) result(dist_ground)
Type Bound
soybean_
Arguments
Type
Intent
Optional
Attributes
Name
class(
soybean_
),
intent(in)
::
obj
real(kind=real64),
intent(in)
::
dist_in
integer(kind=int32),
intent(in)
::
root_id
Return Value
real(kind=real64)