Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3934 +/- ##
==========================================
- Coverage 46.19% 44.08% -2.11%
==========================================
Files 123 123
Lines 28358 30696 +2338
==========================================
+ Hits 13100 13533 +433
- Misses 15258 17163 +1905 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
943bcc4 to
ee15a38
Compare
…ocumentation files to reflect the new terminology.
…iple files to reflect updated terminology.
…tral solenoid (CS) from `t_precharge` to `t_plant_pulse_coil_precharge` across multiple data files and code modules.
…asma_current_ramp_up` across documentation, input files, and codebase.
…across codebase and documentation for consistency with updated terminology.
…cross multiple files for consistency with updated terminology.
…or consistency with updated terminology.
…oss multiple files for consistency with updated terminology.
…well` across multiple files to enhance readability and consistency in the codebase.
- Changed instances of 't_plant_pulse_dwellwell' to 't_plant_pulse_dwell' in various data files to standardize naming conventions. - Updated related comments and variable assignments to reflect the new naming. - Ensured consistency in the use of 't_plant_pulse_coil_precharge' across relevant files.
ee15a38 to
e593b49
Compare
clmould
left a comment
There was a problem hiding this comment.
Some old vars remain in the code:
t_burn, t_current_ramp_up, t_ramp_down, t_cycle all are still in:
- examples/data/scan_MFILE.DAT
- tests/integration/data/large_tokamak_1_MFILE.DAT
- tests/integration/data/large_tokamak_2_MFILE.DAT
- tests/integration/data/large_tokamak_3_MFILE.DAT
- tests/integration/data/large_tokamak_4_MFILE.DAT
- tests/integration/data/scan_2D_MFILE.DAT
- tests/integration/data/scan_MFILE.DAT (this also has a duplicate line for t_burn which should be removed)
tests/integration/data/ref_IN.DAT still has t_burn and needs the duplicate line removing
tests/unit/data/large_tokamak_MFILE.DAT contains t_burn, t_fusion_ramp, t_current_ramp_up, t_ramp_down, t_cycle, but could just re-run PROCESS on tests/unit/data/large_tokamak_IN.DAT to get these all updated anyway as it looks like this file has not been properly updated for a year so contains many outdated variables names
In examples/data/ there are some errors from find and replace:
t_plant_pulse_burnt_pulse_burnwhich should bet_plant_pulse_burnt_plant_pulse_plasma_current_ramp_downse_plasma_current_ramp_downwhich should bet_plant_pulse_plasma_current_ramp_downt_plant_pulse_total_pulse_totalwhich should bet_plant_pulse_total
…urrent_ramp_up` to `t_plant_pulse_plasma_current_ramp` for consistency in `scan_MFILE.DAT` and `ref_IN.DAT`.
Description
🔄 Renames
t_burn->t_plant_pulse_burnt_fusion_ramp->t_plant_pulse_fusion_rampt_precharge->t_plant_pulse_coil_precharget_current_ramp_up->t_plant_pulse_plasma_current_ramp_upt_ramp_down->t_plant_pulse_plasma_current_ramp_downt_cycle->t_plant_pulse_totaltdown->t_plant_pulse_no_burnt_pulse_repetition->t_plant_pulse_plasma_presentt_between_pulse->t_plant_pulse_dwell🐛
Added
t_plant_pulse_fusion_rampto the calculation oft_plant_pulse_no_burnChecklist
I confirm that I have completed the following checks: