2024-07-29 08:27:54 +00:00
|
|
|
|
|
|
|
## cultivation parameters for the simulation
|
|
|
|
|
2024-08-01 16:45:49 +00:00
|
|
|
|
2024-07-29 08:27:54 +00:00
|
|
|
```js
|
2024-08-01 16:45:49 +00:00
|
|
|
!!tfgridsimulation_farming.cultivation_params_define
|
|
|
|
utilization_nodes: '1:0,24:70' //how much in percentage are nodes used (0-100)
|
|
|
|
revenue_per_cu_usd: '1:5,60:4' //revenue per cloud units
|
2024-07-29 08:27:54 +00:00
|
|
|
revenue_per_su_usd: '1:5,60:3'
|
|
|
|
revenue_per_nu_usd: '1:0.01,60:0.005'
|
2024-08-01 16:45:49 +00:00
|
|
|
cost_per_cu_usd: '1:0' //is there a cost for the units, here no
|
2024-07-29 08:27:54 +00:00
|
|
|
cost_per_su_usd: '1:0'
|
2024-08-01 16:45:49 +00:00
|
|
|
cost_per_nu_usd: '1:0.005,60:0.0025' //for networking there is a cost
|
2024-07-29 08:27:54 +00:00
|
|
|
|
2024-08-01 16:45:49 +00:00
|
|
|
```
|