This shows you the differences between two versions of the page.
| — |
tools:transfer [2013/04/09 13:08] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | |||
| + | === Objective === | ||
| + | |||
| + | |||
| + | A script has been written by Jordi Peralta for downloading data from MareNostrum to the CFU storage. | ||
| + | This script is located at "/ | ||
| + | to make sure data can be properly downloaded (identical to the original ones). | ||
| + | |||
| + | |||
| + | === Use === | ||
| + | |||
| + | |||
| + | Users are advised to follow these recommendations: | ||
| + | * It is recommended to use this script on one of " | ||
| + | * You have to make sure you can use the command "ssh mn" to login to MareNostrum without password (check this with Jordi, if you can not). | ||
| + | * Run this script by typing the following: | ||
| + | |||
| + | ./ | ||
| + | |||
| + | Where data_type can be mmo (for ocean output), mma (for atmospheric output), rest (for restart files) log (for log files) | ||
| + | |||
| + | For example: ./ | ||
| + | |||
| + | This will download all the atmosphere data for the starting dates 1960* of " | ||
| + | |||
| + | |||
| + | === Tips === | ||
| + | |||
| + | |||
| + | * Do not run this script in background mode, It might NOT work well or even does not work at all. | ||
| + | * To copy a whole experiment, you can use a loop like the following, this will copy all the data from one experiment. | ||
| + | |||
| + | EXPID=b014 | ||
| + | |||
| + | YEAR_LST=" | ||
| + | |||
| + | SCRIPT_DIR=/ | ||
| + | |||
| + | for year in $YEAR_LST; do | ||
| + | |||
| + | < | ||
| + | </ | ||
| + | < | ||
| + | </ | ||
| + | < | ||
| + | </ | ||
| + | done #loop for starting dates | ||
| + | |||
| + | |||
| + | === Contact === | ||
| + | |||
| + | |||
| + | muhammad.asif@ic3.cat | ||