Skip to content

Commit

Permalink
refactor(config): config.txt files now yaml in bash scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Apr 17, 2024
1 parent 63fec0c commit 118ab64
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/adiabaticparcel/as2017.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ path2build=${HOME}/CLEO/build_adia0D/
executables="adia0D"

pythonscript=${path2CLEO}/examples/adiabaticparcel/as2017.py
configfile=${path2CLEO}/examples/adiabaticparcel/src/config/as2017_config.txt
configfile=${path2CLEO}/examples/adiabaticparcel/src/config/as2017_config.yaml
script_args="${configfile}"
### ---------------------------------------------------- ###
### ---------------------------------------------------- ###
Expand Down
2 changes: 1 addition & 1 deletion examples/adiabaticparcel/cuspbifurc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ path2build=${HOME}/CLEO/build_adia0D/
executables="adia0D"

pythonscript=${path2CLEO}/examples/adiabaticparcel/cuspbifurc.py
configfile=${path2CLEO}/examples/adiabaticparcel/src/config/cuspbifurc_config.txt
configfile=${path2CLEO}/examples/adiabaticparcel/src/config/cuspbifurc_config.yaml
script_args="${configfile}"
### ---------------------------------------------------- ###
### ---------------------------------------------------- ###
Expand Down
2 changes: 1 addition & 1 deletion examples/boxmodelcollisions/shima2009.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ path2build=${HOME}/CLEO/build_shima2009/
executables="golcolls longcolls lowlistcolls"

pythonscript=${path2CLEO}/examples/boxmodelcollisions/shima2009.py
configfile=${path2CLEO}/examples/boxmodelcollisions/shima2009_config.txt
configfile=${path2CLEO}/examples/boxmodelcollisions/shima2009_config.yaml
script_args="${configfile} golovin long lowlist"
### ---------------------------------------------------- ###
### ---------------------------------------------------- ###
Expand Down
2 changes: 1 addition & 1 deletion examples/constthermo2d/constthermo2d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ path2build=${HOME}/CLEO/build_const2D/
executables="const2D"

pythonscript=${path2CLEO}/examples/constthermo2d/constthermo2d.py
configfile=${path2CLEO}/examples/constthermo2d/src/config/const2d_config.txt
configfile=${path2CLEO}/examples/constthermo2d/src/config/const2d_config.yaml
script_args="${configfile}"
### ---------------------------------------------------- ###
### ---------------------------------------------------- ###
Expand Down
2 changes: 1 addition & 1 deletion examples/divfreemotion/divfree2d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ path2build=${HOME}/CLEO/build_divfree2D/
executables="divfree2D"

pythonscript=${path2CLEO}/examples/divfreemotion/divfree2d.py
configfile=${path2CLEO}/examples/divfreemotion/src/config/divfree2d_config.txt
configfile=${path2CLEO}/examples/divfreemotion/src/config/divfree2d_config.yaml
script_args="${configfile}"
### ---------------------------------------------------- ###
### ---------------------------------------------------- ###
Expand Down
2 changes: 1 addition & 1 deletion examples/eurec4a1d/eurec4a1d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path2CLEO=${HOME}/CLEO/
path2build=${HOME}/CLEO/build_eurec4a1D/
executables="eurec4a1D"

configfile=${path2CLEO}/examples/eurec4a1d/src/config/eurec4a1d_config.txt
configfile=${path2CLEO}/examples/eurec4a1d/src/config/eurec4a1d_config.yaml
pythonscript=""
script_args=""
### ---------------------------------------------------- ###
Expand Down
2 changes: 1 addition & 1 deletion examples/rainshaft1d/rainshaft1d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ path2build=${HOME}/CLEO/build_rshaft1D/
executables="rshaft1D"

pythonscript=${path2CLEO}/examples/rainshaft1d/rainshaft1d.py
configfile=${path2CLEO}/examples/rainshaft1d/src/config/rain1d_config.txt
configfile=${path2CLEO}/examples/rainshaft1d/src/config/rain1d_config.yaml
script_args="${configfile}"
### ---------------------------------------------------- ###
### ---------------------------------------------------- ###
Expand Down
2 changes: 1 addition & 1 deletion examples/speedtest/speedtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path2build=${HOME}/CLEO/build_spdtest/
executables="spdtest"

pythonscript=${path2CLEO}/examples/speedtest/speedtest.py
configfile=${path2CLEO}/examples/speedtest/src/config/speedtest_config.txt
configfile=${path2CLEO}/examples/speedtest/src/config/speedtest_config.yaml
### ---------------------------------------------------- ###
### ---------------------------------------------------- ###
### ---------------------------------------------------- ###
Expand Down
2 changes: 1 addition & 1 deletion examples/yac/fromfile/yac1_fromfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ path2build=${HOME}/CLEO/build_yac1/
executables="yac1"

pythonscript=${path2CLEO}/examples/yac/fromfile/yac1_fromfile.py
configfile=${path2CLEO}/examples/yac/fromfile/src/config/yac1_fromfile_config.txt
configfile=${path2CLEO}/examples/yac/fromfile/src/config/yac1_fromfile_config.yaml
script_args="${configfile}"
### ---------------------------------------------------- ###
### ---------------------------------------------------- ###
Expand Down

0 comments on commit 118ab64

Please sign in to comment.