[Dart-dev] [4062] DART/trunk/models/POP/matlab/plot_grid.m: plots the T, S grid ( with gridpoint indices labelled)

nancy at ucar.edu nancy at ucar.edu
Tue Sep 22 15:52:23 MDT 2009


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20090922/05913540/attachment.html 
-------------- next part --------------
Modified: DART/trunk/models/POP/matlab/plot_grid.m
===================================================================
--- DART/trunk/models/POP/matlab/plot_grid.m	2009-09-22 21:47:20 UTC (rev 4061)
+++ DART/trunk/models/POP/matlab/plot_grid.m	2009-09-22 21:52:23 UTC (rev 4062)
@@ -1,9 +1,21 @@
 function plot_grid(fname)
-% plot_grid ... plots the ULAT,ULONG and TLAT,TLONG variables from a netcdf file.
+% plot_grid ... plots the ULAT,ULON and TLAT,TLON variables from a netcdf file.
 % 
 % fname = 'h.A1.10.nc';
 % plot_grid(fname)
 %
+
+% Data Assimilation Research Testbed -- DART
+% Copyright 2004-2009, Data Assimilation Research Section
+% University Corporation for Atmospheric Research
+% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
 ulat = nc_varget(fname,'ULAT') * 180/pi;;
 ulon = nc_varget(fname,'ULON') * 180/pi;;
 tlat = nc_varget(fname,'TLAT') * 180/pi;;


More information about the Dart-dev mailing list