ECCO
De Wikicima
(Diferencias entre revisiones)
(→Installation) |
(→Installation) |
||
Línea 2: | Línea 2: | ||
= Installation = |
= Installation = |
||
+ | We are going to follow the instructions from the [https://ecco-summer-school.github.io/ecco-2025/tutorials/EMU/EMU_Installation.html 2025 ECCO summer school - EMU Installation]. |
||
First we look into the right GIThub repository, being |
First we look into the right GIThub repository, being |
||
<PRE style="shell"> |
<PRE style="shell"> |
||
https://github.com/ECCO-GROUP/ECCO-EIS/tree/main/emu |
https://github.com/ECCO-GROUP/ECCO-EIS/tree/main/emu |
||
+ | </PRE> |
||
+ | |||
+ | We are going to install the model for all hydra users. So, our <CODE>$INSTALLDIR</CODE> will be: |
||
+ | <PRE style="shell"> |
||
+ | INSTALLDIR=/share/EMU |
||
+ | </PRE> |
||
+ | |||
+ | Cloning the repository into <CODE>$INSTALLDIR</CODE> |
||
+ | <PRE style="shell"> |
||
+ | cd $INSTALLDIR |
||
+ | |||
</PRE> |
</PRE> |
||
Revisión de 14:40 18 jun 2025
Here we describe the installation and use of the ECCO model in CIMA-IFAECI's hydra HPC
Installation
We are going to follow the instructions from the 2025 ECCO summer school - EMU Installation.
First we look into the right GIThub repository, being
https://github.com/ECCO-GROUP/ECCO-EIS/tree/main/emu
We are going to install the model for all hydra users. So, our $INSTALLDIR
will be:
INSTALLDIR=/share/EMU
Cloning the repository into $INSTALLDIR
cd $INSTALLDIR