/[MITgcm]/MITgcm/verification/OpenAD/linkData.bash
ViewVC logotype

Contents of /MITgcm/verification/OpenAD/linkData.bash

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Mar 28 14:44:43 2007 UTC (17 years, 1 month ago) by utke
Branch: MAIN
CVS Tags: checkpoint58x_post, checkpoint59a, checkpoint59, checkpoint58y_post
helper script

1 function Usage {
2 echo "Usage: $0 <testName>"
3 echo " where <testName> is for instance shallow_openad"
4 echo " executed in build_<testName>"
5 }
6 testName=${PWD##*/build_}
7 inputDir=../../../../MITgcm_contrib/heimbach/OpenAD/input_${testName}
8 if [ ! -d ${inputDir} ]
9 then
10 echo "Error: input directory ${inputDir} doesn't exist"
11 Usage $*
12 exit -1
13 fi
14 ln -sf ${inputDir}/* .
15 cd ../../global_ocean.90x40x15/input
16 ./prepare_run > /dev/null
17 cd ../../OpenAD/build_${testName}
18 ln -sf ../../global_ocean.90x40x15/input/*.bin .

  ViewVC Help
Powered by ViewVC 1.1.22