Parent Directory
|
Revision Log
|
Revision Graph
Adding 15-level LLC experiment with real bathymetry and init. conditions; uses climatological forcing (from 4x4-deeg fields) via exf package.
1 | heimbach | 1.1 | #! /usr/bin/env bash |
2 | |||
3 | # $Header: $ | ||
4 | $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 | for i in 1 2 3 4 5 ; do | ||
12 | ln -s llc90x90x360_${i}.mitgrid tile00${i}.mitgrid | ||
13 | done | ||
14 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |