From 2e6ad63eb05b59abe2ed0250c3c1743e87f54b20 Mon Sep 17 00:00:00 2001 From: Carlisle Wishard Date: Tue, 6 Dec 2022 13:19:46 -0500 Subject: [PATCH] updated headers --- examples/Basic_Simulation/initial_conditions.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/Basic_Simulation/initial_conditions.py b/examples/Basic_Simulation/initial_conditions.py index 33ee65110..6ac43c7fd 100644 --- a/examples/Basic_Simulation/initial_conditions.py +++ b/examples/Basic_Simulation/initial_conditions.py @@ -11,8 +11,8 @@ #!/usr/bin/env python3 """ -Generates and runs a set of Swiftest input files from initial conditions. All simulation outputs are stored in the -/simdata subdirectory. +Generates and runs a set of Swiftest input files from initial conditions with the SyMBA integrator. All simulation +outputs are stored in the /simdata subdirectory. Input ------ @@ -23,8 +23,8 @@ bin.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.nc : A NetCDF file containing the necessary parameters to restart a simulation. -dump_param2.nc : A NetCDF file containing the necessary parameters to restart a 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. fraggle.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.