diff --git a/source/user/tutorial/add_deploy.rst b/source/user/tutorial/add_deploy.rst index 71bc6672..9fa5712d 100644 --- a/source/user/tutorial/add_deploy.rst +++ b/source/user/tutorial/add_deploy.rst @@ -131,7 +131,6 @@ institution blocks. ``ExampleInstitution`` is a placeholder for your institution name, and in this scenario only one of each prototype will be deployed since ``n_build`` has a value of 1 for each. -This example is now complete. Save your file as the desired file name (with ``.xml`` -extension) and run your code through |Cyclus|. If your simulation runs into errors, +This example is now complete. Save your file as ``tutorial_deployinst.xml`` and run your code through |Cyclus|. If your simulation runs into errors, sample files can be found `here `_ under ``input_deployinst.xml`` or ``output_deployinst.sqlite``. diff --git a/source/user/tutorial/add_reg_inst.rst b/source/user/tutorial/add_reg_inst.rst index ee6d6d6e..028f1224 100644 --- a/source/user/tutorial/add_reg_inst.rst +++ b/source/user/tutorial/add_reg_inst.rst @@ -353,7 +353,7 @@ Check: Complete Region block Activity: Save your input file ------------------------------ -Save your input file as ``cyclus_intro_file.xml`` +Save your input file as ``tutorial_oncethrough.xml`` Activity: Add an extra institution into the Region @@ -472,7 +472,7 @@ Activity: Save your Input File You are now ready to generate a full |Cyclus| input file. -1. Save your input file as 'cyclus_intro_file.xml' +1. Save your input file as ``tutorial_oncethrough.xml`` Check: Full Input File diff --git a/source/user/tutorial/add_second_reactor.rst b/source/user/tutorial/add_second_reactor.rst index b71def9b..10542620 100644 --- a/source/user/tutorial/add_second_reactor.rst +++ b/source/user/tutorial/add_second_reactor.rst @@ -119,7 +119,7 @@ of the region block should now look like, Note: the blank space between ```` and ```` is for additional institutions in the future. -Save your input file as input_file2.xml and run the |Cyclus| simulation. +Save your input file as ``tutorial_secondreactor.xml`` and run the |Cyclus| simulation. If your simulation runs into errors, sample files can be found `here `_ under ``input_secondreactor.xml`` or ``ouput_secondreactor.sqlite``. diff --git a/source/user/tutorial/mod_rxtr.rst b/source/user/tutorial/mod_rxtr.rst index 49498d26..5dc7f10f 100644 --- a/source/user/tutorial/mod_rxtr.rst +++ b/source/user/tutorial/mod_rxtr.rst @@ -33,7 +33,7 @@ Add an accepted commodity for the repository to be Separated-Waste. Activity: Save your Input File -------------------- -The input for this example is now complete. Save your input file as 'recycle_input.xml'. If +The input for this example is now complete. Save your input file as ``tutorial_recycle.xml``. If your simulation runs into errors, sample files can be found `here `_ under ``input_recycle.xml`` or ``ouput_recycle.sqlite``. diff --git a/source/user/tutorial/run_cyclus_native.rst b/source/user/tutorial/run_cyclus_native.rst index 03d752d6..4f579c13 100644 --- a/source/user/tutorial/run_cyclus_native.rst +++ b/source/user/tutorial/run_cyclus_native.rst @@ -55,13 +55,13 @@ Jupyter Notebook Scenario Execution -------------------------------------------- 1. Go to the Jupyter notebook, making sure you are in the same folder as the input file 2. Remove any old |Cyclus| output files by: ``!rm tutorial.sqlite`` -3. Run |Cyclus| by: ``!cyclus input.xml -o tutorial_singlerx.sqlite`` +3. Run |Cyclus| by: ``!cyclus tutorial_oncethrough.xml -o tutorial_output_oncethrough.sqlite`` .. image:: cyclus_in_IP.png :align: center :alt: Running |Cyclus| in an IPython Notebook -When your simulation has finished, a file of the name ``tutorial_singlerx.sqlite`` +When your simulation has finished, a file of the name ``tutorial_output_oncethrough.sqlite`` will be in your file folder. Your Jupyter Notebook can then be used with `Cymetric `_ to analyze your data. Examples of how to use Cymetric can be found in the `GitHub