|
14 | 14 | "\n", |
15 | 15 | "### Content\n", |
16 | 16 | "\n", |
17 | | - "1. [Access to Euler](#access-to-euler)\n", |
18 | | - "2. [Installation and working directories](#installation-and-working-directories)\n", |
19 | | - "3. [Pre-installed version of Climada](#pre-installed-version-of-climada)\n", |
20 | | - " 1. [Load dependencies](#1-load-dependencies)\n", |
21 | | - " 2. [Check installation](#2-check-installation)\n", |
22 | | - " 3. [Adjust the Climada configuration](#3-adjust-the-climada-configuration)\n", |
23 | | - " 4. [Run a job](#4-run-a-job)\n", |
| 17 | + "1. [Access to Euler](#1.-access-to-euler)\n", |
| 18 | + "2. [Installation and working directories](#2.-installation-and-working-directories)\n", |
| 19 | + "3. [Pre-installed version of Climada](#3.-pre-installed-version-of-climada)\n", |
| 20 | + " 1. [Load dependencies](#3.1-load-dependencies)\n", |
| 21 | + " 2. [Check installation](#3.2-check-installation)\n", |
| 22 | + " 3. [Adjust the Climada configuration](#3.3-adjust-the-climada-configuration)\n", |
| 23 | + " 4. [Run a job](#3.4-run-a-job)\n", |
24 | 24 | "4. [Working with Git Branches](#working-with-git-branches)\n", |
25 | 25 | " 1. [Load dependencies](#1-load-dependencies)\n", |
26 | 26 | " 2. [Create installation environment](#2-create-installation-environment)\n", |
|
55 | 55 | "metadata": {}, |
56 | 56 | "source": [ |
57 | 57 | "\n", |
58 | | - "## Access to Euler\n", |
| 58 | + "## 1. Access to Euler\n", |
59 | 59 | "\n", |
60 | 60 | "See https://scicomp.ethz.ch/wiki/Getting_started_with_clusters for details on how to register at and get started with Euler.\n", |
61 | 61 | "\n", |
|
69 | 69 | }, |
70 | 70 | "source": [ |
71 | 71 | "\n", |
72 | | - "## Installation and working directories\n", |
| 72 | + "## 2. Installation and working directories\n", |
73 | 73 | "\n", |
74 | 74 | "Please, get familiar with the various Euler storage options: https://scicomp.ethz.ch/wiki/Storage_systems.<br>\n", |
75 | 75 | "As a general rule: use `/cluster/project` for installation and `/cluster/work` for data processing.\n", |
|
88 | 88 | "metadata": {}, |
89 | 89 | "source": [ |
90 | 90 | "\n", |
91 | | - "## Pre-installed version of Climada\n", |
| 91 | + "## 3. Pre-installed version of Climada\n", |
92 | 92 | "\n", |
93 | 93 | "Climada is pre-installed and available in the default pip environment of Euler." |
94 | 94 | ] |
|
98 | 98 | "metadata": {}, |
99 | 99 | "source": [ |
100 | 100 | "\n", |
101 | | - "### 1. Load dependencies\n", |
| 101 | + "### 3.1 Load dependencies\n", |
102 | 102 | "\n", |
103 | 103 | "```bash\n", |
104 | 104 | "env2lmod\n", |
|
113 | 113 | "metadata": {}, |
114 | 114 | "source": [ |
115 | 115 | "\n", |
116 | | - "### 2. Check installation \n", |
| 116 | + "### 3.2 Check installation \n", |
117 | 117 | "\n", |
118 | 118 | "```bash\n", |
119 | 119 | "python -c 'import climada; print(climada.__file__)'\n", |
|
129 | 129 | "metadata": {}, |
130 | 130 | "source": [ |
131 | 131 | "\n", |
132 | | - "### 3. Adjust the Climada configuration\n", |
| 132 | + "### 3.3 Adjust the Climada configuration\n", |
133 | 133 | "\n", |
134 | 134 | "Edit a configuration file according to your needs (see [Guide_Configuration](../guide/Guide_Configuration.ipynb)).\n", |
135 | 135 | "Create a climada.conf file e.g., in /cluster/home/$USER/.config with the following content:\n", |
|
151 | 151 | "metadata": {}, |
152 | 152 | "source": [ |
153 | 153 | "\n", |
154 | | - "### 4. Run a job\n", |
| 154 | + "### 3.4 Run a job\n", |
155 | 155 | "\n", |
156 | 156 | "Please see the docs at https://slurm.schedmd.com/ on how to use the `slurm` batch system \n", |
157 | 157 | "and the Wiki https://scicomp.ethz.ch/wiki/Transition_from_LSF_to_Slurm for a mapping of `lsf` commands to their `slurm` equivalents.\n", |
|
0 commit comments