Allow x0 to be an input to the python interface of libgene_tango
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 18
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
The current version of libgene_tano.F90 has x0 = 0.5 (on two separate lines). This overrides what is in the GENE parameters file. If a value other than x0=0.5 is desired, currently one would have to manually change this value and recompile libgene_tango.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting libgene_tano.F90 and the Python interface path that supplies GENE parameters; locate both hardcoded x0 = 0.5 assignments mentioned in the issue. Done means a caller can provide a non-default x0 through the Python interface and that value is not overridden by the Fortran code or requires recompilation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fortran, python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100