|
Description:The system is an aquarium open to air. This model illustrates basic principles of ecosystem operation. When light is shining, there is production of oxigen and organic matter that are used by consumers which in turn regenerate the nutrient materials N (including carbon dioxide) that are recycled back to to plant use.Oxygen diffuses back and forth between the gas phase in the air and the dissolved oxygen state within the water. When respiratory consumption uses up dissolved oxygen at night, it is somewhat replenished by diffusion in from the air space. Observations: |
![]() |
Variables: S = Solar energy N = Nutrients X = Oxygen Q = Organic matter P = Production R = Respiration R = residual solar energy NT = Total nutrients F = proportion of nutrients in Q XS= Oxygen saturation concentration Z = depth of aquarium K = interaction coefficients DQ, DX, DT = increments T = time Equations: S = SIN(T / 3.78) N = ((NT - F * Q) / Z) R = S / (1 + K0 * N) DQ = K2 * R * N - K4 * X * Q DX = K1 * R * N - K3 * X * Q + K5 * (1 - X / XS) Q = Q + DQ * DT X = X + DX * DT / Z P = K1 * R * N R = K3 * X * Q T = T + DT Simulation: The graph shows the changes of S (sun), N (Nutrients), X (Oxygen), DQ(net production), P (Productio), R (Respiration) over a period of time of seven days. Source code: openaq.java |
|
"What if" Experiments:
|