| 1 |
|
| 2 |
LAT-LON-Polar-Cap setup |
| 3 |
----------------------- |
| 4 |
ed@eh3.com, cnh@mit.edu, heimbach@mit.edu |
| 5 |
|
| 6 |
Setup code/, input/ |
| 7 |
------------------- |
| 8 |
Note that the *.mitgrid files must be named using the following pattern |
| 9 |
or they will not be read correctly by MITgcm: |
| 10 |
|
| 11 |
cd run |
| 12 |
for i in 1 2 3 4 5 ; do |
| 13 |
ln -s ../input/llc_p90_${i}.mitgrid tile00${i}.mitgrid |
| 14 |
done |
| 15 |
|
| 16 |
Setup code_15lev/, input_15lev/ |
| 17 |
------------------------------- |
| 18 |
|
| 19 |
Real bathymetry, 15 vertical levels, |
| 20 |
monthly climatological forcing via exf package. |
| 21 |
* Bathymetry is generated via script ... in ... |
| 22 |
* Initial conditions for T, S are generated via script ... in ... |
| 23 |
|
| 24 |
All input fields can be downloaded using script input_15lev/prepare_run |
| 25 |
(which also contains link pattern to standard tile00${i}.mitgrid fields), |
| 26 |
then link to run directory. |