Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Hands on ICON data analysis for beginners
authored
Feb 06, 2025
by
Dian Putrasahan
Show whitespace changes
Inline
Side-by-side
Hands-on-ICON-data-analysis-for-beginners.md
View page @
2e2304b3
...
@@ -2213,6 +2213,10 @@ This example uses a control CMIP7 experiment (slo1774; 160km atm resolution). Th
...
@@ -2213,6 +2213,10 @@ This example uses a control CMIP7 experiment (slo1774; 160km atm resolution). Th
```
bash
```
bash
#!/bin/sh
#!/bin/sh
module purge
module load cdo
module load netcdf-c/4.8.1-gcc-11.2.0
module load nco/5.0.6-gcc-11.2.0
module load python3/unstable
module load python3/unstable
expid
=
slo1774
expid
=
slo1774
...
...