| 1 |
For interactive session, Ivy Bridge nodes: |
For interactive session, Ivy Bridge nodes: |
| 2 |
qsub -I -q devel -l select=24:ncpus=20:model=ivy,walltime=02:00:00 |
qsub -I -q devel -l select=24:ncpus=20:model=ivy,walltime=02:00:00 -m abe -M menemenlis@jpl.nasa.gov |
| 3 |
qsub -I -q long -l select=80:ncpus=20:model=ivy,walltime=120:00:00 |
qsub -I -q long -l select=80:ncpus=20:model=ivy,walltime=120:00:00 -m abe -M menemenlis@jpl.nasa.gov |
| 4 |
qsub -I -q long -l select=:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 |
qsub -I -q long -l select=:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 |
| 5 |
|
|
| 6 |
For batch submission: |
For batch submission: |
| 29 |
cd ../run |
cd ../run |
| 30 |
ln -sf ../build/mitgcmuv . |
ln -sf ../build/mitgcmuv . |
| 31 |
ln -sf /nobackup/dmenemen/tarballs/llc_1080/run_template/* . |
ln -sf /nobackup/dmenemen/tarballs/llc_1080/run_template/* . |
| 32 |
ln -sf /nobackup/dmenemen/forcing/era_interim/EIG_*_2* . |
#ln -sf /nobackup/dmenemen/forcing/era_interim/EIG_*_2* . |
| 33 |
ln -sf /nobackup/dmenemen/forcing/era_interim_corrected/EIG_dlw_sub5p_2* . |
#ln -sf /nobackup/dmenemen/forcing/era_interim_corrected/EIG_dlw_sub5p_2* . |
| 34 |
|
ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* . |
| 35 |
cp ../../MITgcm_contrib/llc_hires/llc_1080/input/* . |
cp ../../MITgcm_contrib/llc_hires/llc_1080/input/* . |
| 36 |
mv data.exch2_90x90x1342 data.exch2 |
mv data.exch2_90x90x1342 data.exch2 |
| 37 |
mpiexec -n 1600 ./mitgcmuv |
mpiexec -n 1600 ./mitgcmuv |
| 40 |
|
|
| 41 |
look at output |
look at output |
| 42 |
|
|
| 43 |
for ts=[1920:240:8880] |
for ts=[50760] |
| 44 |
fld=quikread_llc(['Eta.' myint2str(ts,10) '.data'],1080); |
fld=quikread_llc(['Eta.' myint2str(ts,10) '.data'],1080); |
| 45 |
clf,quikplot_llc(fld),caxis([-2.5 2]),thincolorbar |
clf,quikplot_llc(fld),caxis([-2.5 2]),thincolorbar |
| 46 |
title(ts) |
title(ts) |
| 47 |
pause(.1) |
pause(.1) |
| 48 |
end |
end |
| 49 |
|
|
| 50 |
ts=14040; |
ts=50760; |
| 51 |
for fld={'S','T','U','V','W','HEFF'} |
for fld={'S''T','U','V','W','HEFF'} |
| 52 |
tmp=quikread_llc([fld{1} '.' myint2str(ts,10) '.data'],1080); |
tmp=quikread_llc([fld{1} '.' myint2str(ts,10) '.data'],1080); |
| 53 |
clf,quikplot_llc(tmp),thincolorbar |
clf,quikplot_llc(tmp),thincolorbar |
| 54 |
title(fld{1}) |
title(fld{1}) |