Commit 3b70c65f authored by PStar User Account's avatar PStar User Account
Browse files

post dy111 and dy112

 Committer: PStar User Account <pstar@192.168.122.1>

 On branch dy111
 Changes to be committed:

	new file:   mexec_v3
	modified:   source/msubs/m_unpack_varnames.m
parent 40a89cf4
/local/users/pstar/programs/mexec_v3
\ No newline at end of file
......@@ -3,6 +3,7 @@ function var_names = m_unpack_varnames(ncfile)
% Unpack variable names from netcdf file
%If the metadata isn't passed in, then read it from the file
ncfile.name
[ncid,MEXEC.status] = mexnc('open',ncfile.name,nc_nowrite_mode);
[ndims, nvars, ngatts, record_dimension, MEXEC.status] = mexnc('INQ', ncid);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment