Tomatosphere Recipe - Using your MV1 to grow tomatoes!

MARSfarm has been testing various types of Tomatoes in the MV1 for the last few months and at the request of our users @speck_c we have created an MV1 recipe for him to use as part of the Tomatosphere™ citizen science program.

I will be updating this recipe to include additional phases over the next few weeks based on feedback from @speck_c and other MV1 users interested in growing tomatoes!

{
  "_id": {
    "$oid": "644043ed24fce83490ffe47b"
  },
  "model_name": "TemplateRecipe",
  "recipe_name": "MV1_Tomatosphere",
  "recipe_variable": "Airflow - ON, 14 Hour Days, Day Temp - 75F, Night Temp - 60F, Irrigation - 320ml/day, Day Light Integral - 18.3/mol - 78% white, 4% blue, 15% red,  w/ 1% blue disrupt in mornings and no far-red",
  "phases": [
    {
      "name": "vegetative",
      "phase_start": 0,
      "step": [
        {
          "circulation_fan": [
            {
              "start_time": [
                0,
                1
              ],
              "setting": 1
            }
          ]
        },
        {
          "temperature": [
            {
              "start_time": [
                0,
                1
              ],
              "setting": 60
            },
            {
              "start_time": [
                6,
                5
              ],
              "setting": 75
            },
            {
              "start_time": [
                20,
                5
              ],
              "setting": 60
            }
          ]
        },
        {
          "pump_amount": [
            {
              "start_time": [
                9,
                5
              ],
              "setting": 80
            },
            {
              "start_time": [
                9,
                6
              ],
              "setting": 80
            },
            {
              "start_time": [
                9,
                7
              ],
              "setting": 80
            },
            {
              "start_time": [
                9,
                8
              ],
              "setting": 80
            }
          ]
        },
        {
          "light_intensity": [
            {
              "start_time": [
                0,
                1
              ],
              "setting": [
                0,
                0,
                0,
                0
              ]
            },
            {
              "start_time": [
                9,
                5
              ],
              "setting": [
                0,
                255,
                255,
                255
              ]
            },
            {
              "start_time": [
                23,
                5
              ],
              "setting": [
                0,
                0,
                0,
                0
              ]
            }
          ]
        }
      ]
    }
  ]
}