From 8feca172adcfe01395ebb49a4a993bc0d9249eb5 Mon Sep 17 00:00:00 2001 From: carlislewishard <70146819+carlislewishard@users.noreply.github.com> Date: Tue, 27 Jun 2023 13:52:46 -0400 Subject: [PATCH] updated readme to add errors.py --- examples/Basic_Simulation/README.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/Basic_Simulation/README.txt b/examples/Basic_Simulation/README.txt index 9db2d5f54..ae626a9c5 100644 --- a/examples/Basic_Simulation/README.txt +++ b/examples/Basic_Simulation/README.txt @@ -11,13 +11,14 @@ README.txt Swiftest Example : Basic_Simulation Author : Carlisle Wishard and David Minton -Date : December 6, 2022 +Date : June 27, 2023 Included in the Basic_Simulation example directory are the following files: - README.txt : This file - initial_conditions.py : A Python Script that generates and runs a set of initial conditions. - output_reader.py : A Python Script that processes out.nc and generates output.eps + - errors.py : A Python Script that processes out.nc and reports the simulation errors to the terminal This example is intended to be run with Swiftest SyMBA. For details on how to generate, run, and analyze this example, -see the Swiftest User Manual. \ No newline at end of file +see the Swiftest User Manual.