| 12 |
having to link netcdf library with MITgcm code. See |
having to link netcdf library with MITgcm code. See |
| 13 |
respective README files in each directory for details. |
respective README files in each directory for details. |
| 14 |
|
|
| 15 |
|
Instructions for CFC-11 computations are in |
| 16 |
|
cvs co -r release1_50yr MITgcm_code |
| 17 |
|
cvs co -r release1_50yr MITgcm/verification/global_with_CFC11 |
| 18 |
|
MITgcm/verification/global_with_CFC11/README |
| 19 |
|
|
| 20 |
|
|
| 21 |
|
Notes and problems: |
| 22 |
|
=================== |
| 23 |
|
|
| 24 |
|
there is problem generating ECCO_MaskAreaBathy.nc on columbia |
| 25 |
|
works OK on nireas |
| 26 |
|
|
| 27 |
|
variable global_mean_conc in 0D output from mk_output.F is |
| 28 |
|
screwed up |
| 29 |
|
|
| 30 |
|
|
| 31 |
|
|
| 32 |
=============================================== |
=============================================== |
| 33 |
First check that pkg/ptracers works OK by using |
First check that pkg/ptracers works OK by using |
| 184 |
This assumes that the appropriate libnetcdf.a exists |
This assumes that the appropriate libnetcdf.a exists |
| 185 |
and that it be specified in the genmake2 option file. |
and that it be specified in the genmake2 option file. |
| 186 |
It also assumes that surface forcing files are available |
It also assumes that surface forcing files are available |
| 187 |
in /nobackup2/menemenl/ocmip/iter69 |
in MITgcm/../iter69 |
| 188 |
========================================================== |
========================================================== |
| 189 |
|
|
| 190 |
cd MITgcm/exe |
cd MITgcm/exe |
| 194 |
\cp ../ocean_inversion_project/code_ecco1x1/* . |
\cp ../ocean_inversion_project/code_ecco1x1/* . |
| 195 |
\cp ../ocean_inversion_project/write_netCDF/* . |
\cp ../ocean_inversion_project/write_netCDF/* . |
| 196 |
\rm mk_output.F |
\rm mk_output.F |
| 197 |
\cp SIZE.h.144 SIZE.h |
\cp SIZE.h.96 SIZE.h |
| 198 |
../tools/genmake2 -of linux_ia64_efc+mpi_altix |
../tools/genmake2 -of linux_ia64_efc+mpi_altix |
| 199 |
make depend |
make depend |
| 200 |
make -j 16 |
make -j 16 |
| 201 |
cd ../exe |
cd ../exe |
| 202 |
\cp ../ocean_inversion_project/input_ecco1x1/* . |
\cp ../ocean_inversion_project/input_ecco1x1/* . |
| 203 |
ln -sf /nobackup2/menemenl/ocmip/iter69/* . |
ln -sf ../../iter69/* . |
| 204 |
ln -sf ../ocean_inversion_project/region_mask/30reg_regionmask.bin . |
ln -sf ../ocean_inversion_project/region_mask/30reg_regionmask.bin . |
| 205 |
ln -sf ../ocean_inversion_project/takahashi/taka02_montlhy.bin . |
ln -sf ../ocean_inversion_project/takahashi/taka02_montlhy.bin . |
| 206 |
ln -sf ../ocean_inversion_project/atm_co2/splco2_cis92a.dat . |
ln -sf ../ocean_inversion_project/atm_co2/splco2_cis92a.dat . |
| 208 |
|
|
| 209 |
|
|
| 210 |
========================================================== |
========================================================== |
| 211 |
|
Instructions for carrying out 3000-year quasi-stationary |
| 212 |
|
integration using the ecco1x1 configuration and netcdf |
| 213 |
|
output on columbia. |
| 214 |
|
This assumes that the appropriate libnetcdf.a exists |
| 215 |
|
and that it be specified in the genmake2 option file. |
| 216 |
|
It also assumes that surface forcing files are available |
| 217 |
|
in MITgcm/../iter69 |
| 218 |
|
========================================================== |
| 219 |
|
|
| 220 |
|
cd MITgcm/exe |
| 221 |
|
\rm * |
| 222 |
|
cd ../bin |
| 223 |
|
\rm * |
| 224 |
|
\cp ../ocean_inversion_project/code_ecco1x1/* . |
| 225 |
|
\cp ../ocean_inversion_project/write_netCDF/* . |
| 226 |
|
\rm mk_output.F |
| 227 |
|
\cp SIZE.h.96 SIZE.h |
| 228 |
|
\cp PTRACERS_OPTIONS.h.stationary PTRACERS_OPTIONS.h |
| 229 |
|
../tools/genmake2 -of linux_ia64_efc+mpi_altix |
| 230 |
|
make depend |
| 231 |
|
make -j 16 |
| 232 |
|
cd ../exe |
| 233 |
|
\cp ../ocean_inversion_project/input_ecco1x1/* . |
| 234 |
|
\ln -sf ../../iter69/* . |
| 235 |
|
\ln -sf ../ocean_inversion_project/region_mask/30reg_regionmask.bin . |
| 236 |
|
\ln -sf ../ocean_inversion_project/takahashi/taka02_montlhy.bin . |
| 237 |
|
qsub job01s |
| 238 |
|
|
| 239 |
|
|
| 240 |
|
========================================================== |
| 241 |
|
Instructions for generating netcdf output files on columbia |
| 242 |
|
========================================================== |
| 243 |
|
|
| 244 |
|
cd ocean_inversion_project/write_netCDF |
| 245 |
|
setenv F_UFMTENDIAN big |
| 246 |
|
|
| 247 |
|
(check that defaults in mk_output.F are appropriate) |
| 248 |
|
|
| 249 |
|
ifort -assume byterecl -W0 -WB mk_output.F write_nc_phys.F nc_util.F \ |
| 250 |
|
handle_errors.F write_nc_basisfnctns.F \ |
| 251 |
|
write_nc_diag_0D.F write_nc_diag_2D.F \ |
| 252 |
|
-I/u/menemenl/software/netcdf-3.5.0/include \ |
| 253 |
|
-L/u/menemenl/software/netcdf-3.5.0/lib -lnetcdf |
| 254 |
|
./a.out |
| 255 |
|
|
| 256 |
|
|
| 257 |
|
========================================================== |
| 258 |
Instructions for generating netcdf output files on orion |
Instructions for generating netcdf output files on orion |
| 259 |
========================================================== |
========================================================== |
| 260 |
|
|
| 268 |
write_nc_diag_0D.F write_nc_diag_2D.F \ |
write_nc_diag_0D.F write_nc_diag_2D.F \ |
| 269 |
-I/u2/dmenem/software/netcdf-3.5.0/include \ |
-I/u2/dmenem/software/netcdf-3.5.0/include \ |
| 270 |
-L/u2/dmenem/software/netcdf-3.5.0/lib -lnetcdf |
-L/u2/dmenem/software/netcdf-3.5.0/lib -lnetcdf |
| 271 |
a.out |
./a.out |
| 272 |
|
|
| 273 |
|
|
| 274 |
====================================================== |
====================================================== |