Skip to content

Commit e6ba14d

Browse files
authored
Merge pull request #67 from arfc/example_dpr_tod
Example of DPR and TOD archetypes
2 parents 3ab5e5b + 05dac35 commit e6ba14d

13 files changed

+1677
-5
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ Includes analysis notebooks.
3131
* Baseline recycle scenario analysis (#20, #37, #57)
3232
* Preference analysis (#6, #15, #37, #57, #62)
3333
* Baseline cycamore example (#2, #37, #57, #62)
34+
* DPR and TOD example (#67)

DPR/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dynamic Power Reactor (DPR)
2-
DPR is a Cyclus reactor archetype based on Cycamore's Reactor, except that it has the ability to update the power output over time.
2+
DPR (pronounced *dipper*) is a Cyclus reactor archetype based on Cycamore's Reactor, except that it has the ability to update the power output over time.
33

44
## Cite this work
55
Pending...
@@ -29,3 +29,5 @@ If the simulation was extended to 11 time steps with out the list changing, the
2929
> we recommend that you ensure your outages align with when the reactor goes
3030
> into outage if you are modeling a historical example.
3131
32+
## Example
33+
In the example folder we provide the input files and scripts used to generate the data.

DPR/example/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# DPR Example
2+
3+
This folder contains a script to generate power data in a Cyclus xml format and an example simulation of the Clinton Power Plant in 2024.
4+
5+
You can run the example with:
6+
```
7+
python generate_power_percent.py
8+
cyclus -i clinton_dpr_cycamore_demo.xml -o clinton_2024_dpr_cycamore_demo.sqlite
9+
```

0 commit comments

Comments
 (0)