Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
updated more docstring headers
Browse files Browse the repository at this point in the history
  • Loading branch information
cwishard committed Feb 10, 2023
1 parent bf1b652 commit 1c58ffb
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 13 deletions.
13 changes: 8 additions & 5 deletions examples/Basic_Simulation/initial_conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@
Output
------
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.
collisions.log : An ASCII file containing the information of any collisional events that occured.
collisions.nc : A NetCDF file containing the collision output.
data.nc : A NetCDF file containing the simulation output.
init_cond.nc : A NetCDF file containing the initial conditions for the simulation.
param.00...0.in : A series of parameter input files containing the parameters for the simulation at every output stage.
param.in : An ASCII file containing the inital parameters for the simulation.
param.restart.in : An ASCII file containing the parameters for the simulation at the last output.
swiftest.log : An ASCII file containing the information on the status of the simulation as it runs.
"""

import swiftest
Expand Down
7 changes: 4 additions & 3 deletions examples/Chambers2013/init_cond.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
Output
------
init_cond.nc : A NetCDF file containing the initial conditions for the simulation.
param.in : An ASCII file containing the parameters for the simulation.
"""
inital_conditions.png : A .png file depicting the simulation initial configuration.
init_cond.nc : A NetCDF file containing the initial conditions for the simulation.
param.in : An ASCII file containing the parameters for the simulation.
"""

import swiftest
import numpy as np
Expand Down
3 changes: 3 additions & 0 deletions examples/helio_gr_test/helio_gr_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@
nogr/
Each subdirecotry contains:
collisions.log : A NetCDF file containing the collision output.
data.nc : A NetCDF file containing the simulation output.
init_cond.nc : A NetCDF file containing the initial conditions for the simulation.
param.00...0.in : A series of parameter input files containing the parameters for the simulation at every output stage.
param.in : An ASCII file containing the parameters for the simulation.
param.restart.in : An ASCII file containing the parameters for the simulation at the last output.
swiftest.log : An ASCII file containing the information on the status of the simulation as it runs.
"""

Expand Down
13 changes: 8 additions & 5 deletions examples/solar_impact/sundiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@
Output
------
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.
collisions.log : An ASCII file containing the information of any collisional events that occured.
collisions.nc : A NetCDF file containing the collision output.
data.nc : A NetCDF file containing the simulation output.
init_cond.nc : A NetCDF file containing the initial conditions for the simulation.
param.00...0.in : A series of parameter input files containing the parameters for the simulation at every output stage.
param.in : An ASCII file containing the parameters for the simulation.
param.restart.in : An ASCII file containing the parameters for the simulation at the last output.
swiftest.log : An ASCII file containing the information on the status of the simulation as it runs.
"""

import swiftest
Expand Down
3 changes: 3 additions & 0 deletions examples/whm_gr_test/whm_gr_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@
nogr/
Each subdirecotry contains:
collisions.log : A NetCDF file containing the collision output.
data.nc : A NetCDF file containing the simulation output.
init_cond.nc : A NetCDF file containing the initial conditions for the simulation.
param.00...0.in : A series of parameter input files containing the parameters for the simulation at every output stage.
param.in : An ASCII file containing the parameters for the simulation.
param.restart.in : An ASCII file containing the parameters for the simulation at the last output.
swiftest.log : An ASCII file containing the information on the status of the simulation as it runs.
"""

Expand Down

0 comments on commit 1c58ffb

Please sign in to comment.