Parent Directory
|
Revision Log
|
Revision Graph
Update.
1 | heimbach | 1.1 | #! /usr/bin/env bash |
2 | |||
3 | heimbach | 1.2 | # $Header: /u/gcmpack/MITgcm_contrib/eh3/llc/ecco-godae/input_15lev/prepare_run,v 1.1 2006/11/13 17:19:06 heimbach Exp $ |
4 | heimbach | 1.1 | $Name: $ |
5 | |||
6 | #- download input fields from channel.mit.edu | ||
7 | #- | ||
8 | wget -nd -r -A "*.bin" http://channel.mit.edu/datasets/MITgcm_input_files/MITgcm_contrib/eh3/llc/ecco-godae/data_15lev | ||
9 | wget -nd -r -A "*.mitgrid" http://channel.mit.edu/datasets/MITgcm_input_files/MITgcm_contrib/eh3/llc/ecco-godae/data_15lev | ||
10 | |||
11 | heimbach | 1.2 | for i in 1 2 3 4 5 6; do |
12 | heimbach | 1.1 | ln -s llc90x90x360_${i}.mitgrid tile00${i}.mitgrid |
13 | done | ||
14 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |