1 |
Instructions for setting up a cube-sphere integration with sea-ice. |
Instructions for setting up a cube-sphere integration with sea-ice. |
2 |
|
|
3 |
|
================= |
4 |
|
UPDATES |
5 |
|
|
6 |
|
October 15, 2006: 216-CPU code for cube40 |
7 |
|
|
8 |
September 28, 2006: 216-CPU code for cube38 |
September 28, 2006: 216-CPU code for cube38 |
9 |
|
|
10 |
September 4, 2006 |
September 4, 2006 |
12 |
verification/tutorial_held_suarez_cs/input instead of |
verification/tutorial_held_suarez_cs/input instead of |
13 |
tile* files from verification/global_ocean.cs32x15/input |
tile* files from verification/global_ocean.cs32x15/input |
14 |
|
|
15 |
August 8, 2006 |
August 8, 2006: 216-CPU code and input used for cube37 |
|
216-CPU code and input used for integrating cube37 |
|
16 |
using "June 10, 2006" MITgcm code. |
using "June 10, 2006" MITgcm code. |
17 |
|
|
18 |
for online T/S profile diagnostics all that is needed is |
for online T/S profile diagnostics all that is needed is |
25 |
########################################################################## |
########################################################################## |
26 |
########################################################################## |
########################################################################## |
27 |
# getting the code from anonymous CVS server |
# getting the code from anonymous CVS server |
28 |
|
# |
29 |
|
|
30 |
|
bash or sh shell: |
31 |
|
$ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' |
32 |
|
$ cvs login |
33 |
|
( enter the CVS password: "cvsanon" ) |
34 |
|
|
35 |
|
tcsh or csh shell: |
36 |
|
$ setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack' |
37 |
|
$ cvs login |
38 |
|
( enter the CVS password: "cvsanon" ) |
39 |
|
|
40 |
cvs co MITgcm_contrib/high_res_cube/README_ice |
cvs co MITgcm_contrib/high_res_cube/README_ice |
41 |
cvs co MITgcm_contrib/high_res_cube/code-mods |
cvs co MITgcm_contrib/high_res_cube/code-mods |
104 |
|
|
105 |
cd ../build |
cd ../build |
106 |
\rm * |
\rm * |
107 |
../../../tools/genmake2 -mods=../code -of |
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
|
../../../tools/build_options/linux_ia\ |
|
|
64_ifort+mpi_altix_nas |
|
108 |
make depend |
make depend |
109 |
make -j |
make -j |
110 |
|
|
118 |
\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 |
119 |
\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 |
120 |
ln -sf ../../../../run_template/pickup.0000000216.cube38 pickup.0000000216 |
ln -sf ../../../../run_template/pickup.0000000216.cube38 pickup.0000000216 |
121 |
ln -sf ../../../../run_template/pickup_seaice.0000000216.cube38 |
ln -sf ../../../../run_template/pickup_seaice.0000000216.cube38 pickup_seaice.0000000216 |
|
pickup_seaice.\ |
|
|
0000000216 |
|
122 |
\cp ../build/mitgcmuv . |
\cp ../build/mitgcmuv . |
123 |
qsub job_altix |
qsub job_altix |
124 |
|
|