--- MITgcm_contrib/ocean_inversion_project/README 2004/11/20 14:40:47 1.27 +++ MITgcm_contrib/ocean_inversion_project/README 2005/05/04 23:47:17 1.29 @@ -179,7 +179,7 @@ This assumes that the appropriate libnetcdf.a exists and that it be specified in the genmake2 option file. It also assumes that surface forcing files are available -in /nobackup2/menemenl/ocmip/iter69 +in MITgcm/../iter69 ========================================================== cd MITgcm/exe @@ -203,6 +203,36 @@ ========================================================== +Instructions for carrying out 3000-year quasi-stationary +integration using the ecco1x1 configuration and netcdf +output on columbia. +This assumes that the appropriate libnetcdf.a exists +and that it be specified in the genmake2 option file. +It also assumes that surface forcing files are available +in MITgcm/../iter69 +========================================================== + + cd MITgcm/exe + \rm * + cd ../bin + \rm * + \cp ../ocean_inversion_project/code_ecco1x1/* . + \cp ../ocean_inversion_project/write_netCDF/* . + \rm mk_output.F + \cp SIZE.h.96 SIZE.h + \cp PTRACERS_OPTIONS.h.stationary PTRACERS_OPTIONS.h + ../tools/genmake2 -of linux_ia64_efc+mpi_altix + make depend + make -j 16 + cd ../exe + \cp ../ocean_inversion_project/input_ecco1x1/* . + \ln -sf ../../iter69/* . + \ln -sf ../ocean_inversion_project/region_mask/30reg_regionmask.bin . + \ln -sf ../ocean_inversion_project/takahashi/taka02_montlhy.bin . + qsub job01s + + +========================================================== Instructions for generating netcdf output files on columbia ========================================================== @@ -211,7 +241,7 @@ (check that defaults in mk_output.F are appropriate) -efc -W0 -WB mk_output.F write_nc_phys.F nc_util.F \ +ifort -assume byterecl -W0 -WB mk_output.F write_nc_phys.F nc_util.F \ handle_errors.F write_nc_basisfnctns.F \ write_nc_diag_0D.F write_nc_diag_2D.F \ -I/u/menemenl/software/netcdf-3.5.0/include \