--- MITgcm_contrib/enderton/Diagnostics/DiagFieldParamA.m 2005/02/02 16:20:12 1.3 +++ MITgcm_contrib/enderton/Diagnostics/DiagFieldParamA.m 2005/03/21 16:40:30 1.4 @@ -23,17 +23,25 @@ TempcontourA = [250:10:500]; UunitsA = 'm/s'; -UrangeA = [-45,45]; -UcontourA = [-45:5:45]; +UrangeA = [-60,60]; +UcontourA = [-60:5:60]; + +fizhi_UunitsA = 'm/s'; +fizhi_UrangeA = [-60,60]; +fizhi_UcontourA = [-60:5:60]; uVelunitsA = 'm/s'; -uVelrangeA = [-45,45]; -uVelcontourA = [-45:5:45]; +uVelrangeA = [-60,60]; +uVelcontourA = [-60:5:60]; VunitsA = 'm/s'; VrangeA = [-15,15]; VcontourA = [-15:.5:15]; +fizhi_VunitsA = 'm/s'; +fizhi_VrangeA = [-15,15]; +fizhi_VcontourA = [-15:.5:15]; + vVelunitsA = 'm/s'; vVelrangeA = [-15,15]; vVelcontourA = [-15:.5:15]; @@ -158,4 +166,4 @@ EmPunitsA = 'gm^{-2}s^{-1}'; EmPrangeA = [-.1,.12]; -EmPcontourA = [-.1:.01:.12]; \ No newline at end of file +EmPcontourA = [-.1:.01:.12];