ECCO
De Wikicima
(Diferencias entre revisiones)
(→Installation) |
(→Installation) |
||
(No se muestran 7 ediciones intermedias realizadas por 2 usuarios) | |||
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], specifically to install the tools by our selves following these [https://github.com/ECCO-GROUP/ECCO-EIS/blob/main/emu/README_setup instructions]. |
||
First we look into the right GIThub repository, being |
First we look into the right GIThub repository, being |
||
Línea 7: | Línea 8: | ||
https://github.com/ECCO-GROUP/ECCO-EIS/tree/main/emu |
https://github.com/ECCO-GROUP/ECCO-EIS/tree/main/emu |
||
</PRE> |
</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> |
||
+ | |||
+ | Obtaining the code and installing <CODE>$INSTALLDIR</CODE> (we are going to use [NASA https://ecco.jpl.nasa.gov/drive/ Earthdata] user: ''miliurricariet'' (using its WebDAV password) |
||
+ | <PRE style="shell"> |
||
+ | cd $INSTALLDIR |
||
+ | wget https://raw.githubusercontent.com/ECCO-GROUP/ECCO-EIS/main/emu/emu_setup.sh |
||
+ | chmod +x ./emu_setup.sh |
||
+ | ./emu_setup.sh |
||
+ | |||
+ | </PRE> |
||
+ | |||
+ | <!-- tHo6i@YtL2FFELyrtZH --> |
||
= Use = |
= Use = |
Última revisión de 14:56 18 jun 2025
Here we describe the installation and use of the ECCO model in CIMA-IFAECI's hydra HPC
[editar] Installation
We are going to follow the instructions from the 2025 ECCO summer school - EMU Installation, specifically to install the tools by our selves following these instructions.
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
Obtaining the code and installing $INSTALLDIR
(we are going to use [NASA https://ecco.jpl.nasa.gov/drive/ Earthdata] user: miliurricariet (using its WebDAV password)
cd $INSTALLDIR wget https://raw.githubusercontent.com/ECCO-GROUP/ECCO-EIS/main/emu/emu_setup.sh chmod +x ./emu_setup.sh ./emu_setup.sh