You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now your Python environment for SPICE is ready to go! 🚀
156
156
157
-
### Option 1) Use Template from C2SM's EURO-CORDEX Run
157
+
### Use Experiment Template from C2SM's EURO-CORDEX Run
158
158
159
159
The official ICON-CLM setups are part of the [spice-setups :material-open-in-new:](https://github.com/C2SM/spice-setups){:target="_blank"} repository.
160
160
Please follow the instructions in the [README :material-open-in-new:](https://github.com/C2SM/spice-setups/blob/main/README.md){:target="_blank"} file.
161
161
162
162
163
-
### Option 2) Manually Create ERA5-driven 12 km case
164
-
165
-
??? note "Show instructions for manual ERA5-driven case setup"
166
-
167
-
From the SPICE root directory, let's create an experiment folder and
168
-
copy the `sp001` case in there. If you want a different name for your
169
-
experiment, just modify the `EXP` variable.
170
-
171
-
!!! note
172
-
The `sp001` is the standard `gcm2icon` test case defined in SPICE.
173
-
It is run on the EURO-CORDEX domain at 44 km horizontal resolution
174
-
and uses ERAInterim data as initial and boundary conditions.
175
-
If you want to run this case, skip the next subsections and continue
176
-
with [Install Python virtual environment](#install-python-virtual-environment).
│ │ │ └── grids/ # Public grids from MPI-M and DWD
66
+
│ │ │ ├── edzw/
67
+
│ │ │ └── mpim/
68
+
│ │ └── regional/ # ICON regional model input
69
+
│ │
70
+
│ └── misc/ # Non-ICON input (placeholder for future)
71
+
│
72
+
└── reference/ # Reference datasets
73
+
├── observations/ # Ground-based or in-situ observations
74
+
| └── eObs/ # E-OBS daily gridded meteorological data for Europe
75
+
| ├── eObs28.0/
76
+
| ├── eObs29.0/
77
+
| ├── eObs30.0/
78
+
| └── eObs31.0/
79
+
├── reanalysis/ # Reanalysis datasets (e.g. ERA5)
80
+
| ├── ERA5/
81
+
| └── dkrz/ # Synced from DKRZ, ready-to-use for SPICE (CLM runs)
82
+
| ├── ERA5/ # ERA5 (updated as soon as new data is available)
83
+
| └── ERAInterim/ # ERAInterim (static)
84
+
├── satellite/ # Satellite observations for validation
85
+
└── model_comparisons/ # Reference data from other models
86
+
```
87
+
88
+
89
+
## Input data pools
90
+
91
+
=== "Santis"
92
+
```shell
93
+
/capstor/store/cscs/userlab/cws01/input/icon
94
+
```
95
+
=== "Balfrin"
96
+
```shell
97
+
/scratch/mch/jenkins/icon/pool/data/ICON
98
+
```
99
+
=== "Euler"
100
+
```shell
101
+
/cluster/work/climate/icon_input
102
+
```
103
+
104
+
## Testing input data pool
105
+
106
+
The input data for standard ICON tests are stored in a [Git-lfs repository :material-open-in-new:](https://gitlab.dkrz.de/icon/testing-input-data){:target="_blank"}.
0 commit comments