#!/bin/csh
# gridit

source ./plt.cfg

#mbgrid -I$DATALIST -O$etopo1Name $Range -C5 -V -E120/120 -A1 -S.1 -N
grdcut /shares/archive/ETOPO1/negETOPO1_Ice_g_gmt4.grd -G$etopo1Name.grd -V $Range

grd2cpt $etopo1Name.grd -I -V -C./haxby-mbsys.cpt > $etopo1Name.cpt
#grd2cpt $etopo1Name.grd -I -V -Chaxby > $etopo1Name.cpt

mbm_grdplot -I$etopo1Name.grd -G1 -O$etopo1Name.grd -V -D -C
$etopo1Name.grd.cmd

#mbm_grdplot -I$etopo1Name.grd -G5 -OSl$etopo1Name -V -S1/1 -D1/1
#Sl$etopo1Name.cmd
