1 | | Access WRF4G@MACC |
| 1 | = How to use MACC facilities = |
| 2 | |
| 3 | == Login == |
| 4 | |
| 5 | To start working at MACC you need to login to one '''ui.macc.unican.es''', which is User Inertface of MACC. |
| 6 | |
| 7 | |
| 8 | Login to ui.macc.unican.es is done via Secure Shell network protocol (ssh): |
| 9 | |
| 10 | {{{ |
| 11 | ssh <userid>@ui.macc.unican.es |
| 12 | }}} |
| 13 | where <user id> stands for your login name provided by supervisor. |
| 14 | |
| 15 | == Storage management == |
| 16 | |
| 17 | The MACC utilizes a storage approach on based in two levels: |
| 18 | |
| 19 | * HOME, i.e. /pf/<first letter of user id>/<user>, is the file system you log into, it is backed up and should be used to store source code, scripts, and important results |
| 20 | |
| 21 | |
| 22 | * WORK file system, i.e. /work/<project> is project based (see section on "resources management below") and provides disk space for large amount of data, but it is not backed up. It can be used for e.g. writing model raw output and processing of data accessible to all project members |
| 23 | |
| 24 | |