Skip to content

Instantly share code, notes, and snippets.

@gordonbrander
Last active February 9, 2017 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gordonbrander/bfa55257ad46d037ae25e988f048ec28 to your computer and use it in GitHub Desktop.
Save gordonbrander/bfa55257ad46d037ae25e988f048ec28 to your computer and use it in GitHub Desktop.
General Greens
{
"_id": "general_greens",
"recipe_format": "phased",
"version": "1.0",
"optimization": [
"general purpose"
],
"date_created": "2017-02-08",
"author": "openag",
"stages": [
{
"name": "early",
"cycles": 14,
"day": {
"hours": 18,
"air_temperature": 24,
"nutrient_flora_duo_a": 1.4,
"nutrient_flora_duo_b": 0.7,
"light_illuminance": 1
},
"night": {
"hours": 6,
"air_temperature": 19,
"nutrient_flora_duo_a": 0,
"nutrient_flora_duo_b": 0,
"light_illuminance": 0
}
},
{
"name": "middle",
"cycles": 14,
"day": {
"hours": 18,
"air_temperature": 24,
"nutrient_flora_duo_a": 1.4,
"nutrient_flora_duo_b": 1.4,
"light_illuminance": 1
},
"night": {
"hours": 6,
"air_temperature": 19,
"nutrient_flora_duo_a": 0,
"nutrient_flora_duo_b": 0,
"light_illuminance": 0
}
},
{
"name": "late",
"cycles": 14,
"day": {
"hours": 18,
"air_temperature": 24,
"nutrient_flora_duo_a": 1.1,
"nutrient_flora_duo_b": 2.2,
"light_illuminance": 1
},
"night": {
"hours": 6,
"air_temperature": 19,
"nutrient_flora_duo_a": 0,
"nutrient_flora_duo_b": 0,
"light_illuminance": 0
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment