; ; Use @analyse_changecorr ; ; Computes changes in correlations between MXD and end-of-July ; moisture deficit, and temperature and precipitation (and the change in ; partial correlations too!). ; ; (1) Correlations over 1901-1950 (where data is available) ; ; First generate modified program to compute early period ; spawn,'sed -f corr_early.sedscript analyse_mxdmoncorr.pro > dumdum.pro' ; ; Now run it ; .run dumdum ; ; (1) Correlations over 1935-1984 (where data is available) ; ; First generate modified program to compute late period ; spawn,'sed -f corr_late.sedscript analyse_mxdmoncorr.pro > dumdum.pro' ; ; Now run it ; .run dumdum