Skip to content

Commit c0fbd8d

Browse files
authored
Merge pull request #7 from openmc-data-storage/improved_readme
improved readme
2 parents 5216655 + 9760ca5 commit c0fbd8d

File tree

4 files changed

+28
-16
lines changed

4 files changed

+28
-16
lines changed

.github/workflows/test_package.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ on:
44
workflow_dispatch:
55
pull_request:
66
branches:
7-
- main
7+
- main
8+
paths-ignore:
9+
- "**.md"
10+
- "**.txt"
11+
- "**.cff"
12+
- 'docs/**'
13+
- '.gitignore'
814
push:
915
branches:
10-
- main
16+
- main
1117

1218

1319
jobs:

.github/workflows/test_processing.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ on:
44
workflow_dispatch:
55
pull_request:
66
branches:
7-
- main
7+
- main
8+
paths-ignore:
9+
- "**.md"
10+
- "**.txt"
11+
- "**.cff"
12+
- 'docs/**'
13+
- '.gitignore'
814
push:
915
branches:
10-
- main
16+
- main
1117

1218

1319
jobs:

.github/workflows/test_urls.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ on:
44
workflow_dispatch:
55
pull_request:
66
branches:
7-
- main
7+
- main
8+
paths-ignore:
9+
- "**.md"
10+
- "**.txt"
11+
- "**.cff"
12+
- 'docs/**'
13+
- '.gitignore'
814
push:
915
branches:
1016
- main

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
11
[![test_urls](https://github.com/shimwell/data/actions/workflows/test_urls.yml/badge.svg)](https://github.com/shimwell/data/actions/workflows/test_urls.yml)
2-
32
[![test_package](https://github.com/openmc-data-storage/openmc_data/actions/workflows/test_package.yml/badge.svg)](https://github.com/openmc-data-storage/openmc_data/actions/workflows/test_package.yml)
4-
53
[![test_convert_scripts](https://github.com/openmc-data-storage/openmc_data/actions/workflows/test_processing.yml/badge.svg)](https://github.com/openmc-data-storage/openmc_data/actions/workflows/test_processing.yml)
64

75

8-
# OpenMC Data Scripts
9-
10-
This repository contains a collection of scripts for generating HDF5 data
11-
libraries and xml chain files that can be used with OpenMC. Some of these
12-
scripts convert existing ACE libraries (such as those produced by LANL) whereas
13-
generate scripts use NJOY to process ENDF files directly.
6+
# OpenMC Data
147

15-
Another source of data libraries for OpenMC is the [Windowed Multipole Library](https://github.com/mit-crpg/WMP_Library) repository which enables on-the-fly Doppler broadening to an arbitrary temperature.
8+
Aims to facilitate the use of different nuclear data libraries with OpenMC by
9+
providing command line tools that process and download nuclear data automatically.
1610

1711
# Prerequisites
1812

1913
You should have already installed OpenMC, see the [docs](https://docs.openmc.org/en/stable/quickinstall.html) for installation instructions.
2014

2115
# Installation
2216

23-
Currently the package can be installed from this temporary repository.
17+
The package is distributed on [PYPI](https://pypi.org/project/openmc-data/) and can be installed with pip.
2418

2519
```bash
2620
pip install openmc_data
@@ -37,7 +31,7 @@ For example:
3731

3832
```convert_endf --help```
3933

40-
Some scripts (mainly the generate scripts) require NJOY to be installed and
34+
Some scripts (mainly the generate scripts) require [NJOY](https://github.com/njoy/NJOY2016) to be installed and
4135
added to your path.
4236

4337
A few categories of scripts are available:

0 commit comments

Comments
 (0)