info_tfgrid/collections/tfgridsimulation_farming/specs/params_cultivation.md
2024-08-01 18:45:49 +02:00

16 lines
490 B
Markdown

## cultivation parameters for the simulation
```js
!!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
revenue_per_su_usd: '1:5,60:3'
revenue_per_nu_usd: '1:0.01,60:0.005'
cost_per_cu_usd: '1:0' //is there a cost for the units, here no
cost_per_su_usd: '1:0'
cost_per_nu_usd: '1:0.005,60:0.0025' //for networking there is a cost
```