56 |
|
|
57 |
diff PTRACER01.0000000020.001.001.data S.0000000020.001.001.data |
diff PTRACER01.0000000020.001.001.data S.0000000020.001.001.data |
58 |
diff PTRACER30.0000000020.001.001.data S.0000000020.001.001.data |
diff PTRACER30.0000000020.001.001.data S.0000000020.001.001.data |
59 |
|
diff PTRtave30.0000000020.001.001.data Stave.0000000020.001.001.data |
60 |
|
diff PTRtave30.0000000020.001.001.data Stave.0000000020.001.001.data |
61 |
|
|
62 |
|
|
63 |
========================================================== |
========================================================== |
64 |
Instructions for carrying out a 3000-year quasi-stationary |
MPI instructions for carrying out a 3000-year quasi-stationary |
65 |
integration using the global_ocean.90x40x15 configuration. |
integration using the global_ocean.90x40x15 configuration. |
66 |
========================================================== |
========================================================== |
67 |
|
|
70 |
cd ../bin |
cd ../bin |
71 |
rm * |
rm * |
72 |
cp ../verification/global_with_exf/code/* . |
cp ../verification/global_with_exf/code/* . |
|
cp ../ocean_inversion_project/code/.genmakerc . |
|
73 |
cp ../ocean_inversion_project/code/* . |
cp ../ocean_inversion_project/code/* . |
74 |
rm PTRACERS_OPTIONS.h |
rm PTRACERS_OPTIONS.h |
75 |
|
cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h |
76 |
|
cp SIZE.h_mpi SIZE.h |
77 |
../tools/genmake2 |
../tools/genmake2 |
78 |
(on orion: ../tools/genmake2 -of linux_ia64_efc+mpi) |
(on orion: ../tools/genmake2 -of linux_ia64_efc+mpi) |
79 |
make depend |
make depend |
86 |
cp ../ocean_inversion_project/input/* . |
cp ../ocean_inversion_project/input/* . |
87 |
ln -sf ../ocean_inversion_project/region_mask/30reg_regionmask.bin . |
ln -sf ../ocean_inversion_project/region_mask/30reg_regionmask.bin . |
88 |
ln -sf ../ocean_inversion_project/takahashi/taka02_montlhy.bin . |
ln -sf ../ocean_inversion_project/takahashi/taka02_montlhy.bin . |
89 |
mitgcmuv > output .txt & |
mpirun -np 24 dplace -s1 -c3-38 mitgcmuv < /dev/null > & ! errlog & |
90 |
|
|
91 |
|
|
92 |
========================================================== |
========================================================== |
93 |
MPI instructions for carrying out a 3000-year quasi-stationary |
Instructions for carrying out time-dependent, 1765-2005, |
94 |
integration using the global_ocean.90x40x15 configuration. |
anthropogenic carbon perturbation tracer experiments using |
95 |
|
the global_ocean.90x40x15 configuration. |
96 |
========================================================== |
========================================================== |
97 |
|
|
98 |
cd MITgcm/exe |
cd MITgcm/exe |
100 |
cd ../bin |
cd ../bin |
101 |
rm * |
rm * |
102 |
cp ../verification/global_with_exf/code/* . |
cp ../verification/global_with_exf/code/* . |
|
cp ../ocean_inversion_project/code/.genmakerc . |
|
103 |
cp ../ocean_inversion_project/code/* . |
cp ../ocean_inversion_project/code/* . |
|
rm PTRACERS_OPTIONS.h |
|
|
cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h |
|
|
cp SIZE.h_mpi SIZE.h |
|
104 |
../tools/genmake2 |
../tools/genmake2 |
105 |
(on orion: ../tools/genmake2 -of linux_ia64_efc+mpi) |
(on orion: ../tools/genmake2 -of linux_ia64_efc+mpi) |
106 |
make depend |
make depend |
111 |
cp ../verification/global_with_exf/input/POLY3.COEFFS . |
cp ../verification/global_with_exf/input/POLY3.COEFFS . |
112 |
ln -sf ../verification/global_with_exf/input/*.bin . |
ln -sf ../verification/global_with_exf/input/*.bin . |
113 |
cp ../ocean_inversion_project/input/* . |
cp ../ocean_inversion_project/input/* . |
114 |
|
cp data.1765-2005 data |
115 |
ln -sf ../ocean_inversion_project/region_mask/30reg_regionmask.bin . |
ln -sf ../ocean_inversion_project/region_mask/30reg_regionmask.bin . |
116 |
ln -sf ../ocean_inversion_project/takahashi/taka02_montlhy.bin . |
ln -sf ../ocean_inversion_project/takahashi/taka02_montlhy.bin . |
117 |
mpirun -np 36 dplace -s1 -c3-38 mitgcmuv < /dev/null > & ! errlog & |
ln -sf ../ocean_inversion_project/atm_co2/splco2_cis92a.dat . |
118 |
|
mitgcmuv > output .txt & |
119 |
|
|
120 |
|
|
121 |
========================================================== |
========================================================== |
122 |
Instructions for carrying out time-dependent, 1765-2005, |
Instructions for carrying out time-dependent, 1765-2005, |
123 |
anthropogenic carbon perturbation tracer experiments using |
anthropogenic carbon perturbation tracer experiments using |
124 |
the global_ocean.90x40x15 configuration. |
global_ocean.90x40x15 configuration and netcdf output. |
125 |
|
This assumes that the appropriate libnetcdf.a exists |
126 |
|
and that it be specified in the genmake2 option file. |
127 |
========================================================== |
========================================================== |
128 |
|
|
129 |
cd MITgcm/exe |
cd MITgcm/exe |
131 |
cd ../bin |
cd ../bin |
132 |
rm * |
rm * |
133 |
cp ../verification/global_with_exf/code/* . |
cp ../verification/global_with_exf/code/* . |
|
cp ../ocean_inversion_project/code/.genmakerc . |
|
134 |
cp ../ocean_inversion_project/code/* . |
cp ../ocean_inversion_project/code/* . |
135 |
../tools/genmake2 |
cp PTRACERS_OPTIONS.h.netcdf PTRACERS_OPTIONS.h |
136 |
(on orion: ../tools/genmake2 -of linux_ia64_efc+mpi) |
cp ../ocean_inversion_project/write_netCDF/* . |
137 |
|
|
138 |
|
### need customized option file; example below is for nireas |
139 |
|
../tools/genmake2 -of linux_ia32_g77_netcdf |
140 |
|
|
141 |
make depend |
make depend |
142 |
make |
make |
143 |
cd ../exe |
cd ../exe |