-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path30_start_chemostat_after_threshold_reached.yaml
42 lines (40 loc) · 1.32 KB
/
30_start_chemostat_after_threshold_reached.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
experiment_profile_name: Custom chemostat
metadata:
author: Your Name
description: Custom chemostat operation for Pioreactor pr1. Chemostat operation starts after the nOD >= 30, maintaining constant stirring and temperature, with a dilution rate of 0.3 h⁻¹ (0.63 mL every 9 minutes) and growth rate estimation.
pioreactors:
pr1:
jobs:
stirring:
actions:
- type: start
hours_elapsed: 0.0
options:
target_rpm: 650.0
temperature_automation:
actions:
- type: start
hours_elapsed: 0.0
options:
automation_name: thermostat
target_temperature: 30.0
od_reading:
actions:
- type: start
hours_elapsed: 0.0
growth_rate_calculating:
actions:
- type: start
hours_elapsed: 0.0
dosing_automation:
actions:
- type: when
hours_elapsed: 0.08 # start after 5m
condition: pr1:growth_rate_calculating:od_filtered.od_filtered > 30
actions:
- type: start
hours_elapsed: 0.0
options:
automation_name: chemostat
volume: 0.63
duration: 9 # In minutes, which translates to 0.1 mL every 2.1 minutes