From ff541f786c36577f377ab9bb79b1e56ba70d44d1 Mon Sep 17 00:00:00 2001 From: mn3981 Date: Thu, 23 Oct 2025 16:48:16 +0100 Subject: [PATCH 1/3] Add new obsolete variable mappings for pulse plant parameters --- process/io/obsolete_vars.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/process/io/obsolete_vars.py b/process/io/obsolete_vars.py index bbba669882..e3cfc4f4e0 100644 --- a/process/io/obsolete_vars.py +++ b/process/io/obsolete_vars.py @@ -463,6 +463,12 @@ "f_deuterium": "f_plasma_fuel_deuterium", "f_tritium": "f_plasma_fuel_tritium", "f_helium3": "f_plasma_fuel_helium3", + "t_fusion_ramp": "t_plant_pulse_fusion_ramp", + "t_current_ramp_up": "t_plant_pulse_plasma_current_ramp_up", + "t_current_ramp_down": "t_plant_pulse_plasma_current_ramp_down", + "t_between_pulses": "t_plant_pulse_dwell", + "t_precharge": "t_plant_pulse_coil_precharge", + "t_burn": "t_plant_pulse_burn", } OBS_VARS_HELP = { From d700885c264d9638c2eda67393e97a3d3bb72561 Mon Sep 17 00:00:00 2001 From: Christopher Ashe <91618944+chris-ashe@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:57:16 +0100 Subject: [PATCH 2/3] Update process/io/obsolete_vars.py Co-authored-by: clmould <86794332+clmould@users.noreply.github.com> --- process/io/obsolete_vars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/io/obsolete_vars.py b/process/io/obsolete_vars.py index e3cfc4f4e0..62cb7198d9 100644 --- a/process/io/obsolete_vars.py +++ b/process/io/obsolete_vars.py @@ -465,7 +465,7 @@ "f_helium3": "f_plasma_fuel_helium3", "t_fusion_ramp": "t_plant_pulse_fusion_ramp", "t_current_ramp_up": "t_plant_pulse_plasma_current_ramp_up", - "t_current_ramp_down": "t_plant_pulse_plasma_current_ramp_down", + "t_ramp_down": "t_plant_pulse_plasma_current_ramp_down", "t_between_pulses": "t_plant_pulse_dwell", "t_precharge": "t_plant_pulse_coil_precharge", "t_burn": "t_plant_pulse_burn", From 160bbece8387064c8535a55ea46e2ef53c26026e Mon Sep 17 00:00:00 2001 From: Christopher Ashe <91618944+chris-ashe@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:57:27 +0100 Subject: [PATCH 3/3] Update process/io/obsolete_vars.py Co-authored-by: clmould <86794332+clmould@users.noreply.github.com> --- process/io/obsolete_vars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/io/obsolete_vars.py b/process/io/obsolete_vars.py index 62cb7198d9..9aadfe94ce 100644 --- a/process/io/obsolete_vars.py +++ b/process/io/obsolete_vars.py @@ -466,7 +466,7 @@ "t_fusion_ramp": "t_plant_pulse_fusion_ramp", "t_current_ramp_up": "t_plant_pulse_plasma_current_ramp_up", "t_ramp_down": "t_plant_pulse_plasma_current_ramp_down", - "t_between_pulses": "t_plant_pulse_dwell", + "t_between_pulse": "t_plant_pulse_dwell", "t_precharge": "t_plant_pulse_coil_precharge", "t_burn": "t_plant_pulse_burn", }