--- MITgcm_contrib/high_res_cube/README.cs510 2007/07/25 01:53:25 1.18 +++ MITgcm_contrib/high_res_cube/README.cs510 2007/08/10 16:14:50 1.23 @@ -8,6 +8,8 @@ UPDATES +August 9, 2007. Cube74 +August 6, 2007. Cube73 July 24, 2007. Cube72 July 8, 2007. Cube66: SEAICE_MULTICATEGORY, SEAICE_VARIABLE_FREEZING_POINT, rhonil=1027.5, [temp/salt]AdvScheme=7, convertFW2Salt=-1, LSR_ERROR=1e-6 @@ -24,8 +26,8 @@ # Example below is for cube65 on /nobackup2a/menemenl cd /nobackup2a/menemenl -mkdir cube72 -cd cube72 +mkdir cube74 +cd cube74 ln -sf ../run_template . ln -sf ../ncep_rgau . ln -sf ../era40_ecmwf_blend . @@ -68,11 +70,37 @@ \rm * \cp ../../MITgcm_contrib/high_res_cube/input/* . ln -sf ../../run_template/* . -\rm pickup* *192_94* *.m D*1 E* G*all.bin L* W* h*[6-7] +\rm pickup* *192_94* *.m D*1 E* G*all.bin L* W*10.bin h*[6-7] PHC*JAN* \mv data.exf_hr data.exf \mv data_hr data -ln -sf ../../run_template/pickup.0000000216.cube71 pickup.0000000216 -ln -sf ../../run_template/pickup_seaice.0000000216.cube66 pickup_seaice.0000000216 +ln -sf ../../run_template/pickup.0000000216.cube74 pickup.0000000216 +ln -sf ../../run_template/pickup_seaice.0000000216.cube74 pickup_seaice.0000000216 \cp ../build/mitgcmuv . -\mv job_altix cube72 -qsub cube72 +\mv job_altix cube74 +qsub cube74 + + +########################################################################## +# generating initial pickup files for cube74 + +data.cal +# start on December 30 because of bug that does +# not allow a January 1, hour 0 start + startDate_1=19881230, + +data +# run for 4 days with 2-min time step + niter0=0, + endtime=345600., + deltaT=120., + pChkptFreq=345600., + monitorFreq=1., + +data.seaice +# set SEAICE_salinity to 33 to avoid initialization schock if +# ice is created or melts during first time step + HeffFile = 'heff_file8', + SEAICE_salinity = 33., + +\mv pickup.0000002880.data ../../run_template/pickup.0000000216.cube74 +\mv pickup_seaice.0000002880.data ../../run_template/pickup_seaice.0000000216.cube74