--- MITgcm_contrib/atnguyen/README 2011/06/01 22:45:51 1.1 +++ MITgcm_contrib/atnguyen/README 2014/01/14 07:01:30 1.2 @@ -1,3 +1,30 @@ +steps: +1) add +setenv CVSROOT ':ext:atn@mitgcm.org:/u/gcmpack' -placeholder for An's code +into .cshrc +2) +a) either create a pair of keys and copy the private/ublic one to proper locations or +b) check a machine that has a private key whose public key is in authorizedkeys (say ross) and copy over + +cp /scratch/atn/MITgcm/verification/lab_sea/code_5x5_newcode_stripped_v6g/* . +cvs co -P -d atnguyen_contrib MITgcm_contrib/atnguyen +cd atnguyen_contrib/ +mkdir code_21Dec2012_saltplume +cvs add code_21Dec2012_saltplume +%cvs add -m "code latest saltplume fix" code_21Dec2012_saltplume +cd code_21Dec2012_saltplume +cvs -q -n update +cp /scratch/atn/MITgcm/verification/lab_sea/code_5x5_newcode_stripped_v6g/* . +cvs add *.F *.h packages.conf README SIZE.h_mpi +cvs -q update +cvs commit -m "inprogress swapping 1-x with x in plumefrac" *.F *.h packages.conf README SIZE.h_mpi + +3) remove file: +cd to the dir of file to remove, say filename is "a.h": +cvs -q -n up +rm a.h +cvs remove a.h +cvs commit -m "remove a.h" a.h +cvs -q -n up