1 |
Tutorial Example: "Surface Driven Convection" |
# $Header$ |
2 |
============================================= |
# $Name$ |
3 |
(formerly "exp5" ; |
|
4 |
|
Tutorial Example: "Surface Driven (Deep) Convection" |
5 |
|
==================================================== |
6 |
|
(formerly "exp5" ; |
7 |
also "nonhydrostatic_deep_convection" in release.1 branch) |
also "nonhydrostatic_deep_convection" in release.1 branch) |
8 |
|
|
9 |
|
|
14 |
make |
make |
15 |
|
|
16 |
To run: |
To run: |
17 |
cd build |
cd run |
18 |
ln -s ../input/* . |
ln -s ../input/* . |
19 |
|
ln -s ../build/mitgcmuv . |
20 |
./mitgcmuv > output.txt |
./mitgcmuv > output.txt |
21 |
|
|
22 |
There is comparison output in the directory: |
There is comparison output in the directory: |
24 |
|
|
25 |
Comments: |
Comments: |
26 |
The input data is real*8 and generated using the MATLAB script |
The input data is real*8 and generated using the MATLAB script |
27 |
gendata.m. |
input/gendata.m |
28 |
|
|