[Dart-dev] [4846] DART/trunk/models/wrf/matlab/map_wrf.m: better example syntax
nancy at ucar.edu
nancy at ucar.edu
Tue Apr 5 13:40:07 MDT 2011
Revision: 4846
Author: thoar
Date: 2011-04-05 13:40:07 -0600 (Tue, 05 Apr 2011)
Log Message:
-----------
better example syntax
Modified Paths:
--------------
DART/trunk/models/wrf/matlab/map_wrf.m
-------------- next part --------------
Modified: DART/trunk/models/wrf/matlab/map_wrf.m
===================================================================
--- DART/trunk/models/wrf/matlab/map_wrf.m 2011-04-05 19:35:55 UTC (rev 4845)
+++ DART/trunk/models/wrf/matlab/map_wrf.m 2011-04-05 19:40:07 UTC (rev 4846)
@@ -1,7 +1,7 @@
function h = map_wrf(fname, varname, levelindx, timeindx, copystring )
%% map_wrf creates an image of a WRF field without using the mapping toolbox.
%
-% Example using a DART-style diagnostic file, i.e.:
+%% Example using a DART-style diagnostic file, i.e.:
%
% fname = '/glade/proj3/image/hliu/200812new/cwb_icbc/12_01/Prior_Diag.nc';
% varname = 'U_d01';
@@ -13,7 +13,7 @@
% axis off;
%
%
-% Example using a WRF netCDF file:
+%% Example using a WRF netCDF file:
%
% fname = '/glade/proj3/image/hliu/ICBC_from_cwb/wrfinput_d01';
% levelindx = 10;
@@ -22,7 +22,7 @@
% worldmap; % superimpose some low-res coastlines
% axis off;
%
-% layer on the locations of some observations:
+%% layer on the locations of some observations:
%
% obsfile = 'obs_epoch_001.nc';
% ObsTypeString = 'RADIOSONDE_U_WIND_COMPONENT';
More information about the Dart-dev
mailing list