Skip to content

Instantly share code, notes, and snippets.

@novemberalpha
Last active June 25, 2018 05:14
Show Gist options
  • Save novemberalpha/4a3e1d45d00a16385510eb7d7e98b5e3 to your computer and use it in GitHub Desktop.
Save novemberalpha/4a3e1d45d00a16385510eb7d7e98b5e3 to your computer and use it in GitHub Desktop.
A PFC1 recipe for potted tomatoes!
{
"_id": "pfc1-potted-tomatoes-72days",
"format": "phased",
"version": "1.0",
"optimization": [
"general purpose"
],
"date_created": "2017-05-14",
"author": "openag",
"operations": [
{
"name": "early",
"cycles": 24,
"day": {
"hours": 16,
"air_temperature": 29,
"light_intensity": 1,
"air_humidity": 80
},
"night": {
"hours": 8,
"air_temperature": 18,
"light_intensity": 0,
"air_humidity": 70
}
},
{
"name": "middle",
"cycles": 24,
"day": {
"hours": 14,
"air_temperature": 29,
"light_intensity": 1,
"air_humidity": 80
},
"night": {
"hours": 10,
"air_temperature": 18,
"light_intensity": 0,
"air_humidity": 70
}
},
{
"name": "late",
"cycles": 24,
"day": {
"hours": 12,
"air_temperature": 29,
"light_intensity": 1,
"air_humidity": 80
},
"night": {
"hours": 12,
"air_temperature": 18,
"light_intensity": 0,
"air_humidity": 70
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment