dr_tf_inboard inconsistent#3662
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3662 +/- ##
=======================================
Coverage 36.99% 36.99%
=======================================
Files 84 84
Lines 21688 21690 +2
=======================================
+ Hits 8023 8024 +1
- Misses 13665 13666 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
timothy-nunn
left a comment
There was a problem hiding this comment.
Happy with code changes. Going to ask @chris-ashe to check he's happy with the diffs and that removing ixc 140 is the best one to remove and not 13.
Having |
52bcf54 to
189fdf5
Compare
2bc73e2 to
0384432
Compare
* correct mistake in docs * Add warning message if ixc=13 and ixc=140 are used simultaneously * remove ixc = 13 from any input file that also has ixc = 140 * remove dr_tf_inboard from in.dats as it is calculated in-situ * spelling error
Description
Closes #3574
ixc=13 and ixc=140 cannot be used simultaneously. Added a warning when both these iteration variables are being used in an input file. Removed ixc=13 from any input file that also has ixc=140 being used. Fixed a small error in the docs.
Checklist
I confirm that I have completed the following checks: