OPeNDAP Dataset Access Form


Action:

Data URL:


Global Attributes:


Variables:


OneD: Grid
x:

TwoD: Grid
x: y:

ThreeD: Grid
x: y: z:

FourD: Grid
x: y: z: t:


Send questions or comments to: support@unidata.ucar.edu

DDS:

Dataset {
    Grid {
     ARRAY:
        Float64 amp[10];
     MAPS:
        Float64 x[10];
    } OneD;
    Grid {
     ARRAY:
        Float64 amp[10][10];
     MAPS:
        Float64 x[10];
        Float64 y[10];
    } TwoD;
    Grid {
     ARRAY:
        Float64 amp[x = 10][y = 10][z = 10];
     MAPS:
        Float64 x[10];
        Float64 y[10];
        Float64 z[10];
    } ThreeD;
    Grid {
     ARRAY:
        Float64 amp[10][10][10][10];
     MAPS:
        Float64 x[10];
        Float64 y[10];
        Float64 z[10];
        Float64 t[10];
    } FourD;
} SimpleGrids;