-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate particle source #84
Closed
Closed
Changes from 32 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
83a4fd6
Use the same function for 1D and 2D source
odstrcilt 2b0f45b
Update Integrate source over simulation timestep
odstrcilt 8489de4
Support overlapping lbo injections
odstrcilt 5493032
Issue if the puff step started at t=0
odstrcilt 61164d1
Extrapolate source by zero
odstrcilt a4ebb89
Divertor source will be in #/s units
odstrcilt b08edb6
Load trust_SOL_Ti parameter from namelist
odstrcilt 9454155
Update source_utils.py
odstrcilt ba96e26
Try to remove numpy
odstrcilt 660c410
Don't allow CX calculation without CCD file
odstrcilt 1aa4524
Raise error if MDS data does not exist
odstrcilt 2f6fcc6
bug
odstrcilt 6d94e8d
Update tests.yml
odstrcilt fad4e61
Update python-publish.yml
odstrcilt 7c79ba3
Update requirements.txt
odstrcilt 4d65ea2
Update requirements.txt
odstrcilt efd62d3
Update requirements.txt
odstrcilt a8cdbc7
Update python-publish.yml
odstrcilt acd33c7
Update python-publish.yml
odstrcilt a06324d
Update python-publish.yml
odstrcilt 611c97f
reverse some changes
odstrcilt a2f797f
Update tests.yml
odstrcilt a493f68
Update tests.yml
odstrcilt 7420d65
Fix os.sep issue with url
odstrcilt 360ec27
Issue with near axis interpolation
odstrcilt 87faa1e
wrong units
odstrcilt c17e33b
Changes for steady state solver
odstrcilt 57606cc
fix bug
odstrcilt 8d5a0f0
Update source_utils.py
odstrcilt bfb775f
more robust loading of ADF files
odstrcilt 40b1afe
Update python-publish.yml
odstrcilt c36b67b
Update tests.yml
odstrcilt 1678ff6
Update adas_files.py
odstrcilt 31c321b
Update tests.yml
odstrcilt 04d73a3
Update adas_files.py
odstrcilt 690e502
Add titan files
odstrcilt be679dc
merge with master
odstrcilt 2f03a12
Update python-publish.yml
odstrcilt 4b020fd
Merge remote-tracking branch 'origin/master' into integrated_source
odstrcilt e863f1f
Merge branch 'integrated_source' of https://github.com/fsciortino/Aur…
odstrcilt 7e47f86
Merge branch 'titan' into integrated_source
odstrcilt 4556d0a
Update python-publish.yml
odstrcilt feb9186
Update pyproject.toml
odstrcilt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@odstrcilt why do you need this
tmp_folder
here?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no idea. I will fix it.