| 179 |
This assumes that the appropriate libnetcdf.a exists |
This assumes that the appropriate libnetcdf.a exists |
| 180 |
and that it be specified in the genmake2 option file. |
and that it be specified in the genmake2 option file. |
| 181 |
It also assumes that surface forcing files are available |
It also assumes that surface forcing files are available |
| 182 |
in /nobackup2/menemenl/ocmip/iter69 |
in MITgcm/../iter69 |
| 183 |
========================================================== |
========================================================== |
| 184 |
|
|
| 185 |
cd MITgcm/exe |
cd MITgcm/exe |
| 203 |
|
|
| 204 |
|
|
| 205 |
========================================================== |
========================================================== |
| 206 |
|
Instructions for carrying out 3000-year quasi-stationary |
| 207 |
|
integration using the ecco1x1 configuration and netcdf |
| 208 |
|
output on columbia. |
| 209 |
|
This assumes that the appropriate libnetcdf.a exists |
| 210 |
|
and that it be specified in the genmake2 option file. |
| 211 |
|
It also assumes that surface forcing files are available |
| 212 |
|
in MITgcm/../iter69 |
| 213 |
|
========================================================== |
| 214 |
|
|
| 215 |
|
cd MITgcm/exe |
| 216 |
|
\rm * |
| 217 |
|
cd ../bin |
| 218 |
|
\rm * |
| 219 |
|
\cp ../ocean_inversion_project/code_ecco1x1/* . |
| 220 |
|
\cp ../ocean_inversion_project/write_netCDF/* . |
| 221 |
|
\rm mk_output.F |
| 222 |
|
\cp SIZE.h.96 SIZE.h |
| 223 |
|
\cp PTRACERS_OPTIONS.h.stationary PTRACERS_OPTIONS.h |
| 224 |
|
../tools/genmake2 -of linux_ia64_efc+mpi_altix |
| 225 |
|
make depend |
| 226 |
|
make -j 16 |
| 227 |
|
cd ../exe |
| 228 |
|
\cp ../ocean_inversion_project/input_ecco1x1/* . |
| 229 |
|
\ln -sf ../../iter69/* . |
| 230 |
|
\ln -sf ../ocean_inversion_project/region_mask/30reg_regionmask.bin . |
| 231 |
|
\ln -sf ../ocean_inversion_project/takahashi/taka02_montlhy.bin . |
| 232 |
|
qsub job01s |
| 233 |
|
|
| 234 |
|
|
| 235 |
|
========================================================== |
| 236 |
Instructions for generating netcdf output files on columbia |
Instructions for generating netcdf output files on columbia |
| 237 |
========================================================== |
========================================================== |
| 238 |
|
|