Contents — find the section you need
CEA aquaponics — water-quality boundaries for fish, microbes and plants
“Plants clean the water” is not the whole model
Aquaponics connects fish waste and feed-derived nitrogen to microbial conversion and plant uptake. Cornell Small Farms describes bacteria converting ammonia waste to nitrate while plants take up water and nutrients.
Fish survival, biofilter microbes and plant uptake still have different conditions. Fish-tank DO can look adequate while oxygen is limited at a biofilter surface. Low plant-side nitrate does not prove that fish-tank ammonia is safe.
Measure at three boundaries
| Boundary | Main observations | Not established by one value |
|---|---|---|
| Fish tank | Temperature, DO, pH, ammonia, nitrite, level | Biofilter conversion rate |
| Biofilter | Flow, DO, pH, media state, inlet/outlet nitrogen | Fish stress or plant uptake |
| Plant side | Nitrate, flow, root-zone DO, pH, recovery | Fish-tank safety |
Circulation does not make samples comparable when locations and times differ. Record location, filter position and time relative to feeding, additions and makeup water.
Do not collapse nitrogen species into one number
Use a synthetic balance: 10 g ammonia-nitrogen enters from the fish side, 8 g is converted to nitrate by the biofilter and plants take up 5 g. Conversion and uptake are different terms; the remaining 3 g needs its own accumulation, discharge or unmeasured explanation.
inputs_g = 10.0
converted_g = 8.0
plant_uptake_g = 5.0
unaccounted_g = inputs_g - converted_g
plant_side_residual_g = converted_g - plant_uptake_g
print(f"after biofilter: {unaccounted_g:.1f} g input-side residual")
print(f"after plants: {plant_side_residual_g:.1f} g nitrate-side residual")
The output is 2.0 g and 3.0 g. This arithmetic does not predict concentrations or fish safety; it prevents ammonia, conversion and plant uptake from being treated as one number.
Separate circulation from makeup water
Makeup water affects the fish tank, biofilter and plant side. Record changes in volume together with temperature, pH, alkalinity, DO and nitrogen forms. Solids capture and discharge are separate outflows from a dissolved-nitrogen balance.
Cornell aquaponics resources describe a circulation path from fish tank through solids capture and plants and back again. Define observations and isolation behavior at each boundary before combining fish, microbe and plant controls into one loop.
Scope
This guide covers fish, nitrifying-microbe and plant water-quality boundaries and a synthetic nitrogen balance. Species-specific limits, stocking, filter sizing, pathogens, feed design and food release decisions remain outside scope. Next comes separating solids capture from nitrogen and phosphorus loading.

Comments
Please log in to post a comment
No comments yet.