plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
getDistanceToGroundFromStemIDSoybean
Function
MIT
26 statements
Source File
SoybeanClass.f90
SoybeanClass
getDistanceToGroundFromStemIDSoybean
Contents
public recursive function getDistanceToGroundFromStemIDSoybean(obj, dist_in, stem_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)
::
stem_id
Return Value
real(kind=real64)