From 901cc8ad485d6643cf588ff741fbbc92333042d6 Mon Sep 17 00:00:00 2001 From: Carlisle Wishard Date: Fri, 3 Mar 2023 10:00:24 -0500 Subject: [PATCH] fixed formatting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b089af728..033d86834 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ $ ipython kernel install --user --name EnvName --display-name "Swiftest Kernel" Swiftest is built to make running a Swiftest simulation a streamlined and user-friendly experience, even for a new user. As a result, Swiftest is highly flexible and a simulation can be created, run, and processed in a number of different ways. The first choice the user must make is if they would prefer ASCII input files or NetCDF input files. We recommend NetCDF input files, however we include documentation for ASCII input files for completeness. **Brief Outline** + To create and run a Swiftest simulation using the Swiftest Python package, follow the general script below. For more details on the input files and user options, continue reading this section. ```