30 |
cp ../../MITgcm_contrib/ecco_darwin/v4_llc270/input_darwin/data* . |
cp ../../MITgcm_contrib/ecco_darwin/v4_llc270/input_darwin/data* . |
31 |
cp ../../MITgcm_contrib/ecco_darwin/v4_3deg/input/*data* . |
cp ../../MITgcm_contrib/ecco_darwin/v4_3deg/input/*data* . |
32 |
ln -sf ../../MITgcm_contrib/ecco_darwin/v4_3deg/data/* . |
ln -sf ../../MITgcm_contrib/ecco_darwin/v4_3deg/data/* . |
33 |
|
mkdir diags |
34 |
./mitgcmuv > output.txt |
./mitgcmuv > output.txt |
35 |
# Compare to verification output |
# Compare to verification output |
36 |
diff output.txt ../../MITgcm_contrib/ecco_darwin/v4_3deg/results/output.txt |
diff <(grep %MON output.txt) <(grep %MON ../../MITgcm_contrib/ecco_darwin/v4_3deg/results/output.txt) |
37 |
|
|
38 |
# ============================ |
# ============================ |
39 |
# 4. Build and run MPI executable |
# 4. Build and run MPI executable |