--- MITgcm_contrib/enderton/Diagnostics/DiagFieldParamA.m 2005/02/02 16:20:12 1.3 +++ MITgcm_contrib/enderton/Diagnostics/DiagFieldParamA.m 2005/06/28 21:33:51 1.7 @@ -11,32 +11,48 @@ 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]; 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 = [-15,75]; +uVelcontourA = [-15:5:75]; 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]; +vVelrangeA = [-6,6]; +vVelcontourA = [-6:.5:6]; WunitsA = 'hPa/s'; WrangeA = [-.001,.001]; @@ -47,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]; @@ -104,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]; @@ -158,4 +182,4 @@ EmPunitsA = 'gm^{-2}s^{-1}'; EmPrangeA = [-.1,.12]; -EmPcontourA = [-.1:.01:.12]; \ No newline at end of file +EmPcontourA = [-.1:.01:.12];