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 |
48 |
make depend |
make depend |
49 |
make -j 8 |
make -j 8 |
50 |
cd ../run |
cd ../run |
51 |
mpirun -np 8 ./mitgcmuv |
ln -sf ../build/mitgcmuv . |
52 |
|
cp ../../MITgcm_contrib/ecco_darwin/v4_llc270/input/data* . |
53 |
|
cp ../../MITgcm_contrib/ecco_darwin/v4_llc270/input_darwin/data* . |
54 |
|
cp ../../MITgcm_contrib/ecco_darwin/v4_3deg/input/*data* . |
55 |
|
mv data_mpi data |
56 |
|
ln -sf ../verification/tutorial_global_oce_biogeo/input/bathy.bin . |
57 |
|
ln -sf ../../MITgcm_contrib/ecco_darwin/v4_3deg/data/* . |
58 |
|
mpirun -np 8 ./mitgcmuv & |
59 |
|
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 |