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

Merged
merged 28 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ffc9534
Add check folder function
ChunYen-Chen Jan 8, 2025
b8ffb2c
Add DUMP_DIR
ChunYen-Chen Jan 8, 2025
694147b
Update the filename
ChunYen-Chen Jan 8, 2025
9174187
Add DUMP_DIR
ChunYen-Chen Jan 8, 2025
27568c4
Merge branch 'master' into save_in_other_place
ChunYen-Chen Jan 8, 2025
41e222f
Update wiki
ChunYen-Chen Jan 8, 2025
0074c62
Merge branch 'master' into save_in_other_place
ChunYen-Chen Jan 15, 2025
cb5e15d
[Workflow] Update all parameters wiki page
ChunYen-Chen Jan 15, 2025
2e865fb
Apply suggestions from code review
ChunYen-Chen Jan 15, 2025
f1e96d5
Rename DUMP_DIR to OUTPUT_DIR
ChunYen-Chen Jan 16, 2025
fdfc8c1
Update missed filename
ChunYen-Chen Jan 16, 2025
e341c71
Fix Input__Note output
ChunYen-Chen Jan 16, 2025
25ef79f
Merge branch 'save_in_other_place' of https://github.com/ChunYen-Chen…
ChunYen-Chen Jan 16, 2025
77d26ee
Remove useless variable
ChunYen-Chen Jan 16, 2025
df12627
Fix file path
ChunYen-Chen Jan 16, 2025
d840247
Add file premission check
ChunYen-Chen Jan 16, 2025
00f541e
Let OUTPUT_DIR shorter
ChunYen-Chen Jan 16, 2025
5388f39
Merge branch 'master' into save_in_other_place
ChunYen-Chen Jan 16, 2025
2e63a9d
[Workflow] Update all parameters wiki page
ChunYen-Chen Jan 16, 2025
0351e47
Rename DUMP_DIR to OUTPUT_DIR
ChunYen-Chen Jan 16, 2025
07a8143
Merge branch 'save_in_other_place' of https://github.com/ChunYen-Chen…
ChunYen-Chen Jan 16, 2025
ce81f7a
Merge branch 'hyschive:main' into save_in_other_place
ChunYen-Chen Jan 16, 2025
807529f
Apply suggestions from code review
ChunYen-Chen Jan 17, 2025
50c9c47
Bugfix string length
ChunYen-Chen Jan 17, 2025
39ca3fb
Add execute premission check
ChunYen-Chen Jan 17, 2025
f10f15c
Add comments
ChunYen-Chen Jan 17, 2025
069bda0
Merge branch 'save_in_other_place' of https://github.com/ChunYen-Chen…
ChunYen-Chen Jan 17, 2025
6e84985
Minor
ChunYen-Chen Jan 17, 2025
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 @@ -342,6 +342,7 @@ For variables with `Default/Min/Max` labeled as `Depend`, click the parameter na
| [[ OPT__UM_IC_REFINE \| Runtime-Parameters:-Initial-Conditions#OPT__UM_IC_REFINE ]] | 1 | None | None | refine UM_IC from level OPT__UM_IC_LEVEL to MAX_LEVEL [1] |
| [[ OPT__UNIT \| Runtime-Parameters:-Units#OPT__UNIT ]] | 0 | None | None | specify code units -> must set exactly 3 basic units below [0] ##USELESS FOR COMOVING## |
| [[ OPT__VERBOSE \| Runtime-Parameters:-Miscellaneous#OPT__VERBOSE ]] | 0 | None | None | output the simulation progress in detail [0] |
| [[ OUTPUT_DIR \| Runtime-Parameters:-Outputs#OUTPUT_DIR ]] | "." | None | None | set the output directory [.] |
| [[ OUTPUT_DT \| Runtime-Parameters:-Outputs#OUTPUT_DT ]] | -1.0 | None | None | output data every OUTPUT_DT time interval ##OPT__OUTPUT_MODE==2 ONLY## |
| [[ OUTPUT_PART_X \| Runtime-Parameters:-Outputs#OUTPUT_PART_X ]] | -1.0 | None | None | x coordinate for OPT__OUTPUT_PART [-1.0] |
| [[ OUTPUT_PART_Y \| Runtime-Parameters:-Outputs#OUTPUT_PART_Y ]] | -1.0 | None | None | y coordinate for OPT__OUTPUT_PART [-1.0] |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Parameters described on this page:
[OUTPUT_PART_Y](#OUTPUT_PART_Y),  
[OUTPUT_PART_Z](#OUTPUT_PART_Z),  
[INIT_DUMPID](#INIT_DUMPID),  
[OUTPUT_DIR](#OUTPUT_DIR)  


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

<a name="OUTPUT_DIR"></a>
* #### `OUTPUT_DIR` &ensp; (string) &ensp; [.]
* **Description:**
Specify the output data directory. In most cases, it is unnecessary to set this value
unless you want to overwrite the default directory.
* **Restriction:**
The string length should be shorter than `MAX_STRING-100`.


## 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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_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]
OUTPUT_DIR . # set the output directory [.]


# miscellaneous
Expand Down
Loading
Loading