| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Farm_), | intent(inout) | :: | obj | |||
| character(len=*), | intent(in) | :: | crop_name | |||
| integer(kind=int32), | intent(in), | optional | :: | num_of_ridge | ||
| integer(kind=int32), | intent(in), | optional | :: | num_of_plant_per_ridge | ||
| real(kind=real64), | intent(in), | optional | :: | width_of_ridge | ||
| real(kind=real64), | intent(in), | optional | :: | width_of_plant_per_ridge | ||
| real(kind=real64), | intent(in), | optional | :: | length_of_farm | ||
| real(kind=real64), | intent(in), | optional | :: | width_of_farm | ||
| real(kind=real64), | intent(in), | optional | :: | soil_depth | ||
| real(kind=real64), | intent(in), | optional | :: | seed_depth | ||
| real(kind=real64), | intent(in), | optional | :: | g_per_100seed | ||
| logical, | intent(in), | optional | :: | meter | ||
| logical, | intent(in), | optional | :: | single | ||
| character(len=*), | intent(in), | optional | :: | Variety |