'open SepIC_nmme_monthly_tmp2m_anom.ctl' 'set display color white' 'c' 'exec colors' 'set gxout shaded' t=1 while(t<=6) 'set t 't 'set grads off' * 'set clevs 16 18 20 22 24 26 27 28 29 30 32' 'set ccols 0 33 35 37 43 45 47 22 24 26 27 28' 'd tmp2m' 'run cbarhov2.gs' 'draw title 2021 SepIC Lead't' Monthly Temp (deg C)' 'printim monthly_2021SepIC_tmp2m_lead't'.png' pull res 'clear' * 'set clevs -4 -3 -2 -1 -0.5 -0.25 0.25 0.5 1 2 3 4' 'set ccols 38 37 36 35 34 32 0 22 23 24 25 26 27' 'd anom' 'run cbarhov2.gs' 'draw title 2021 SepIC Lead't' Monthly TempAnom (deg C)' 'printim monthly_2021SepIC_tmp2m_anom_lead't'.png' pull res 'clear' t=t+1 endwhile * 'quit' *