Parent Directory
|
Revision Log
|
Revision Graph
The pkg/bbl test has been changed so that only the initial conditions contain a density anomaly, as opposed to continuously forcing the density anomaly from the surface. This update is used to demonstrate the non-dispersive formulation of the updated pkg/bbl.
| 1 | Instructions for testing bbl scheme on sloped channel |
| 2 | |
| 3 | # get code from anonymous CVS server |
| 4 | cvs co -P MITgcm_contrib/bbl |
| 5 | cvs co -P MITgcm_code |
| 6 | |
| 7 | # build executable |
| 8 | cd MITgcm |
| 9 | mkdir build run run.down_slope run.bbl |
| 10 | cd build |
| 11 | \rm * |
| 12 | ../tools/genmake2 -mods ../../MITgcm_contrib/bbl/code |
| 13 | make depend |
| 14 | make -j 8 |
| 15 | |
| 16 | # run baseline code |
| 17 | cd ../run |
| 18 | \rm * |
| 19 | \cp ../../MITgcm_contrib/bbl/input/* . |
| 20 | ../build/mitgcmuv >& output.txt & |
| 21 | |
| 22 | # run down_slope code |
| 23 | cd ../run.down_slope |
| 24 | \rm * |
| 25 | \cp ../../MITgcm_contrib/bbl/input/* . |
| 26 | \cp ../../MITgcm_contrib/bbl/input.down_slope/* . |
| 27 | ../build/mitgcmuv >& output.txt & |
| 28 | |
| 29 | # run bbl code |
| 30 | cd ../run.bbl |
| 31 | \rm * |
| 32 | \cp ../../MITgcm_contrib/bbl/input/* . |
| 33 | \cp ../../MITgcm_contrib/bbl/input.bbl/* . |
| 34 | ../build/mitgcmuv >& output.txt & |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |