diff --git a/examples/Basic_Simulation/initial_conditions.py b/examples/Basic_Simulation/initial_conditions.py index b96d23b51..fb32dc46a 100644 --- a/examples/Basic_Simulation/initial_conditions.py +++ b/examples/Basic_Simulation/initial_conditions.py @@ -21,12 +21,8 @@ Output ------ -data.nc : A NetCDF file containing the simulation output. -dump_bin1.nc : A NetCDF file containing the necessary inputs to restart a simulation from t!=0. -dump_bin2.nc : A NetCDF file containing the necessary inputs to restart a simulation from t!=0. -dump_param1.in : An ASCII file containing the necessary parameters to restart a simulation. -dump_param2.in : An ASCII file containing the necessary parameters to restart a simulation. -fraggle.log : An ASCII file containing the information of any collisional events that occured. +data.nc : A NetCDF file containing the simulation output. +collisions.log : An ASCII file containing the information of any collisional events that occured. init_cond.nc : A NetCDF file containing the initial conditions for the simulation. param.in : An ASCII file containing the parameters for the simulation. swiftest.log : An ASCII file containing the information on the status of the simulation as it runs. diff --git a/examples/Fragmentation/Fragmentation_Movie.py b/examples/Fragmentation/Fragmentation_Movie.py index fd8976bbc..cf99bf67d 100755 --- a/examples/Fragmentation/Fragmentation_Movie.py +++ b/examples/Fragmentation/Fragmentation_Movie.py @@ -15,15 +15,12 @@ Inputs _______ -param.in : ASCII text file - Swiftest parameter input file. -out.nc : NetCDF file - Swiftest output file. +param.in : ASCII Swiftest parameter input file. +data.nc : A NetCDF file containing the simulation output. Returns ------- -fragmentation.mp4 : mp4 movie file - Movie of a fragmentation event. +fragmentation.mp4 : A .mp4 file of a fragmentation event. """ import swiftest diff --git a/examples/Fragmentation/Multibody_Movie.py b/examples/Fragmentation/Multibody_Movie.py index 7127c980c..60ca365fe 100755 --- a/examples/Fragmentation/Multibody_Movie.py +++ b/examples/Fragmentation/Multibody_Movie.py @@ -15,15 +15,12 @@ Inputs _______ -param.in : ASCII text file - Swiftest parameter input file. -out.nc : NetCDF file - Swiftest output file. +param.in : ASCII Swiftest parameter input file. +data.nc : A NetCDF file containing the simulation output. Returns ------- -fragmentation.mp4 : mp4 movie file - Movie of a fragmentation event. +fragmentation.mp4 : A .mp4 file of a fragmentation event. """ import swiftest diff --git a/examples/Fragmentation/swiftest_fragmentation.py b/examples/Fragmentation/swiftest_fragmentation.py index 758864a81..4c2368111 100644 --- a/examples/Fragmentation/swiftest_fragmentation.py +++ b/examples/Fragmentation/swiftest_fragmentation.py @@ -33,11 +33,7 @@ init_cond.nc : A NetCDF file containing the initial conditions for the simulation. collision_000001.nc : A NetCDF file containing the data for the collisions. encounter_000001.nc : A NetCDF file containing the data for the close encounters. -dump_bin1.nc : A NetCDF file containing the necessary inputs to restart a simulation from t!=0. -dump_bin2.nc : A NetCDF file containing the necessary inputs to restart a simulation from t!=0. -dump_param1.in : An ASCII file containing the necessary parameters to restart a simulation. -dump_param2.in : An ASCII file containing the necessary parameters to restart a simulation. -fraggle.log : An ASCII file containing the information of any collisional events that occured. +collisions.log : An ASCII file containing the information of any collisional events that occured. param.in : An ASCII file containing the parameters for the simulation. swiftest.log : An ASCII file containing the information on the status of the simulation as it runs. diff --git a/examples/helio_gr_test/helio_gr_test.py b/examples/helio_gr_test/helio_gr_test.py index 0a0272261..feaf32f49 100644 --- a/examples/helio_gr_test/helio_gr_test.py +++ b/examples/helio_gr_test/helio_gr_test.py @@ -31,11 +31,7 @@ Each subdirecotry contains: data.nc : A NetCDF file containing the simulation output. -dump_bin1.nc : A NetCDF file containing the necessary inputs to restart a simulation from t!=0. -dump_bin2.nc : A NetCDF file containing the necessary inputs to restart a simulation from t!=0. init_cond.nc : A NetCDF file containing the initial conditions for the simulation. -dump_param1.in : An ASCII file containing the necessary parameters to restart a simulation. -dump_param2.in : An ASCII file containing the necessary parameters to restart a simulation. param.in : An ASCII file containing the parameters for the simulation. swiftest.log : An ASCII file containing the information on the status of the simulation as it runs. """ diff --git a/examples/whm_gr_test/whm_gr_test.py b/examples/whm_gr_test/whm_gr_test.py index 895dbd4b4..68e368553 100644 --- a/examples/whm_gr_test/whm_gr_test.py +++ b/examples/whm_gr_test/whm_gr_test.py @@ -32,11 +32,7 @@ Each subdirecotry contains: data.nc : A NetCDF file containing the simulation output. -dump_bin1.nc : A NetCDF file containing the necessary inputs to restart a simulation from t!=0. -dump_bin2.nc : A NetCDF file containing the necessary inputs to restart a simulation from t!=0. init_cond.nc : A NetCDF file containing the initial conditions for the simulation. -dump_param1.in : An ASCII file containing the necessary parameters to restart a simulation. -dump_param2.in : An ASCII file containing the necessary parameters to restart a simulation. param.in : An ASCII file containing the parameters for the simulation. swiftest.log : An ASCII file containing the information on the status of the simulation as it runs. """