fertilize_future Derived Type

type, public :: fertilize_future

set to the fert_fut action in the lum.dtl


Inherited by

type~~fertilize_future~~InheritedByGraph type~fertilize_future fertilize_future type~plant_community plant_community type~plant_community->type~fertilize_future fert_fut

Components

Type Visibility Attributes Name Initial
character(len=35), public :: name = ""

name of the fertilizer operation (from the dtbl)

integer, public :: num = 0

number of the future fertilizer application (from the dtbl)

character(len=35), public :: fertname = ""

fertilizer name in fertilizer.frt

integer, public :: fertnum = 0

fertilizer number in fertilizer.frt

integer, public :: day_fert = 0

future julian day to apply fert (must be within a year of test)

real, public :: fert_kg = 0.

kg/ha - amount of fertilzer applied

character(len=35), public :: fertop = ""

application type in chem_app.ops

integer, public :: appnum = 0

application number in chem_app.ops