Question

From: Ventrice, Michael J <mventrice_at_nyahnyahspammersnyahnyah>
Date: Thu Apr 12 2012 - 10:09:00 MDT

Hi,

I'm wondering if it is possible to change the different geographical location strings when plotting the RMM Phase space diagram plot that has been made available,

http://www.ncl.ucar.edu/Document/Functions/Diagnostics/mjo_phase_background.shtml

Further, we believe that you may need to add a new variable using the sqrt() function to the script named mjoclivar_14.ncl when trying to plot the "MJO Strong Index" x-y plot.

  Original:

  mjo_ts_index = eof_ts_cdata(0,:)^2 + eof_ts_cdata(1,:)^2

   Suggested New Variable:

   sqrt_mjo_ts_index = sqrt(eof_ts_cdata(0,:)^2 + eof_ts_cdata(1,:)^2)

    You would need to take the 91 day running average of the new variable, and change the original variable to the new variable in the "MJO Strong Index" part of the script towards the bottom.

Best,
Mike

--
Michael J. Ventrice
Department of Atmospheric and Environmental Sciences
University at Albany, New York, ES 218
MVentrice@albany.edu<mailto:MVentrice@albany.edu>
Mike.Ventrice@gmail.com<mailto:Mike.Ventrice@gmail.com>
http://mikeventrice.weebly.com/index.html

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Apr 12 10:09:18 2012

This archive was generated by hypermail 2.1.8 : Fri Apr 13 2012 - 13:37:52 MDT