Fertilizer is given as a double array, where the even entries determine the DOY and the odd entries the corresponding fertilizer amount: cNitrateTAB, cAmmoniaTAB, cNitrateAndAmmoniaTAB.
Each of the table populates the coresponding output Nitrate,`Ammonia`, NitrateAndAmmonia.
Notice: Nitrate and Ammonia do not add to NitrateAndAmmonia. This output is related only to cNitrateAndAmmoniaTAB!
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
---|---|---|---|---|---|---|---|
constant | cAmmoniaTAB | table with effective applications of ammonia as function of day number | DOUBLEARRAY | g/(m2 d) | - | - | - |
constant | cNitrateAndAmmoniaTAB | table with effective applications of nitrate and ammonia as function of day number | DOUBLEARRAY | g/(m2 d) | - | - | - |
constant | cNitrateTAB | table with effective applications of nitrate as function of day number | DOUBLEARRAY | g/(m2 d) | - | - | - |
out | Ammonia | daily applied ammonia | DOUBLE | g/(m2 d) | - | - | 0.0 |
out | Nitrate | daily applied nitrate | DOUBLE | g/(m2 d) | - | - | 0.0 |
out | NitrateAndAmmonia | daily applied nitrate and ammonia | DOUBLE | g/(m2 d) | - | - | 0.0 |