/[MITgcm]/MITgcm_contrib/eh3/llc/gwave_llc_eg_1deg/README
ViewVC logotype

Contents of /MITgcm_contrib/eh3/llc/gwave_llc_eg_1deg/README

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


Revision 1.2 - (show annotations) (download)
Sat Jun 17 17:14:20 2006 UTC (19 years, 1 month ago) by edhill
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +14 -1 lines
update the readme to reflect the setup I'm using

1 # Command to build and run (assuming checkout is placed into MITgcm/verification/llc)
2
3 # The following will run for about 140 time steps in the
4 # ocean setup at which point the wave reaches the far southern
5 # edge and causes a blowup
6
7 cd build
8 ../../../tools/genmake2 -mods=../code
9 make depend
10 make
11 cd ../run
12 ln -s ../input/* .
13 # cp ssh.bump ssh.data
14 cp llc_mlosch_fe_1.mitgrid tile001.mitgrid
15 cp llc_mlosch_fe_2.mitgrid tile002.mitgrid
16 cp llc_mlosch_fe_3.mitgrid tile003.mitgrid
17 cp llc_mlosch_fe_4.mitgrid tile004.mitgrid
18 cp llc_mlosch_fe_5.mitgrid tile005.mitgrid
19 cp ../build/mitgcmuv .
20
21 for i in `seq 1 8` `seq 10 17` ; do
22 ln -s ./ssh.flat ssh.`printf '%03d' $i`.001.data
23 done
24 ln -s ./ssh.bump ssh.009.001.data
25
26 ./mitgcmuv

  ViewVC Help
Powered by ViewVC 1.1.22