Skip to content

Commit e2aa10b

Browse files
author
Hiroaki Matsui
committed
Add section to convert binary cross section data file to VTK
1 parent 3d0c275 commit e2aa10b

File tree

1 file changed

+10
-8
lines changed
  • examples/dynamo_benchmark/dynamobench_case_1

1 file changed

+10
-8
lines changed

examples/dynamo_benchmark/dynamobench_case_1/README

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,11 @@ The parallelization information and initial field is built in the beginning of p
4545
3. The following data is written:
4646
field/out.#.vtk.gz: Visualization data for whole domain with gzipped VTK format
4747
rst_4/rst.#.fst.gz: Restart data with gzipped ASCII data merged over MPI processes
48-
sections/equator.#.vtk: Visualization data for equatorial plane with gzipped VTK format
48+
sections/equator.#.vtk.gz: Visualization data for equatorial plane with gzipped VTK format
4949
sections/mid_depth.#.vtk: Visualization data for mid-depth of the fluid shell with VTK format
50-
sections/CMB.#.vtk: Visualization data for equatorial plane with gzipped VTK format
51-
sections/cylinder_s055.#.vtk: Visualization data for equatorial plane with gzipped VTK format
52-
sections/section_z03.#.vtk: Visualization data for equatorial plane with gzipped VTK format
53-
sections/CMB.#.vtk: Visualization data for equatorial plane with gzipped VTK format
54-
sections/CMB.#.vtk: Visualization data for equatorial plane with gzipped VTK format
55-
sections/CMB.#.vtk: Visualization data for equatorial plane with gzipped VTK format
50+
sections/CMB.#.vtk.gz: Visualization data for equatorial plane with gzipped VTK format
51+
sections/cylinder_s055.#.sdt: Visualization data for cylinder at s = 0.55 plane with bindary data format
52+
sections/section_z03.#.sdt.gz: Visualization data for the plane at z = 0.3 with gzipped bindary data format
5653

5754
monitor/sph_ave_volume.dat: Time series of volume average of fields.
5855
monitor/sph_pwr_volume_s.dat: Time series of mean square of fields.
@@ -85,4 +82,9 @@ The following data is written in each column.
8582
omega_vp44: Drift frequency obtained by l = |m| = 4 components of the poloidal velocity at the mid-depth.
8683
omega_vt54: Drift frequency obtained by l = 5 and |m| = 4 components of the toroidal velocity at the mid-depth.
8784

88-
85+
5. Data conversion for cross sections.
86+
Cross section data for the cylinder at s = 0.55 and the plane at z = 0.3 are saved by the (gzipped) bindary format. The program "field_to_VTK" in "bin/utilities" folder can convert these data into VTK format. "field_to_VTK" is a serial program, so it can start by
87+
88+
[dynamobench_case_1]$ [CALYPSO_DIR]/bin/utilities/field_to_VTK
89+
90+

0 commit comments

Comments
 (0)