app: stacked_cores: 41-xx: start some new sims based on findings
higher current seems to _decrease_ tx at x=0, generally a good thing.
This commit is contained in:
@@ -118,8 +118,12 @@ sims = [
|
|||||||
(SimParams41(10, 3, 800, "25e8"), None, 20000),
|
(SimParams41(10, 3, 800, "25e8"), None, 20000),
|
||||||
(SimParams41(9, 1, 400, "5e9"), None, 20000),
|
(SimParams41(9, 1, 400, "5e9"), None, 20000),
|
||||||
(SimParams41(9, 1, 400, "2e9"), None, 20000),
|
(SimParams41(9, 1, 400, "2e9"), None, 20000),
|
||||||
(SimParams41(9, 1, 400, "1e10"), None, 20000),
|
|
||||||
(SimParams41(10, 3, 800, "3e9"), None, 20000),
|
(SimParams41(10, 3, 800, "3e9"), None, 20000),
|
||||||
|
|
||||||
|
(SimParams41(9, 1, 400, "1e10"), None, 20000),
|
||||||
|
(SimParams41(9, 3, 600, "1e10"), None, 20000),
|
||||||
|
(SimParams41(10, 3, 800, "1e10"), None, 20000),
|
||||||
|
(SimParams41(9, 1, 400, "2e10"), None, 20000),
|
||||||
]
|
]
|
||||||
|
|
||||||
measurements = { real.machine_name: [human, norm, None, None] for (real, human, norm) in sims }
|
measurements = { real.machine_name: [human, norm, None, None] for (real, human, norm) in sims }
|
||||||
|
@@ -4042,10 +4042,14 @@ fn main() {
|
|||||||
for (coupling_loops, s0_loops, s_major, cur_flt) in [
|
for (coupling_loops, s0_loops, s_major, cur_flt) in [
|
||||||
// VIABLE INVERTERS from 40xx, modified for new control
|
// VIABLE INVERTERS from 40xx, modified for new control
|
||||||
(9, 1, um(400), 1e10), // incomplete; VIABLE INVERTER
|
(9, 1, um(400), 1e10), // incomplete; VIABLE INVERTER
|
||||||
|
|
||||||
|
(9, 3, um(600), 1e10), // unstarted
|
||||||
|
(10, 3, um(800), 1e10), // incomplete; verified geom
|
||||||
// (9, 3, um(600), 3e9), // incomplete; too low slope; too high tx @ 0
|
// (9, 3, um(600), 3e9), // incomplete; too low slope; too high tx @ 0
|
||||||
// (9, 1, um(400), 3e9), // incomplete; too low slope; too high tx @ 0
|
// (9, 1, um(400), 3e9), // incomplete; too low slope; too high tx @ 0
|
||||||
// (10, 3, um(800), 25e8), // incomplete; verified geom; too low slope; too high tx @ 0
|
// (10, 3, um(800), 25e8), // incomplete; verified geom; too low slope; too high tx @ 0
|
||||||
(9, 1, um(400), 5e9), // incomplete; good tx 0; not enough samples
|
(9, 1, um(400), 5e9), // incomplete; good tx 0; not enough samples
|
||||||
|
(9, 1, um(400), 2e10), // unstarted
|
||||||
// (9, 1, um(400), 2e9), // incomplete; too low slope; too high tx @ 0
|
// (9, 1, um(400), 2e9), // incomplete; too low slope; too high tx @ 0
|
||||||
// (10, 3, um(800), 2e9), // unstarted; verified geom. too low current
|
// (10, 3, um(800), 2e9), // unstarted; verified geom. too low current
|
||||||
// (10, 3, um(800), 3e9), // incomplete; verified geom. mildly high current
|
// (10, 3, um(800), 3e9), // incomplete; verified geom. mildly high current
|
||||||
|
Reference in New Issue
Block a user