Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- MITgcm_contrib/enderton/Diagnostics/DiagFieldParamA.m 2005/04/29 17:34:38 1.6
+++ MITgcm_contrib/enderton/Diagnostics/DiagFieldParamA.m 2005/06/28 21:33:51 1.7
@@ -18,6 +18,14 @@
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];
@@ -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];
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |