/[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.5 by edhill, Thu Jan 8 07:24:47 2004 UTC revision 1.6 by edhill, Fri Jan 16 03:32:42 2004 UTC
# Line 82  To-Do: Line 82  To-Do:
82   1) CNH pointed out that grid interpolation needs to be handled   1) CNH pointed out that grid interpolation needs to be handled
83      "on-the-fly" since pre-processing would result in overly large      "on-the-fly" since pre-processing would result in overly large
84      input files.  We need an interpolation API...      input files.  We need an interpolation API...
85    
86     2) AM described her "diags" (or "myDiags" or "mDiags") interface
87        which should use MNC for output.  The data storage idea is similar
88        to the MNC tables-of-indicies approach but also includes one huge
89        double-precision "accumulator" to hold all the temporary values
90        (eg. partial sums for averages, current max/mins):
91    
92          vname ( ni )
93          vlen  ( ni )
94          vind  ( ni ) -----+
95                            |
96    
97          vij_diag ( i, j, [...] )  w/ lat/lon indicies
98          vgl_diag ( [...] )        wo/ lat/lon indicies (global)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22