Sorted by potential amount of {{green_manure ? 'nitrogen accumulated' : 'biomass produced'}}
| Attribute | Min | Max |
|---|---|---|
| Nitrogen Accumulation (kg N/ha) | {{plants_cache[plant.id].n_accumulation_min}} | {{plants_cache[plant.id].n_accumulation_max}} |
| Biomass Production (t/ha) | {{plants_cache[plant.id].biomass_production_min}} | {{plants_cache[plant.id].biomass_production_max}} |
| Temperature (optimal) (°C) | {{plants_cache[plant.id].temperature_min}} | {{plants_cache[plant.id].temperature_max}} |
| Rainfall (optimal) (mm) | {{plants_cache[plant.id].rainfall_min}} | {{plants_cache[plant.id].rainfall_max}} |
| Time to maturity/harvest (days) | {{plants_cache[plant.id].seasonality_days_min}} | {{plants_cache[plant.id].seasonality_days_max}} |
| Altitude (m) | {{plants_cache[plant.id].altitude_min}} | {{plants_cache[plant.id].altitude_max}} |
| pH | {{plants_cache[plant.id].ph_min}} | {{plants_cache[plant.id].ph_max}} |