Skip to content

Commit

Permalink
adding JEFF-3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Linden committed Jun 21, 2024
1 parent 644820a commit 814ff50
Show file tree
Hide file tree
Showing 2 changed files with 391 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sandy/core/endf6.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@
N_FILES_ENDFB_71_IAEA,
N_FILES_ENDFB_80_IAEA,
N_FILES_JEFF_32_NEA,
N_FILES_JEFF_311_IAEA,
N_FILES_JEFF_33_IAEA,
N_FILES_JEFF_40T0_NEA,
N_FILES_JENDL_40U_IAEA,
N_FILES_IRDFF_2_IAEA,
URL_N_ENDFB_71_IAEA,
URL_N_JEFF_32_NEA,
URL_N_JEFF_311_IAEA,
URL_N_JEFF_33_IAEA,
URL_N_JEFF_40T0_NEA,
URL_N_ENDFB_80_IAEA,
Expand Down Expand Up @@ -188,6 +190,7 @@ def get_endf6_file(library, kind, zam, to_file=False):
* `'endfb_71'`
* `'endfb_80'`
* `'irdff_2'`
* `'jeff_311'`
* `'jeff_32'`
* `'jeff_33'`
* `'jendl_40u'`
Expand Down Expand Up @@ -346,6 +349,9 @@ def get_endf6_file(library, kind, zam, to_file=False):
files = N_FILES_JEFF_40T0_NEA
foo_read = Endf6.read_url
foo_get = Endf6.from_url
elif library_ == "jeff_311":
url = URL_N_JEFF_311_IAEA
files = N_FILES_JEFF_311_IAEA
elif library_ == "jeff_33":
url = URL_N_JEFF_33_IAEA
files = N_FILES_JEFF_33_IAEA
Expand Down
Loading

0 comments on commit 814ff50

Please sign in to comment.