Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(fertilizer_db), | public, | dimension(:), allocatable, save | :: | fertdb | |||
type(manure_data), | public, | dimension(:), allocatable | :: | manure_db |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=16), | public | :: | fertnm | = | " " | ||
real, | public | :: | fminn | = | 0. |
kg minN/kg frt |fract of fert which is mineral nit (NO3+NH3) |
|
real, | public | :: | fminp | = | 0. |
kg minN/kg frt |frac of fert which is mineral phos |
|
real, | public | :: | forgn | = | 0. |
kg orgN/kg frt |frac of fert which is org n |
|
real, | public | :: | forgp | = | 0. |
kg orgP/kg frt |frac of fert which is org p |
|
real, | public | :: | fnh3n | = | 0. |
kg NH3-N/kg N |frac of mineral N content of fert which is NH3 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=16), | public | :: | fertnm | = | " " |