21 |
########################################################################## |
########################################################################## |
22 |
########################################################################## |
########################################################################## |
23 |
# getting the code from anonymous CVS server |
# getting the code from anonymous CVS server |
24 |
|
# |
25 |
|
|
26 |
|
bash or sh shell: |
27 |
|
$ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' |
28 |
|
$ cvs login |
29 |
|
( enter the CVS password: "cvsanon" ) |
30 |
|
|
31 |
|
tcsh or csh shell: |
32 |
|
$ setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack' |
33 |
|
$ cvs login |
34 |
|
( enter the CVS password: "cvsanon" ) |
35 |
|
|
36 |
cvs co MITgcm_contrib/high_res_cube/README_ice |
cvs co MITgcm_contrib/high_res_cube/README_ice |
37 |
cvs co MITgcm_contrib/high_res_cube/code-mods |
cvs co MITgcm_contrib/high_res_cube/code-mods |
101 |
cd ../build |
cd ../build |
102 |
\rm * |
\rm * |
103 |
../../../tools/genmake2 -mods=../code -of |
../../../tools/genmake2 -mods=../code -of |
104 |
../../../tools/build_options/linux_ia\ |
../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
|
64_ifort+mpi_altix_nas |
|
105 |
make depend |
make depend |
106 |
make -j |
make -j |
107 |
|
|
115 |
\rm pickup* data.pkg data.seaice data.exf_clim data.exf data bathy_Hmin50.bin |
\rm pickup* data.pkg data.seaice data.exf_clim data.exf data bathy_Hmin50.bin |
116 |
\rm *192_94* *cs32* *.m lev* tren* job_c* job_altix150 job_altix92_54t |
\rm *192_94* *cs32* *.m lev* tren* job_c* job_altix150 job_altix92_54t |
117 |
ln -sf ../../../../run_template/pickup.0000000216.cube38 pickup.0000000216 |
ln -sf ../../../../run_template/pickup.0000000216.cube38 pickup.0000000216 |
118 |
ln -sf ../../../../run_template/pickup_seaice.0000000216.cube38 |
ln -sf ../../../../run_template/pickup_seaice.0000000216.cube38 pickup_seaice.0000000216 |
|
pickup_seaice.\ |
|
|
0000000216 |
|
119 |
\cp ../build/mitgcmuv . |
\cp ../build/mitgcmuv . |
120 |
qsub job_altix |
qsub job_altix |
121 |
|
|