Update Hands on ICON data analysis for beginners authored by Dian Putrasahan's avatar Dian Putrasahan
...@@ -2219,10 +2219,7 @@ This example uses a control CMIP7 experiment (slo1774; 160km atm resolution). Th ...@@ -2219,10 +2219,7 @@ This example uses a control CMIP7 experiment (slo1774; 160km atm resolution). Th
```bash ```bash
#!/bin/sh #!/bin/sh
module purge
module load python3/unstable 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}
... ...
......