Convert iteration_variables.f90 to Python#3570
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3570 +/- ##
==========================================
- Coverage 36.54% 36.13% -0.42%
==========================================
Files 87 88 +1
Lines 22190 22106 -84
==========================================
- Hits 8110 7988 -122
- Misses 14080 14118 +38 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3438906 to
83ad60c
Compare
|
This section of code could have been simplified PROCESS/source/fortran/iteration_variables.f90 Lines 4202 to 4210 in 159ac62 As you will see, we are essentially performing the following calculations so it follows that when |
83ad60c to
fe96bc1
Compare
jonmaddock
left a comment
There was a problem hiding this comment.
Due to my inaction on this, there are now some conflicts. Could you resolve these before I review?
fe96bc1 to
9e45d97
Compare
jonmaddock
left a comment
There was a problem hiding this comment.
Great, nice to get the dicts working nicely too.
9e45d97 to
8923450
Compare
8923450 to
ac5eca1
Compare
Convert
iteration_variables.f90to Python.Similar to #3552, I have created a config class and created an entry (in a dict this time) for each existing iteration variable.
Notes
PROCESS/source/fortran/iteration_variables.f90
Lines 4176 to 4177 in 1069123
PROCESS/source/fortran/iteration_variables.f90
Lines 4203 to 4207 in 1069123
PROCESS/source/fortran/iteration_variables.f90
Lines 4189 to 4193 in 1069123
PROCESS/source/fortran/iteration_variables.f90
Lines 4438 to 4450 in 1069123
PROCESS/source/fortran/iteration_variables.f90
Lines 4452 to 4455 in 1069123