--- MITgcm_contrib/enderton/Diagnostics/DiagFieldParamA.m 2005/01/31 15:43:26 1.1 +++ MITgcm_contrib/enderton/Diagnostics/DiagFieldParamA.m 2005/03/21 16:40:30 1.4 @@ -1,35 +1,55 @@ +ActTunitsA = 'K'; +ActTrangeA = [190,310]; +ActTcontourA = [190:10:310]; + +ETAunitsA = 'hPa'; +ETArangeA = [-25,35]; +ETAcontourA = [-25:5:35]; + +ThetaEcunitsA = 'K'; +ThetaEcrangeA = [270,500]; +ThetaEccontourA = [270:10:500]; + SunitsA = 'g/kg'; SrangeA = [0,17]; ScontourA = [0:1:17]; TunitsA = 'K'; -TrangeA = [225,500]; -TcontourA = [225:25:500]; +TrangeA = [250,500]; +TcontourA = [250:10:500]; TempunitsA = 'K'; -TemprangeA = [225,500]; -TempcontourA = [225:25:500]; +TemprangeA = [250,500]; +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 = [-60,60]; +uVelcontourA = [-60:5:60]; VunitsA = 'm/s'; VrangeA = [-15,15]; VcontourA = [-15:.5:15]; -WunitsA = 'hPa/s'; -WrangeA = [-.001,.001]; -WcontourA = [-.001:.00005:.001]; - -uVelunitsA = 'm/s'; -uVelrangeA = [-45,45]; -uVelcontourA = [-45:5:45]; +fizhi_VunitsA = 'm/s'; +fizhi_VrangeA = [-15,15]; +fizhi_VcontourA = [-15:.5:15]; vVelunitsA = 'm/s'; vVelrangeA = [-15,15]; vVelcontourA = [-15:.5:15]; +WunitsA = 'hPa/s'; +WrangeA = [-.001,.001]; +WcontourA = [-.001:.00005:.001]; + wVelunitsA = 'hPa/s'; wVelrangeA = [-.00025,.00025]; wVelcontourA = [-.00025:.00005:.00025]; @@ -38,10 +58,6 @@ PsirangeA = [-140,140]; PsicontourA = [-140:20:140]; -ETAunitsA = 'hPa'; -ETArangeA = [-25,35]; -ETAcontourA = [-25:5:35]; - TstdunitsA = 'K'; TstdrangeA = [0,10]; TstdcontourA = [0:1:10]; @@ -150,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];