38 |
# Compare to verification output |
# Compare to verification output |
39 |
diff output.txt ../../MITgcm_contrib/ecco_darwin/v4_3deg/results/output.txt |
diff output.txt ../../MITgcm_contrib/ecco_darwin/v4_3deg/results/output.txt |
40 |
|
|
|
|
|
41 |
# ============================ |
# ============================ |
42 |
# Build and run MPI executable |
# Build and run MPI executable |
43 |
cd build |
cd build |
57 |
ln -sf ../../MITgcm_contrib/ecco_darwin/v4_3deg/data/* . |
ln -sf ../../MITgcm_contrib/ecco_darwin/v4_3deg/data/* . |
58 |
mpirun -np 8 ./mitgcmuv & |
mpirun -np 8 ./mitgcmuv & |
59 |
tail -f STDOUT.0000 | grep advcfl_W |
tail -f STDOUT.0000 | grep advcfl_W |
60 |
|
|
61 |
|
# ============================ |
62 |
|
# MATLAB code for computing volume, salt, salinity, and DIC budgets |
63 |
|
cd ../../MITgcm_contrib/ecco_darwin/v4_3deg/ |
64 |
|
module load matlab |
65 |
|
matlab |
66 |
|
|
67 |
|
if using gcmfaces, run budget_v4_3deg_with_gcmfaces.m |
68 |
|
if not using gcmfaces, run budget_v4_3deg_without_gcmfaces.m |