| 1 |
# $Header: /u/gcmpack/MITgcm/verification/tutorial_deep_convection/README,v 1.2 2008/04/24 02:26:22 jmc Exp $ |
| 2 |
# $Name: $ |
| 3 |
|
| 4 |
Tutorial Example: "Surface Driven (Deep) Convection" |
| 5 |
==================================================== |
| 6 |
(formerly "exp5" ; |
| 7 |
also "nonhydrostatic_deep_convection" in release.1 branch) |
| 8 |
|
| 9 |
Configure and compile the code: |
| 10 |
cd build |
| 11 |
../../../tools/genmake2 -mods ../code [-of my_platform_optionFile] |
| 12 |
make depend |
| 13 |
make |
| 14 |
cd .. |
| 15 |
|
| 16 |
To run: |
| 17 |
cd run |
| 18 |
ln -s ../input/* . |
| 19 |
ln -s ../build/mitgcmuv . |
| 20 |
./mitgcmuv > output.txt |
| 21 |
cd .. |
| 22 |
|
| 23 |
There is comparison output in the directory: |
| 24 |
results/output.txt |
| 25 |
|
| 26 |
Comments: |
| 27 |
The input data is real*8 and generated using the MATLAB script |
| 28 |
input/gendata.m |