Changes
Page history
Update Hands on ICON data analysis for beginners
authored
Jan 27, 2025
by
Dian Putrasahan
Show whitespace changes
Inline
Side-by-side
Hands-on-ICON-data-analysis-for-beginners.md
View page @
7801ddfa
...
@@ -2203,6 +2203,11 @@ This example uses a control CMIP7 experiment (slo1774; 160km atm resolution). Th
...
@@ -2203,6 +2203,11 @@ This example uses a control CMIP7 experiment (slo1774; 160km atm resolution). Th
```
bash
```
bash
#!/bin/sh
#!/bin/sh
module purge
module load python3/unstable
source
~/.bashrc
module unload python3/2022.01-gcc-11.2.0
expid
=
slo1774
expid
=
slo1774
DATAPATH
=
/work/mh0287/m211032/Icon/Git_lev/icon.XPP.20240717/build.intel-hdint/experiments/
${
expid
}
DATAPATH
=
/work/mh0287/m211032/Icon/Git_lev/icon.XPP.20240717/build.intel-hdint/experiments/
${
expid
}
OUTPATH
=
/work/mh1421/m300466/blah/
${
expid
}
/spectra
OUTPATH
=
/work/mh1421/m300466/blah/
${
expid
}
/spectra
...
...
...
...