sdfopen /grove3/iesuw/ccm1/CCM1-CNTROLPI-MONE2025.nc enable print northafrica.prt set grid off set t 1 set z 1 *set long and lat to North Africa coords set lat -10 40 set lon -20 60 *calculate average ts from march - may *note that since we have already limited lat and lon, *mam will be defined only for (10S-40N,20W-60E) define mam = ave(ts,t=3,t=5) *turn off grads label set grads off *display mam temp *here is where you would set contour interval *or other draw commands (like line color) d mam *draw title draw title Spring (MAM) TS over North Africa print disable print