You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The order of the archetypes in this block is of no consequence. Once complete, append the archetypes section under the control section of input file [#f1]_.
165
+
166
+
Check: Complete Archetypes block
167
+
+++++++++++++++++++++++++++++++++++++++
168
+
169
+
The archetypes section of your input file should now look like:
170
+
167
171
.. code-block:: XML
168
172
169
-
<archetypes>
173
+
<archetypes>
170
174
<spec>
171
-
<lib>lib1</lib>
172
-
<name>arch1</name>
175
+
<lib>cycamore</lib>
176
+
<name>Enrichment</name>
173
177
</spec>
174
178
<spec>
175
-
<lib>lib2</lib>
176
-
<name>arch2</name>
179
+
<lib>cycamore</lib>
180
+
<name>Reactor</name>
177
181
</spec>
178
182
<spec>
179
-
<lib>lib3</lib>
180
-
<name>arch3</name>
183
+
<lib>cycamore</lib>
184
+
<name>Source</name>
181
185
</spec>
182
186
<spec>
183
-
<lib>lib4</lib>
184
-
<name>arch4</name>
187
+
<lib>cycamore</lib>
188
+
<name>Sink</name>
185
189
</spec>
186
-
</archetypes>
187
-
188
-
189
-
Once complete, your ``archetypes`` block should look like:
190
-
191
-
.. code-block:: XML
192
-
193
-
<archetypes>
194
-
<spec>
195
-
<lib>cycamore</lib>
196
-
<name>Enrichment</name>
197
-
</spec>
198
-
<spec>
199
-
<lib>cycamore</lib>
200
-
<name>Reactor</name>
201
-
</spec>
202
-
<spec>
203
-
<lib>cycamore</lib>
204
-
<name>Source</name>
205
-
</spec>
206
-
<spec>
207
-
<lib>cycamore</lib>
208
-
<name>Sink</name>
209
-
</spec>
210
190
</archetypes>
211
191
212
-
The order of the archetypes in this block is of no consequence. Once complete, append the archetypes section under the control section of input file [#f1]_.
213
-
214
192
.. rubric:: Footnotes
215
193
216
194
.. [#f1] The exact order of the sections in a |Cyclus| input file are of minor consequence. The ``control`` sequence must go first, but the other sequences can go in any order that makes sense to the user. The traditional organization of an input file is: control, archetypes, commodities, facilities, regions/institutions, and recipes.
0 commit comments