--- MITgcm_contrib/enderton/Diagnostics/DiagFieldParamA.m 2005/01/31 15:43:26 1.1 +++ MITgcm_contrib/enderton/Diagnostics/DiagFieldParamA.m 2005/02/02 15:38:21 1.2 @@ -1,3 +1,15 @@ +ActTunitsA = 'K'; +ActTrangeA = [190,310]; +ActTcontourA = [190:10:310]; + +ETAunitsA = 'hPa'; +ETArangeA = [-25,35]; +ETAcontourA = [-25:5:35]; + +MoiPTcunitsA = 'K'; +MoiPTcrangeA = [275,500]; +MoiPTccontourA = [275:25:500]; + SunitsA = 'g/kg'; SrangeA = [0,17]; ScontourA = [0:1:17]; @@ -14,22 +26,22 @@ UrangeA = [-45,45]; UcontourA = [-45:5:45]; -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]; +VunitsA = 'm/s'; +VrangeA = [-15,15]; +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 +50,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];