/[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.13 by edhill, Wed Mar 24 15:29:33 2004 UTC revision 1.14 by edhill, Sat Sep 10 18:30:07 2005 UTC
# Line 90  Heres a further "convenience wrapper" wr Line 90  Heres a further "convenience wrapper" wr
90    MNC_COMP_VTYPE_VAR( ind_vt, ind_fv_ids, ires, myThid )    MNC_COMP_VTYPE_VAR( ind_vt, ind_fv_ids, ires, myThid )
91    
92    
93    
94  To-Do:  To-Do:
95  ======  ======
96    
# Line 98  To-Do: Line 99  To-Do:
99    
100   2) UNITS -- as with the names we need to follow conventions   2) UNITS -- as with the names we need to follow conventions
101    
102   3) AM described her "diags" (or "myDiags" or "mDiags") interface   3) CNH pointed out that grid interpolation needs to be handled
     which should use MNC for output.  The data storage idea is similar  
     to the MNC tables-of-indicies approach but also includes one huge  
     double-precision "accumulator" to hold all the temporary values  
     (eg. partial sums for averages, current max/mins):  
   
       vname ( ni )  
       vlen  ( ni )  
       vind  ( ni ) ------+  
                          |  
   
       vij_diag ( i, j, [...] )  w/ lat/lon indicies  
       vgl_diag ( [...] )        wo/ lat/lon indicies (global)  
   
  4) CNH pointed out that grid interpolation needs to be handled  
103      "on-the-fly" since pre-processing would result in overly large      "on-the-fly" since pre-processing would result in overly large
104      input files.  We need an interpolation API...      input files.  We need an interpolation API...
105    
  5) From the group meeting on 2004/01/21, we need to define  
     "sub-grids" corresponding to:  
   
          var_name       HGRID       VGRID       TIME  
          ===========================================  
          u              U_xy        r_c         t  
          eta            T_xy        -           t  
          rac            T_xy        -           -  
   
     And write a convenience wrapper so that users can write variables  
     using just two function calls.  JMC and I worked out the  
     following:  
   
106    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.22