@@ -48,7 +48,7 @@ Install environment with Miniconda
4848 conda env create -f requirements/env_climada.yml --name climada_env
4949
5050
51- During the installation process of Miniconda, you are prompted to set the working directory according to your choice.
51+ During the installation process of Miniconda, you are prompted to set the working directory according to your choice.
5252
53532. **Install dependencies **: Create the virtual environment *climada_env * with climada's dependencies::
5454
@@ -66,10 +66,10 @@ During the installation process of Miniconda, you are prompted to set the workin
6666 source deactivate
6767
6868
69- If the installation has been successful, an OK will appear at the end of the execution.
69+ If the installation has been successful, an OK will appear at the end of the execution.
7070
71- Warning: Executing the whole test_runner takes pretty long and downloads some files to climada_python/data that you might not need.
72- Consider aborting the test once you see first "OK"s in the output.
71+ Warning: Executing the whole test_runner takes pretty long and downloads some files to climada_python/data that you might not need.
72+ Consider aborting the test once you see first "OK"s in the output.
7373
74744. **Submit a test BJOB to the queue of the cluster **: Write a shell script that initiates the Python environment climada_env and submit the job::
7575
@@ -84,13 +84,13 @@ Consider aborting the test once you see first "OK"s in the output.
8484 bsub -J "test01" -W 1:00 -R "rusage[mem=5120]" -oo logs/test01.txt -eo logs/e_test01.txt < run_climada_python.sh
8585
8686
87- Notes:
87+ Notes:
8888
89- - Change the script after echo "python3" to the path of the Python script you want to execute
89+ - Change the script after echo "python3" to the path of the Python script you want to execute
9090
91- - Change the working path to the path you have cloned the climada_python repository to
91+ - Change the working path to the path you have cloned the climada_python repository to
9292
93- - Customise the bsub options accordingly
93+ - Customise the bsub options accordingly
9494
9595
9696
0 commit comments