Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store output files in the given directory #406

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ For variables with `Default/Min/Max` labeled as `Depend`, click the parameter na
| [[ DT__SYNC_CHILDREN_LV \| Runtime-Parameters:-Timestep#DT__SYNC_CHILDREN_LV ]] | 0.1 | 0.0 | 1.0 | dt criterion: allow dt to adjust by (1.0-DT__SYNC_CHILDREN) in order to synchronize with the children level (for OPT__DT_LEVEL==3 only; 0=off) [0.1] |
| [[ DT__SYNC_PARENT_LV \| Runtime-Parameters:-Timestep#DT__SYNC_PARENT_LV ]] | 0.1 | 0.0 | None | dt criterion: allow dt to adjust by (1.0+DT__SYNC_PARENT) in order to synchronize with the parent level (for OPT__DT_LEVEL==3 only) [0.1] |
| [[ DUAL_ENERGY_SWITCH \| Runtime-Parameters:-Hydro#DUAL_ENERGY_SWITCH ]] | 2.0e-2 | 0.0 | None | apply dual-energy if E_int/E_kin < DUAL_ENERGY_SWITCH [2.0e-2] ##DUAL_ENERGY ONLY## |
| [[ DUMP_DIR \| Runtime-Parameters:-Outputs#DUMP_DIR ]] | "." | None | None | set the output directory [.] |

# E
| Name | Default | Min | Max | Short description |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Parameters described on this page:
[OUTPUT_PART_Y](#OUTPUT_PART_Y), &nbsp;
[OUTPUT_PART_Z](#OUTPUT_PART_Z), &nbsp;
[INIT_DUMPID](#INIT_DUMPID), &nbsp;
[DUMP_DIR](#DUMP_DIR), &nbsp;


Parameters below are shown in the format: &ensp; **`Name` &ensp; (Valid Values) &ensp; [Default Value]**
Expand Down Expand Up @@ -283,6 +284,13 @@ in most cases, even when restarting simulations, unless you want to overwrite
the default value.
* **Restriction:**

<a name="DUMP_DIR"></a>
* #### `DUMP_DIR` &ensp; (string) &ensp; [.]
* **Description:**
Set the output data directory. Note that it is unnecessary to set this value
in most cases unless you want to overwrite the default value.
ChunYen-Chen marked this conversation as resolved.
Show resolved Hide resolved
* **Restriction:**


## Remarks

Expand Down
1 change: 1 addition & 0 deletions example/test_problem/ELBDM/DiskHeating/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/ELBDM/ExtPot/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ OUTPUT_PART_X 0.5 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.5 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.5 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ OUTPUT_PART_X 0.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/ELBDM/HaloMerger/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ OUTPUT_PART_X 0.12938422 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.12938422 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.12938422 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/ELBDM/IsolatedHalo/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# yt inline analysis (SUPPORT_LIBYT only)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/ELBDM/LSS/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/ELBDM/LSS_Hybrid/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/ELBDM/Perturbation/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]

# miscellaneous
OPT__VERBOSE 0 # output the simulation progress in detail [0]
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/ELBDM/PlaneWave/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ OUTPUT_PART_X 0.5 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.5 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.5 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/ELBDM/Soliton/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ OUTPUT_PART_X 192.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 192.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 192.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ OUTPUT_PART_X 0.5 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.5 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ OUTPUT_PART_X 0.5 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.5 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ OUTPUT_PART_X 0.5 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.5 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ OUTPUT_PART_X 0.5 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.5 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/Hydro/AcousticWave/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ OUTPUT_PART_X 0.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/Hydro/BlastWave/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ OUTPUT_PART_X 0.5 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.5 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.5 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/Hydro/Bondi/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ OUTPUT_PART_X 3.75 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 3.75 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 3.75 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# yt inline analysis (SUPPORT_LIBYT only)
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/Hydro/CDM_LSS/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/Hydro/CMZ/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/Hydro/CR_Diffusion/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ OUTPUT_PART_X 0.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# yt inline analysis (SUPPORT_LIBYT only)
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/Hydro/CR_ShockTube/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ OUTPUT_PART_X 0.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# yt inline analysis (SUPPORT_LIBYT only)
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/Hydro/CR_SoundWave/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ OUTPUT_PART_X 0.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# yt inline analysis (SUPPORT_LIBYT only)
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/Hydro/Caustic/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ OUTPUT_PART_X 0.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/Hydro/ClusterMerger/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ OUTPUT_PART_X 0.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/Hydro/Gravity/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ OUTPUT_PART_X 0.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/Hydro/Jet/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/Hydro/JetICMWall/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/Hydro/MHD_ABC/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/Hydro/MHD_LinearWave/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ OUTPUT_PART_X 0.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/Hydro/ParticleTest/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ OUTPUT_PART_X 0.5 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.5 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.5 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/Hydro/Plummer/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ OUTPUT_PART_X -1.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y -1.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z -1.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
1 change: 1 addition & 0 deletions example/test_problem/Hydro/Riemann/Input__Parameter
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ OUTPUT_PART_X 0.0 # x coordinate for OPT__OUTPUT_PART [-
OUTPUT_PART_Y 0.0 # y coordinate for OPT__OUTPUT_PART [-1.0]
OUTPUT_PART_Z 0.0 # z coordinate for OPT__OUTPUT_PART [-1.0]
INIT_DUMPID -1 # set the first dump ID (<0=auto) [-1]
DUMP_DIR . # set the output directory [.]


# miscellaneous
Expand Down
Loading