/[MITgcm]/MITgcm_contrib/gael/matlab_class/gcmfaces_misc/convertR4toR4nonan.m
ViewVC logotype

Diff of /MITgcm_contrib/gael/matlab_class/gcmfaces_misc/convertR4toR4nonan.m

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

revision 1.1 by gforget, Wed Feb 10 14:47:46 2010 UTC revision 1.2 by gforget, Thu Jun 23 19:02:47 2011 UTC
# Line 1  Line 1 
1  function []=convertR4toR4nonan(fileIn,fileOut);  function []=convertR4toR4nonan(fileIn,fileOut);
2    %object:        read R4 fileIn, replace NaN with 0, write R4 fileOut
3    %inputs:        fileIn and fileOut
4    
5  tmp1=dir(fileIn);  tmp1=dir(fileIn);
6  tmp1=tmp1.bytes/4;  tmp1=tmp1.bytes/4;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22