Documentation of fcst_2_CCM


Global Index (short | long) | Local contents | Local Index (short | long)


Help text

  fcst_2_CCM.m

  Takes a forcast of SST, and puts the anomaly over the climatology
  of oi reanalysis for 1982-1998.  The reliable forcast area is only
  in the Tropical Pacific, so this is kind of like a TOGA run.


Listing of script fcst_2_CCM



clear
cd ~dvimont/model/data

load ssta.fcst.out
ssta = ssta';
ssta = reshape(ssta, 112, 56, 11);
ssta = shiftdim(ssta, 2);

lim_ssta = [120 290 -25 30];