Skip to content

Commit dfcc845

Browse files
chore: correct notes
1 parent 22640f4 commit dfcc845

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

cleo_1dkid/libs/cleo_sdm/cleo_sdm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
File Description:
1818
class and functions for handing setup and running of CLEO via python bindings adapted from
1919
CLEO v0.44.0 python_bindings example.
20-
NOTE: To use the wrapper, you must first export "PYCLEO_DIR". E.g. is python bindings are
21-
built in $HOME/superdrops-in-action/cleo_1dkid/build/, do:
22-
export PYCLEO_DIR=$HOME/superdrops-in-action/cleo_1dkid/build/pycleo/
20+
NOTE: To use the wrapper, you must first export "PYCLEO_DIR". E.g. if python bindings are
21+
built in $HOME/superdrops-in-action/build/, do:
22+
export PYCLEO_DIR=$HOME/superdrops-in-action/build/pycleo/
2323
"""
2424

2525
import os

cleo_1dkid/libs/cleo_sdm/microphysics_scheme_wrapper.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
File Description:
1818
wrapper function for an instance of CleoSDM microphysics ccheme so it can be used by
1919
generic test cases and run scripts.
20-
NOTE: To use the wrapper, you must first export "PYCLEO_DIR". E.g. is python bindings are
21-
built in $HOME/superdrops-in-action/cleo_1dkid/build/, do:
22-
export PYCLEO_DIR=$HOME/superdrops-in-action/cleo_1dkid/build/pycleo/
20+
NOTE: To use the wrapper, you must first export "PYCLEO_DIR". E.g. if python bindings are
21+
built in $HOME/superdrops-in-action/build/, do:
22+
export PYCLEO_DIR=$HOME/superdrops-in-action/build/pycleo/
2323
"""
2424

2525
import os

cleo_1dkid/scripts/bash/compile_pycleo_levante.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ executables=${4:-"pycleo"} # list of executables to compile
1717

1818
# CLEO (openmp with gcc compiler) extra build parameters
1919
cleo_build_flags=${6:-"-DCLEO_COUPLED_DYNAMICS="numpy" \
20-
-DCLEO_PYTHON=/work/bm1183/m300950/bin/envs/microtestsenv/bin/python"} # CLEO_BUILD_FLAGS
20+
-DCLEO_PYTHON=/work/bm1183/m300950/bin/envs/superdrops-in-action/bin/python"} # CLEO_BUILD_FLAGS
2121

2222
# Necessary Levante packages
2323
levante_gcc="gcc/11.2.0-gcc-11.2.0" # bcn7mbu # module load

0 commit comments

Comments
 (0)