File tree Expand file tree Collapse file tree
cleo_1dkid/share/cleo_initial_conditions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 run : |
4949 which python
5050 python_path=$(which python)
51- cmake -S ./cleo_1dkid/ -B ./build \
51+ cmake -S ./cleo_1dkid/cleo_deps/ -B ./build \
5252 -DCMAKE_C_COMPILER=mpicc \
5353 -DCMAKE_CXX_COMPILER=mpic++ \
5454 -DCMAKE_CXX_FLAGS="-Werror -Wall -pedantic -Wno-unused-parameter -O3" \
9494 echo "ls ./cleo_1dkid/share/cleo_initial_conditions/1dkid/fullscheme/" && ls ./cleo_1dkid/share/cleo_initial_conditions/1dkid/fullscheme/
9595
9696 - name : Test with pytest
97- run : pytest ./cleo_1dkid/tests
97+ run : |
98+ mkdir ./build/bin/ && mkdir ./build/bin/generic/ && mkdir ./build/bin/condevap_only/ && mkdir ./build/bin/fullscheme/
99+ pytest ./cleo_1dkid/tests
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ initsupers:
5151
5252# ## Output Parameters ###
5353outputdata :
54- setup_filename : ./build/bin/1dkid_condevap_only_setup .txt # .txt filename to copy configuration to
55- zarrbasedir : ./build/bin/1dkid_condevap_only_sol .zarr # zarr store base directory
56- maxchunk : 2500000 # maximum no. of elements in chunks of zarr store array
54+ setup_filename : ./build/bin/condevap_only/setup .txt # .txt filename to copy configuration to
55+ zarrbasedir : ./build/bin/condevap_only/sol .zarr # zarr store base directory
56+ maxchunk : 2500000 # maximum no. of elements in chunks of zarr store array
5757
5858# ## Microphysics Parameters ###
5959microphysics :
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ initsupers:
5151
5252# ## Output Parameters ###
5353outputdata :
54- setup_filename : ./build/bin/1dkid_fullscheme_setup .txt # .txt filename to copy configuration to
55- zarrbasedir : ./build/bin/1dkid_fullscheme_sol .zarr # zarr store base directory
56- maxchunk : 2500000 # maximum no. of elements in chunks of zarr store array
54+ setup_filename : ./build/bin/fullscheme/setup .txt # .txt filename to copy configuration to
55+ zarrbasedir : ./build/bin/fullscheme/sol .zarr # zarr store base directory
56+ maxchunk : 2500000 # maximum no. of elements in chunks of zarr store array
5757
5858# ## Microphysics Parameters ###
5959microphysics :
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ initsupers:
5656
5757# ## Output Parameters ###
5858outputdata :
59- setup_filename : ./build/bin/setup.txt # .txt filename to copy configuration to
60- zarrbasedir : ./build/bin/sol.zarr # zarr store base directory
61- maxchunk : 2500000 # maximum no. of elements in chunks of zarr store array
59+ setup_filename : ./build/bin/generic/ setup.txt # .txt filename to copy configuration to
60+ zarrbasedir : ./build/bin/generic/ sol.zarr # zarr store base directory
61+ maxchunk : 2500000 # maximum no. of elements in chunks of zarr store array
6262
6363# ## Pycleo (Python Bindings) Parameters ###
6464pycleo :
You can’t perform that action at this time.
0 commit comments