--- MITgcm_contrib/enderton/Diagnostics/DiagFieldParamA.m 2005/03/21 16:40:30 1.4 +++ MITgcm_contrib/enderton/Diagnostics/DiagFieldParamA.m 2005/06/28 21:33:51 1.7 @@ -11,13 +11,21 @@ ThetaEccontourA = [270:10:500]; SunitsA = 'g/kg'; -SrangeA = [0,17]; -ScontourA = [0:1:17]; +SrangeA = [0.000,0.018]; +ScontourA = [0.000:0.001:0.018]; TunitsA = 'K'; TrangeA = [250,500]; TcontourA = [250:10:500]; +TcunitsA = 'K'; +TcrangeA = [260,300]; +TccontourA = [260:4:300]; + +TEMPunitsA = 'K'; +TEMPrangeA = [-13.15,26.85]; +TEMPcontourA = [-13.15:4:26.85]; + TempunitsA = 'K'; TemprangeA = [250,500]; TempcontourA = [250:10:500]; @@ -31,8 +39,8 @@ fizhi_UcontourA = [-60:5:60]; uVelunitsA = 'm/s'; -uVelrangeA = [-60,60]; -uVelcontourA = [-60:5:60]; +uVelrangeA = [-15,75]; +uVelcontourA = [-15:5:75]; VunitsA = 'm/s'; VrangeA = [-15,15]; @@ -43,8 +51,8 @@ fizhi_VcontourA = [-15:.5:15]; vVelunitsA = 'm/s'; -vVelrangeA = [-15,15]; -vVelcontourA = [-15:.5:15]; +vVelrangeA = [-6,6]; +vVelcontourA = [-6:.5:6]; WunitsA = 'hPa/s'; WrangeA = [-.001,.001]; @@ -55,8 +63,8 @@ wVelcontourA = [-.00025:.00005:.00025]; PsiunitsA = '10^{9} kg/s'; -PsirangeA = [-140,140]; -PsicontourA = [-140:20:140]; +PsirangeA = [-240,240]; +PsicontourA = [-240:20:240]; TstdunitsA = 'K'; TstdrangeA = [0,10]; @@ -112,6 +120,14 @@ EVAPrangeA = [0,0.1]; EVAPcontourA = [0:.01:.1]; +PREACCunitsA = 'mm/day'; +PREACCrangeA = [0,12]; +PREACCcontourA = [0.5 1 2 4 8 12 16 100]; + +psgunitsA = 'mm/day'; +psgrangeA = [0,12]; +psgcontourA = [0.5 1 2 4 8 12 16 100]; + PRECNVunitsA = 'gm^{-2}s^{-1}'; PRECNVrangeA = [0,.1]; PRECNVcontourA = [0:.01:.1];