-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed name SD4SOLPS to SOLPS2ctrl everywhere. Using new names od dependencies that are registered with Julia Registry: * IMASggd * SOLPS2imas Updating version to 2.0.0 Added test coverage Minor bug fix in using IMAS.flux_surfaces function.
- Loading branch information
1 parent
76b4e8c
commit 7e7f16d
Showing
11 changed files
with
116 additions
and
110 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
name = "SD4SOLPS" | ||
uuid = "d8db6f1b-e564-4c04-bba3-ef399f78c070" | ||
name = "SOLPS2ctrl" | ||
uuid = "a531d12f-ac8a-43e8-b6d9-bd121431dd49" | ||
authors = ["David Eldon <[email protected]>"] | ||
version = "1.0.3" | ||
version = "2.0.0" | ||
|
||
[deps] | ||
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" | ||
Contour = "d38c429a-6771-53c6-b99e-75d170b6e991" | ||
EFIT = "cda752c5-6b03-55a3-9e33-132a441b0c17" | ||
Fortran90Namelists = "8fb689aa-71ff-4044-8071-0cffc910b57d" | ||
GGDUtils = "b7b5e640-9b39-4803-84eb-376048795def" | ||
IMAS = "13ead8c1-b7d1-41bb-a6d0-5b8b65ed587a" | ||
IMASggd = "b7b5e640-9b39-4803-84eb-376048795def" | ||
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" | ||
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" | ||
PhysicalConstants = "5ad8b20f-a522-5ce9-bfc9-ddf1d5bda6ab" | ||
PlotUtils = "995b91a9-d308-5afd-9ec6-746e21dbc043" | ||
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" | ||
PolygonOps = "647866c9-e3ac-4575-94e7-e3d426903924" | ||
SOLPS2IMAS = "09becab6-0636-4c23-a92a-2b3723265c31" | ||
SOLPS2imas = "09becab6-0636-4c23-a92a-2b3723265c31" | ||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" | ||
|
@@ -26,16 +25,15 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" | |
ArgParse = "1" | ||
Contour = "0.6.3" | ||
EFIT = "1.0.0" | ||
Fortran90Namelists = "0.1.1" | ||
GGDUtils = "1.0.2" | ||
IMAS = "1.2.2" | ||
IMASggd = "2" | ||
Interpolations = "0.15.1" | ||
JSON = "0.21.4" | ||
PhysicalConstants = "0.2.3" | ||
PlotUtils = "1.4.1" | ||
Plots = "1.40.3" | ||
PolygonOps = "0.1.2" | ||
SOLPS2IMAS = "1.0.3" | ||
SOLPS2imas = "2" | ||
Statistics = "1.9.0" | ||
Unitful = "1.20.0" | ||
YAML = "0.4.11" | ||
|
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.