Nitrogen cycling

In this exercise you will observe the fate of fertiliser nitrogen in a fallow situation: Urea to ammonium to nitrate and the loss of soil nitrate via denitrification.

This simulation will introduce us to editing a simple Manager rule and to more advanced features of graphing simulation results. Firstly we need to set up our weather and soil data. The simulation is on Brookstead,Anchorfield soil in the Dalby area.

The examples assume you have read and walked through the previous document: How to Build, Run and Graph a Simulation

  1. Start with a new simulation based on Continuous Wheat Simulation
  2. Choose Dalby weather. (C:\Program Files\Apsim61\apsim\met\sample)
  3. Starting date 1/1/1989 Ending date: 31/12/1989
  4. Choose "Black Vertosol-Bongeen (Tipton No116)" soil. (Soils->Australia->Queensland->Darling Downs) (remember to rename it)
  5. Set the Starting water to 50% full
  6. Set the Starting nitrogen to 19 kg/ha NO3 and 0 kg/ha NH4
  7. Set the initial surface organic matter to 1000 kg/ha wheat.
  8. Remove all manager rules from your simulation.
  9. Drag a Fertilise on fixed date to your Manager component. (Standard toolbox->Management->Manager with examples)
  10. Change the fertiliser management parameters to apply 100 kg/ha of urea_N on 10-Jan. (leave the "Don't add fertiliser if N in top 2 layers exceeds (kg/ha)" property, and set the "Module used to apply the fertiliser" to "fertiliser")
  11. Make sure your simulation contains a Fertiliser component in your paddock. Even though it doesn't have any changeable properties it is still necessary when fertiliser is to be applied.
  12. Choose these variables to report:
    Component Variable name
    Global Date (dd/mm/yyyy)
    Day
    Year
    Rainfall(mm)
    Soil (whatever you renamed it to) Depth - layered (mm) (to do this just drop the array variable as is onto the variable list. This will create a separate column in the output file for each layer in the soil) (click "?" button next to variable list for more info) (the array variable for depth of each layer is dlayer)
    Drainage (mm)
    Extractable Soil Water (mm)
    NO3 sum over profile and change alias to NO3Total. (to alias use the "as" keyword) eg. no3() as NO3Total
    NH4 sum over profile and change alias to NH4Total
    NO3 layered
    NH4 layered
    DNIT sum over profile
    UREA sum over profile
  13. Change reporting frequency to daily.
  14. Change simulation name to Tipton N Fallow and save the file to the same name.
  15. Run simulation
  16. Create a graph of day vs urea, total ammonium and total nitrate. (Use ScatterChart and default chart types)
     

Question: Why does the above graph look the way it does?

Illustrating the extent and conditions required for denitrification losses

Create a new chart of Day vs Rain, DNIT (on y2), ESW and NO3Total. (Use ScatterChart and default chart types)
 

From this chart you can see that significant nitrogen is lost via denitrification when large amounts of nitrate is available in saturated soil conditions.
 

Exploring vertical movement of nitrate, after fertilisation, through the soil profile

  1. Create a depth graph of dlayer vs no3 for 31/01/1989. Depth plots can only be done when the simulation has dlayer in the output file along with at least one other layered variable. This is why we included no3 and nh4 as layered variables in the output file and not just include NO3Total and NO4Total.

    To create a depth graph, open the Graph toolbox and drag a Depth component onto the output file. In the "Filter" textbox, delete the bottom Date='10/10/1942' and change the top one to Date='31/01/1989'. Now below the graph untick the "nh4" checkbox.

    From this chart you can see the distribution of nitrate in the soil profile just 21 days after the addition of fertiliser.

  2. Let's look at the distribution of nitrate through the soil profile 5 months after fertilisation. In the "Filter" textbox, change Date='31/01/1989' to Date='10/06/1989'. Now below the graph untick the "nh4" checkbox again.