Global Index (short | long) | Local contents | Local Index (short | long)
This script calls | |
---|---|
cd /home/disk/hayes/dvimont/ccm3.6/data/GR filin = 'gr_warm_sst.nc'; nc = netcdf(filin, 'nowrite'); sstw = nc{'SST'}(:); lat = nc{'lat'}(:); lon = nc{'lon'}(:); nc = close(nc); cd /home/disk/hayes/dvimont/ccm3.6/data filin = 'T42M5079.nc'; nc = netcdf(filin, 'nowrite'); sstclim = nc{'SST'}(:); nc = close(nc); get_global define_global figure(1) orient landscape gcont(squeeze(sstw(1,:,:) - sstclim(1,:,:)), [-2:.1:2]); dc title('SSTA used for GR_WARM runs'); xlabel('Contour Interval: 0.1 K'); cd /home/disk/tao/dvimont/matlab/CCM/GR/GR_Plots