🎨 Update the vertical build variables to new style#3523
Merged
timothy-nunn merged 17 commits intomainfrom Mar 11, 2025
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3523 +/- ##
==========================================
- Coverage 31.21% 31.20% -0.01%
==========================================
Files 83 83
Lines 19938 19940 +2
==========================================
Hits 6223 6223
- Misses 13715 13717 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
17442ef to
7a0220e
Compare
54d88d8 to
7185be1
Compare
timothy-nunn
requested changes
Feb 24, 2025
Collaborator
timothy-nunn
left a comment
There was a problem hiding this comment.
Happy with code. One comment re obsolete variables
Will need an additional reviewer to check new variables make sense, are necessary, and implemented correctly.
j-a-foster
approved these changes
Mar 6, 2025
Collaborator
j-a-foster
left a comment
There was a problem hiding this comment.
Happy with the new variable names.
timothy-nunn
approved these changes
Mar 11, 2025
…in the vertical build
…cross multiple files
…ss multiple files
Co-authored-by: Timothy <75321887+timothy-nunn@users.noreply.github.com>
b9ee2c5 to
3c3ee34
Compare
timothy-nunn
approved these changes
Mar 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Namespace changes
Variables
thshield_vb->dz_shld_thermalvgap_xpoint_divertor->dz_xpoint_divertordivfix->dz_divertorvgap_vv_thermalshield->dz_shld_vv_gapvgaptop->dz_fw_plasma_gapblnktth->dz_blkt_upperfwtth->dz_fw_upperd_vv_bot->dz_vv_lowerd_vv_top->dz_vv_uppershldtth->dz_shld_uppershldlth->dz_shld_lowerJust cause it annoyed me and isnt part of the vertical build
tf_in_cshas been changed.tf_in_cs->i_tf_inside_cs✨ New additions
Two new X-point variables have been added to allow parsing of the plasma heights. The two new variables now allow separate heights for the upper and lower parts of the plasma. This should enable top-down asymmetry in the future if we decide to use those plasma shapes.
z_plasma_xpoint_upper: Represents the upper height of the plasma from the midplane to the upper X-pointz_plasma_xpoint_lower: Represents the lower height of the plasma from the midplane to the lower X-point🐛 Bugs
The upper and lower plasma heights were originally set as
rminor*kappaand this is how they were viewed in theOUT.DATandMFILE.DATfiles. This would cause a parsing error due to*so the variables could never be used. They also do not discern between the upper and lower plasma X-points.Checklist
I confirm that I have completed the following checks: