Skip to content

Commit 0209bec

Browse files
author
Hiroaki Matsui
committed
Fix typos in README for benchmark case 1
1 parent eda58d4 commit 0209bec

File tree

1 file changed

+10
-9
lines changed
  • examples/dynamo_benchmark/dynamobench_case_0

1 file changed

+10
-9
lines changed

examples/dynamo_benchmark/dynamobench_case_0/README

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
Here is the input files for the dynamo benchmark case 0.
77
This example consists of the following files and directories
88

9-
control_MHD: control file for simulation
10-
control_snapshot: control file for data analysis
11-
control_mid_depth: control file for sectioning at mid-depth of the shell
9+
control_MHD: Control file for simulation
10+
control_snapshot: Control file for data analysis
11+
control_mid_depth: Control file for sectioning at mid-depth of the shell
1212

13-
sph_lm31r48c_4: Directory for spherical harmonics index table
14-
rst_4: Directory for restart files
15-
field: Directory for field data files
16-
monitor: Directory for time series data files
13+
sph_lm31r48c_4: Directory for spherical harmonics index table
14+
rst_4: Directory for restart files
15+
field: Directory for field data files
16+
monitor: Directory for time series data files
17+
sections: Directory for field cross-section data files
1718

1819
This example run with 4 MPI processes. The simulation procedure is the following
1920

@@ -28,7 +29,7 @@ This example run with 4 MPI processes. The simulation procedure is the following
2829
rst_ctl dynamo_benchmark_0
2930
to
3031
rst_ctl start_from_rst_file
31-
And, start simulation again by 2.
32+
And, start simulation again by procedure 1.
3233

3334
In the continuous runs, The time series data defined in "sph_monitor_ctl" block will be appended if time series data files are exist.
3435

@@ -51,7 +52,7 @@ This example run with 4 MPI processes. The simulation procedure is the following
5152
The following data is written in each column.
5253
t_step: Time step
5354
time: Time
54-
KE_total: Total kinetic energy in the shell
55+
KE_total: Average kinetic energy in the shell
5556
v_phi: $\phi$-component of the velocity at the requested point. (Average of the four requested points)
5657
temperature: Temperature at the requested point. (Average of the four requested points)
5758
Average_drift_vr: Drift frequency obtained by the position of the requested points (Average of the four requested points)

0 commit comments

Comments
 (0)