/[MITgcm]/MITgcm/pkg/mnc/README.txt
ViewVC logotype

Diff of /MITgcm/pkg/mnc/README.txt

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

revision 1.8 by edhill, Sun Jan 25 00:22:57 2004 UTC revision 1.9 by edhill, Tue Jan 27 05:47:32 2004 UTC
# Line 66  using a simple interface such as: Line 66  using a simple interface such as:
66    ...    ...
67    MNC_VAR_READ(          myThid, fname, vname, var )    MNC_VAR_READ(          myThid, fname, vname, var )
68    
69      MNC_FILE_SYNC(         myThid, fname )
70    MNC_FILE_CLOSE(        myThid, fname )    MNC_FILE_CLOSE(        myThid, fname )
71    
72    
73  Heres a further "convenience wrapper" written on top of the above UI:  Heres a further "convenience wrapper" written on top of the above UI:
74    
75    MNC_UGRID_INIT(        myThid, ugname, Htype, Hsub, Vtype, Ttype )    MNC_CW_INIT(  myThid, Gtype, Htype, Hsub, Vtype, Ttype, wHalo )
76    
77      with pre-defined individual          -      xy    -      -      with pre-defined           -      xy    -      -      n
78      types and combinations:              U      x     c      t      combinations:              U      x     c      t      y
79                                           V      y     i      'Cen_xy_c_t_Hn'            V      y     i
80      'U_xy_i_t' or 'Cor_x_-_-'            Cen      'U_xy_i_t_Hn',             Cen
81                                           Cor      'Cor_x_-_-_Hy'             Cor
   
   MNC_UGRID_W_VAR(       myThid, myIter, fbase,bi,bj, ugname, 'RX', var )  
82    
83      MNC_CW_WRITE( myThid,myIter, filebn,bi,bj, Gtype, RX, vname, var )
84      MNC_CW_READ(  myThid,myIter, filebn,bi,bj, Gtype, RX, vname, var )
85    
86    
87    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.22