-
Notifications
You must be signed in to change notification settings - Fork 2
A new branch for snu students to incorporate local developments into … #213
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
Open
parkjk
wants to merge
15
commits into
develop
Choose a base branch
from
snu_offshoot
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 12 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
f71f5b9
A new branch for snu students to incorporate local developments into …
89e4516
FEATURE - Add sol_num parameter to match routine. Adding sol_num para…
satelite2517 d975697
FEATURE - Add sol_num parameter to match input file. This change init…
satelite2517 a004502
EQUIL - NEW FEATURE - shear and geometry calculation
satelite2517 9a00d1b
FEATURE - curvature calculation
satelite2517 b5ed56f
MINOR - correction of shear calculation error
satelite2517 8ce8371
WIP - modification of bernstein calculation dependency
satelite2517 08a1f69
WIP - file directory structure changes
satelite2517 38dd604
MINOR - minor error at calculation
satelite2517 e14f8c6
MINOR - wrong code remove
satelite2517 f8e8d15
MINOR - changing naming convention in bernsetin form
satelite2517 9978d7c
ERROR - error correction in metric
satelite2517 071b133
Merge branch 'develop' into snu_offshoot
satelite2517 5ce5f7b
Remove bernstein module usage and related flag from dcon files
satelite2517 25ddd6e
Clarify comment for sol_num in match.in regarding DCON eigen function…
satelite2517 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| snu_offshoot | ||
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,7 +20,7 @@ | |
| mthvac=512 ! Number of points used in splines over poloidal angle at plasma-vacuum interface. Overrides vac.in mth. | ||
| thmax0=1 ! Linear multiplier on the automatic choice of theta integration bounds for high-n ideal ballooning stability computation (strictly, -inf to -inf) | ||
|
|
||
| kin_flag = t ! Kinetic EL equation (default: false) | ||
| kin_flag = f ! Kinetic EL equation (default: false) | ||
| con_flag = t ! Continue integration through layers (default: false) | ||
| kinfac1 = 1.0 ! Scale factor for energy contribution (default : 1.0) | ||
| kinfac2 = 1.0 ! Scale factor for torque contribution (default : 1.0) | ||
|
|
@@ -66,4 +66,5 @@ | |
| bin_bal2=f ! Binary output for bal_flag functions | ||
|
|
||
| netcdf_out=t ! Replicate ascii dcon.out information in a netcdf file | ||
| bernstien_flag=t | ||
|
||
| / | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,8 @@ | |
| ideal_flag=t | ||
| contour_flag=t | ||
|
|
||
| sol_num=1 | ||
|
||
|
|
||
| res_flag=f | ||
| ff0=1e6 | ||
| ff1=1e6 | ||
|
|
||
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
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
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
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.
What is this file?