These experiments are used for the following paper:
Du, T., Tseng, Y.H., and Yan, X.H. (2008), 'The impacts of tidal currents and Kuroshio intrusion on the generation of nonlinear internal waves in Luzon Strait', Journal of Geophysical Research Ocean, 113, C08015, doi:10.1029/2007JC004294, 2008.

Instruction to run the model
(example)
#The following generates computing mesh
cd 400x64/prep/data
ifort metgen.f
./a.out
#The following generates initial data and bathymetry (you have to change this to fit your need)
ifort indata.f
./a.out
#The following prepare the data required for the main code
cd ../
ifort prep.f
./a.out
#Running the main code
cd ../
ifort internalwave.f
./a.out >output.txt

You can compare this "internalwave.f" with "internalwave.f" under 400x64_0.5v or another directory. You will know what you have to change in order to make the sensitivity runs.

