openmc-data 0.1.4__tar.gz → 0.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {openmc_data-0.1.4 → openmc_data-0.2.1}/.github/workflows/test_package.yml +3 -3
- {openmc_data-0.1.4 → openmc_data-0.2.1}/.github/workflows/test_processing.yml +13 -13
- {openmc_data-0.1.4 → openmc_data-0.2.1}/PKG-INFO +7 -9
- {openmc_data-0.1.4 → openmc_data-0.2.1}/README.md +6 -8
- {openmc_data-0.1.4 → openmc_data-0.2.1}/pyproject.toml +3 -3
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/__init__.py +1 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/_version.py +2 -2
- openmc_data-0.1.4/src/openmc_data/convert/convert_nndc71.py → openmc_data-0.2.1/src/openmc_data/convert/convert_endf.py +2 -2
- openmc_data-0.1.4/src/openmc_data/depletion/chain_endf_vii.1.xml → openmc_data-0.2.1/src/openmc_data/depletion/chain_endf_b7.1.xml +1854 -317
- openmc_data-0.1.4/src/openmc_data/depletion/chain_endf_viii.0.xml → openmc_data-0.2.1/src/openmc_data/depletion/chain_endf_b8.0.xml +2829 -398
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/depletion/generate_endf_chain.py +15 -41
- openmc_data-0.2.1/src/openmc_data/depletion/generate_tendl_chain.py +168 -0
- openmc_data-0.1.4/src/openmc_data/download/download_nndc.py → openmc_data-0.2.1/src/openmc_data/download/download_endf.py +1 -1
- openmc_data-0.1.4/src/openmc_data/download/download_nndc_chain.py → openmc_data-0.2.1/src/openmc_data/download/download_endf_chain.py +1 -1
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/generate/generate_jendl.py +8 -8
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/other/sample_sandy.py +2 -2
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/urls.py +11 -1
- openmc_data-0.2.1/src/openmc_data/urls_chain.py +58 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/urls_h5.py +1 -1
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/urls_xml.py +3 -3
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data.egg-info/PKG-INFO +7 -9
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data.egg-info/SOURCES.txt +6 -5
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data.egg-info/entry_points.txt +3 -3
- openmc_data-0.1.4/src/openmc_data/depletion/generate_tendl_chain.py +0 -147
- {openmc_data-0.1.4 → openmc_data-0.2.1}/.github/workflows/python-publish.yml +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/.github/workflows/test_urls.yml +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/.gitignore +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/LICENSE +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/setup.cfg +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/convert/__init__.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/convert/convert_fendl.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/convert/convert_jeff32.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/convert/convert_jeff33.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/convert/convert_lib80x.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/convert/convert_mcnp70.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/convert/convert_mcnp71.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/convert/convert_tendl.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/depletion/__init__.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/depletion/add_branching_ratios.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/depletion/branching_ratios_pwr.json +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/depletion/branching_ratios_sfr.json +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/depletion/casl_chain.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/depletion/chain-nndc-b7.1.xml +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/depletion/chain_casl_pwr.xml +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/depletion/chain_casl_sfr.xml +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/depletion/chain_endfb71_pwr.xml +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/depletion/chain_endfb71_sfr.xml +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/depletion/generate_endf71_chain_casl.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/depletion/generate_serpent_fissq.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/depletion/reduce_chain.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/depletion/serpent_fissq.json +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/depletion/tendl2019_nuclides.json +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/depletion/tendl2021_nuclides.json +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/download/__init__.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/generate/__init__.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/generate/generate_cendl.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/generate/generate_endf.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/generate/generate_jeff33.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/other/__init__.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/other/combine_libraries.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/other/convert_tendl_rand.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/other/make_compton.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/other/make_stopping_powers.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data/utils.py +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data.egg-info/dependency_links.txt +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data.egg-info/requires.txt +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/src/openmc_data.egg-info/top_level.txt +0 -0
- {openmc_data-0.1.4 → openmc_data-0.2.1}/tests/test_urls.py +0 -0
|
@@ -46,7 +46,7 @@ jobs:
|
|
|
46
46
|
convert_lib80x --help
|
|
47
47
|
convert_mcnp70 --help
|
|
48
48
|
convert_mcnp71 --help
|
|
49
|
-
|
|
49
|
+
convert_endf --help
|
|
50
50
|
convert_tendl --help
|
|
51
51
|
|
|
52
52
|
- name: Test generate scripts exist
|
|
@@ -58,11 +58,11 @@ jobs:
|
|
|
58
58
|
|
|
59
59
|
- name: Test download h5 scripts exist
|
|
60
60
|
run: |
|
|
61
|
-
|
|
61
|
+
download_endf --help
|
|
62
62
|
|
|
63
63
|
- name: Test download chain files scripts exist
|
|
64
64
|
run: |
|
|
65
|
-
|
|
65
|
+
download_endf_chain --help
|
|
66
66
|
|
|
67
67
|
- name: Test other scripts exist
|
|
68
68
|
run: |
|
|
@@ -72,11 +72,11 @@ jobs:
|
|
|
72
72
|
echo "convert_jeff33.py file has been modified."
|
|
73
73
|
convert_jeff33 -r 3.3 -t 293 --cleanup
|
|
74
74
|
|
|
75
|
-
- name: test default
|
|
76
|
-
if: contains(steps.changed-files-specific.outputs.modified_files, 'src/openmc_data/convert/
|
|
75
|
+
- name: test default convert_endf
|
|
76
|
+
if: contains(steps.changed-files-specific.outputs.modified_files, 'src/openmc_data/convert/convert_endf.py')
|
|
77
77
|
run: |
|
|
78
|
-
echo "
|
|
79
|
-
|
|
78
|
+
echo "convert_endf.py file has been modified."
|
|
79
|
+
convert_endf --cleanup
|
|
80
80
|
|
|
81
81
|
- name: test default convert_tendl
|
|
82
82
|
if: contains(steps.changed-files-specific.outputs.modified_files, 'src/openmc_data/convert/convert_tendl.py')
|
|
@@ -91,15 +91,15 @@ jobs:
|
|
|
91
91
|
convert_tendl_rand --nuclides O16 --cleanup
|
|
92
92
|
|
|
93
93
|
# download scripts
|
|
94
|
-
- name: test default
|
|
95
|
-
if: contains(steps.changed-files-specific.outputs.modified_files, 'src/openmc_data/download/
|
|
94
|
+
- name: test default download_endf
|
|
95
|
+
if: contains(steps.changed-files-specific.outputs.modified_files, 'src/openmc_data/download/download_endf.py')
|
|
96
96
|
run: |
|
|
97
|
-
echo "
|
|
98
|
-
|
|
97
|
+
echo "download_endf.py file has been modified."
|
|
98
|
+
download_endf
|
|
99
99
|
|
|
100
|
-
- name: test default
|
|
101
|
-
if: contains(steps.changed-files-specific.outputs.modified_files, 'src/openmc_data/download/
|
|
100
|
+
- name: test default download_endf_chain
|
|
101
|
+
if: contains(steps.changed-files-specific.outputs.modified_files, 'src/openmc_data/download/download_endf_chain.py')
|
|
102
102
|
run: |
|
|
103
|
-
echo "
|
|
104
|
-
|
|
105
|
-
|
|
103
|
+
echo "download_endf_chain.py file has been modified."
|
|
104
|
+
download_endf_chain -r b7.1
|
|
105
|
+
download_endf_chain -r b8.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: openmc_data
|
|
3
|
-
Version: 0.1
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: A Python package containing a collection of scripts for producing and downloading data for OpenMC
|
|
5
5
|
Author-email: Jonathan Shimwell <mail@jshimwell.com>
|
|
6
6
|
License: Copyright (c) 2019-2022 UChicago Argonne LLC and contributors
|
|
@@ -61,8 +61,6 @@ Currently the package can be installed from this temporary repository.
|
|
|
61
61
|
pip install openmc_data
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
In the future pip installing from PyPi or Conda could be provided
|
|
65
|
-
|
|
66
64
|
# Usage
|
|
67
65
|
|
|
68
66
|
Once installed several scripts are available in your terminal that are able to
|
|
@@ -72,7 +70,7 @@ The scripts accept input arguments, to find out the input arguments available
|
|
|
72
70
|
for a particular script run the script name with ```--help``` after the name.
|
|
73
71
|
For example:
|
|
74
72
|
|
|
75
|
-
```
|
|
73
|
+
```convert_endf --help```
|
|
76
74
|
|
|
77
75
|
Some scripts (mainly the generate scripts) require NJOY to be installed and
|
|
78
76
|
added to your path.
|
|
@@ -101,7 +99,7 @@ A few categories of scripts are available:
|
|
|
101
99
|
|-|-|-|-|
|
|
102
100
|
|convert_mcnp70 | ENDF/B | VII.0 | LANL |
|
|
103
101
|
|convert_mcnp71 | ENDF/B | VII.1 | LANL |
|
|
104
|
-
|
|
|
102
|
+
|convert_endf | ENDF/B | VII.1 | NNDC |
|
|
105
103
|
|convert_lib80x | ENDF/B | VIII.0 | LANL |
|
|
106
104
|
|convert_fendl | FENDL | 2.1<br>3.0<br>3.1a<br>3.1d<br>3.2|
|
|
107
105
|
|convert_jeff32 | JEFF | 3.2 |
|
|
@@ -114,13 +112,13 @@ A few categories of scripts are available:
|
|
|
114
112
|
|-|-|-|-|
|
|
115
113
|
| generate_cendl | CENDL | 3.1<br>3.2 | |
|
|
116
114
|
| generate_endf | ENDF/B | VII.1<br>VIII.0 | NNDC |
|
|
117
|
-
| generate_jendl | JENDL | 4.0 | |
|
|
115
|
+
| generate_jendl | JENDL | 4.0<br>5.0 | |
|
|
118
116
|
|
|
119
117
|
### Download cross sections
|
|
120
118
|
|
|
121
119
|
| Script name | Library | Release | Processed by |
|
|
122
120
|
|-|-|-|-|
|
|
123
|
-
|
|
|
121
|
+
| download_endf | ENDF/B | VII.1<br>VIII.0 | NNDC |
|
|
124
122
|
|
|
125
123
|
<!-- | Script name | Library | Release | Processed by | Download available | Downloads ACE files and convert to HDF5 | Downloads ENDF files and convert to HDF5 | Convert local ACE files |
|
|
126
124
|
|-|-|-|-|-|-|-|-|
|
|
@@ -128,7 +126,7 @@ A few categories of scripts are available:
|
|
|
128
126
|
|convert_mcnp70| ENDF/B | VII.0 | LANL | [openmc.org](https://anl.box.com/shared/static/t25g7g6v0emygu50lr2ych1cf6o7454b.xz) | | | :heavy_check_mark: |
|
|
129
127
|
|convert_mcnp71| ENDF/B | VII.1 | LANL | [openmc.org](https://anl.box.com/shared/static/d359skd2w6wrm86om2997a1bxgigc8pu.xz) | | | :heavy_check_mark: |
|
|
130
128
|
|generate_endf| ENDF/B | VII.1 | NNDC | [openmc.org](https://anl.box.com/shared/static/9igk353zpy8fn9ttvtrqgzvw1vtejoz6.xz) | | :heavy_check_mark: | |
|
|
131
|
-
|
|
|
129
|
+
|convert_endf| ENDF/B | VII.1 | NNDC | [openmc.org](https://anl.box.com/shared/static/9igk353zpy8fn9ttvtrqgzvw1vtejoz6.xz) | :heavy_check_mark: | :heavy_check_mark: | |
|
|
132
130
|
|convert_lib80x| ENDF/B | VIII.0 | LANL | [openmc.org](https://anl.box.com/shared/static/nd7p4jherolkx4b1rfaw5uqp58nxtstr.xz) | | | :heavy_check_mark: |
|
|
133
131
|
|generate_endf| ENDF/B | VIII.0 | NNDC | [openmc.org](https://anl.box.com/shared/static/uhbxlrx7hvxqw27psymfbhi7bx7s6u6a.xz) | | :heavy_check_mark: | |
|
|
134
132
|
|convert_fendl| FENDL | 2.1<br>3.0<br>3.1a<br>3.1d<br>3.2 | | [openmc.org 3.2](https://anl.box.com/shared/static/3cb7jetw7tmxaw6nvn77x6c578jnm2ey.xz) | :heavy_check_mark: | | |
|
|
@@ -152,7 +150,7 @@ A few categories of scripts are available:
|
|
|
152
150
|
|
|
153
151
|
| Script name | Library | Release | Processed by |
|
|
154
152
|
|-|-|-|-|
|
|
155
|
-
|
|
|
153
|
+
|download_endf_chain | ENDF/B | VII.1<br>VIII.0 | NNDC |
|
|
156
154
|
|
|
157
155
|
<!-- | Sctipt name | Library | Release | Download available | Download ENDF files and generates XML chain files |
|
|
158
156
|
|-|-|-|-|-|
|
|
@@ -26,8 +26,6 @@ Currently the package can be installed from this temporary repository.
|
|
|
26
26
|
pip install openmc_data
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
In the future pip installing from PyPi or Conda could be provided
|
|
30
|
-
|
|
31
29
|
# Usage
|
|
32
30
|
|
|
33
31
|
Once installed several scripts are available in your terminal that are able to
|
|
@@ -37,7 +35,7 @@ The scripts accept input arguments, to find out the input arguments available
|
|
|
37
35
|
for a particular script run the script name with ```--help``` after the name.
|
|
38
36
|
For example:
|
|
39
37
|
|
|
40
|
-
```
|
|
38
|
+
```convert_endf --help```
|
|
41
39
|
|
|
42
40
|
Some scripts (mainly the generate scripts) require NJOY to be installed and
|
|
43
41
|
added to your path.
|
|
@@ -66,7 +64,7 @@ A few categories of scripts are available:
|
|
|
66
64
|
|-|-|-|-|
|
|
67
65
|
|convert_mcnp70 | ENDF/B | VII.0 | LANL |
|
|
68
66
|
|convert_mcnp71 | ENDF/B | VII.1 | LANL |
|
|
69
|
-
|
|
|
67
|
+
|convert_endf | ENDF/B | VII.1 | NNDC |
|
|
70
68
|
|convert_lib80x | ENDF/B | VIII.0 | LANL |
|
|
71
69
|
|convert_fendl | FENDL | 2.1<br>3.0<br>3.1a<br>3.1d<br>3.2|
|
|
72
70
|
|convert_jeff32 | JEFF | 3.2 |
|
|
@@ -79,13 +77,13 @@ A few categories of scripts are available:
|
|
|
79
77
|
|-|-|-|-|
|
|
80
78
|
| generate_cendl | CENDL | 3.1<br>3.2 | |
|
|
81
79
|
| generate_endf | ENDF/B | VII.1<br>VIII.0 | NNDC |
|
|
82
|
-
| generate_jendl | JENDL | 4.0 | |
|
|
80
|
+
| generate_jendl | JENDL | 4.0<br>5.0 | |
|
|
83
81
|
|
|
84
82
|
### Download cross sections
|
|
85
83
|
|
|
86
84
|
| Script name | Library | Release | Processed by |
|
|
87
85
|
|-|-|-|-|
|
|
88
|
-
|
|
|
86
|
+
| download_endf | ENDF/B | VII.1<br>VIII.0 | NNDC |
|
|
89
87
|
|
|
90
88
|
<!-- | Script name | Library | Release | Processed by | Download available | Downloads ACE files and convert to HDF5 | Downloads ENDF files and convert to HDF5 | Convert local ACE files |
|
|
91
89
|
|-|-|-|-|-|-|-|-|
|
|
@@ -93,7 +91,7 @@ A few categories of scripts are available:
|
|
|
93
91
|
|convert_mcnp70| ENDF/B | VII.0 | LANL | [openmc.org](https://anl.box.com/shared/static/t25g7g6v0emygu50lr2ych1cf6o7454b.xz) | | | :heavy_check_mark: |
|
|
94
92
|
|convert_mcnp71| ENDF/B | VII.1 | LANL | [openmc.org](https://anl.box.com/shared/static/d359skd2w6wrm86om2997a1bxgigc8pu.xz) | | | :heavy_check_mark: |
|
|
95
93
|
|generate_endf| ENDF/B | VII.1 | NNDC | [openmc.org](https://anl.box.com/shared/static/9igk353zpy8fn9ttvtrqgzvw1vtejoz6.xz) | | :heavy_check_mark: | |
|
|
96
|
-
|
|
|
94
|
+
|convert_endf| ENDF/B | VII.1 | NNDC | [openmc.org](https://anl.box.com/shared/static/9igk353zpy8fn9ttvtrqgzvw1vtejoz6.xz) | :heavy_check_mark: | :heavy_check_mark: | |
|
|
97
95
|
|convert_lib80x| ENDF/B | VIII.0 | LANL | [openmc.org](https://anl.box.com/shared/static/nd7p4jherolkx4b1rfaw5uqp58nxtstr.xz) | | | :heavy_check_mark: |
|
|
98
96
|
|generate_endf| ENDF/B | VIII.0 | NNDC | [openmc.org](https://anl.box.com/shared/static/uhbxlrx7hvxqw27psymfbhi7bx7s6u6a.xz) | | :heavy_check_mark: | |
|
|
99
97
|
|convert_fendl| FENDL | 2.1<br>3.0<br>3.1a<br>3.1d<br>3.2 | | [openmc.org 3.2](https://anl.box.com/shared/static/3cb7jetw7tmxaw6nvn77x6c578jnm2ey.xz) | :heavy_check_mark: | | |
|
|
@@ -117,7 +115,7 @@ A few categories of scripts are available:
|
|
|
117
115
|
|
|
118
116
|
| Script name | Library | Release | Processed by |
|
|
119
117
|
|-|-|-|-|
|
|
120
|
-
|
|
|
118
|
+
|download_endf_chain | ENDF/B | VII.1<br>VIII.0 | NNDC |
|
|
121
119
|
|
|
122
120
|
<!-- | Sctipt name | Library | Release | Download available | Download ENDF files and generates XML chain files |
|
|
123
121
|
|-|-|-|-|-|
|
|
@@ -51,7 +51,7 @@ convert_jeff33 = "openmc_data.convert.convert_jeff33:main"
|
|
|
51
51
|
convert_lib80x = "openmc_data.convert.convert_lib80x:main"
|
|
52
52
|
convert_mcnp70 = "openmc_data.convert.convert_mcnp70:main"
|
|
53
53
|
convert_mcnp71 = "openmc_data.convert.convert_mcnp71:main"
|
|
54
|
-
|
|
54
|
+
convert_endf = "openmc_data.convert.convert_endf:main"
|
|
55
55
|
convert_tendl = "openmc_data.convert.convert_tendl:main"
|
|
56
56
|
generate_cendl = "openmc_data.generate.generate_cendl:main"
|
|
57
57
|
generate_endf = "openmc_data.generate.generate_endf:main"
|
|
@@ -68,5 +68,5 @@ add_branching_ratios = "openmc_data.depletion.add_branching_ratios:main"
|
|
|
68
68
|
combine_libraries = "openmc_data.other.combine_libraries:main"
|
|
69
69
|
sample_sandy = "openmc_data.other.sample_sandy:main"
|
|
70
70
|
reduce_chain = "openmc_data.depletion.reduce_chain:main"
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
download_endf = "openmc_data.download.download_endf:main"
|
|
72
|
+
download_endf_chain = "openmc_data.download.download_endf_chain:main"
|
|
@@ -29,7 +29,7 @@ parser.add_argument(
|
|
|
29
29
|
"-d",
|
|
30
30
|
"--destination",
|
|
31
31
|
type=Path,
|
|
32
|
-
default="
|
|
32
|
+
default="endf-b7.1-hdf5",
|
|
33
33
|
help="Directory to create new library in",
|
|
34
34
|
)
|
|
35
35
|
parser.add_argument(
|
|
@@ -81,7 +81,7 @@ args = parser.parse_args()
|
|
|
81
81
|
|
|
82
82
|
def main():
|
|
83
83
|
|
|
84
|
-
library_name = "
|
|
84
|
+
library_name = "endf"
|
|
85
85
|
release = "b7.1"
|
|
86
86
|
|
|
87
87
|
cwd = Path.cwd()
|