/[MITgcm]/MITgcm_contrib/gael/profilesMatlabProcessing/profiles_misc/ncgetFillVal.m
ViewVC logotype

Diff of /MITgcm_contrib/gael/profilesMatlabProcessing/profiles_misc/ncgetFillVal.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3 by roquet, Wed Apr 13 22:56:19 2011 UTC revision 1.4 by roquet, Wed Apr 20 20:26:58 2011 UTC
# Line 1  Line 1 
1  function [FillVal]=ncgetFillVal(ncid,varname);  function [FillVal]=ncgetFillVal(ncid,varname);
2  % [FillVal]=ncgetFillVal(ncid,varname)  % [FillVal]=ncgetFillVal(ncid,varname)
3  %           return the missing_value or _FillValue of varname  %           return the missing_value or _FillValue of varname
4    %  return an error if varname does not exist
5    
6  global useNativeMatlabNetcdf;  global useNativeMatlabNetcdf;
7  if isempty(useNativeMatlabNetcdf); useNativeMatlabNetcdf = ~isempty(which('netcdf.open')); end;  if isempty(useNativeMatlabNetcdf); useNativeMatlabNetcdf = ~isempty(which('netcdf.open')); end;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22