| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | bmix_idtill | = | 0 |
|none |the tilldb index of the biomix tillage. |
|
| integer, | public | :: | till_eff_days | = | 30 |
|none |length of days a tillage operation will have an effect |
|
| real, | public | :: | bmix_eff | = | 0. |
|none |biological mixing efficieny |
|
| real, | public | :: | bmix_depth | = | 0. |
|mm |maximum potential biological mixing depth |
|
| real, | public | :: | dtill | = | 0. |
|mm |actual biological or tillage mixing mixing depth |
|
| real, | public | :: | bmix_a | = | 3.0 |
|none !Base intercept in zz equation in mgt_tillfactor.f90 for biomixing |
|
| real, | public | :: | bmix_b | = | 5.0 |
|none !slope of in zz equation in mgt_tillfactor.f90 for biomixing |
|
| real, | public | :: | bmix_c | = | -5.5 |
|none !exponent multiplier in zz equation in mgt_tillfactor.f90 for biomixing |
|
| real, | public | :: | tillmix_a | = | 3.0 |
|none !Base intercept in zz equation in mgt_tillfactor.f90 for tillage mixing |
|
| real, | public | :: | tillmix_b | = | 5.0 |
|none !slope of in zz equation in mgt_tillfactor.f90 for tillage mixing |
|
| real, | public | :: | tillmix_c | = | -5.5 |
|none !exponent multiplier in zz equation in mgt_tillfactor.f90 for tillage mixing |
|
| real, | public | :: | bio_consf | = | .15 | ||
| real, | public | :: | till_consf | = | .10 | ||
| type(tillage_db), | public, | dimension(:), allocatable, save | :: | tilldb |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=16), | public | :: | tillnm | = | " " | ||
| real, | public | :: | effmix | = | 0. |
none |mixing efficiency of tillage operation |
|
| real, | public | :: | deptil | = | 0. |
mm |depth of mixing caused by tillage |
|
| real, | public | :: | ranrns | = | 0. |
mm |random roughness |
|
| real, | public | :: | ridge_ht | = | 0. |
mm |ridge height |
|
| real, | public | :: | ridge_sp | = | 0. |
mm |ridge interval (or row spacing) |