1 |
atn |
1.3 |
steps: |
2 |
|
|
1) add |
3 |
|
|
setenv CVSROOT ':ext:atn@mitgcm.org:/u/gcmpack' |
4 |
|
|
|
5 |
|
|
into .cshrc |
6 |
|
|
|
7 |
|
|
2) |
8 |
|
|
a) either create a pair of keys and copy the private/ublic one to proper locations or |
9 |
|
|
b) check a machine that has a private key whose public key is in authorizedkeys (say ross) and copy over |
10 |
|
|
|
11 |
atn |
1.1 |
cp /scratch/atn/MITgcm/verification/lab_sea/code_5x5_newcode_stripped_v6g/* . |
12 |
atn |
1.3 |
cvs co -P -d atnguyen_contrib MITgcm_contrib/atnguyen |
13 |
|
|
cd atnguyen_contrib/ |
14 |
|
|
mkdir code_21Dec2012_saltplume |
15 |
|
|
cvs add code_21Dec2012_saltplume |
16 |
|
|
%cvs add -m "code latest saltplume fix" code_21Dec2012_saltplume |
17 |
|
|
cd code_21Dec2012_saltplume |
18 |
|
|
cvs -q -n update |
19 |
|
|
cp /scratch/atn/MITgcm/verification/lab_sea/code_5x5_newcode_stripped_v6g/* . |
20 |
|
|
cvs add *.F *.h packages.conf README SIZE.h_mpi |
21 |
|
|
cvs -q update |
22 |
|
|
cvs commit -m "inprogress swapping 1-x with x in plumefrac" *.F *.h packages.conf README SIZE.h_mpi |