netcdf files/g/d613000/regression/grid_topography.nc { dimensions: time = UNLIMITED; // (1 currently) param = 1; y = 224; x = 464; variables: double time(time=1); :units = "seconds since 1970-01-01 00:00:00.0 0:00"; double latitude(y=224, x=464); :long_name = "Latitude"; :units = "degrees_north"; double longitude(y=224, x=464); :long_name = "Longitude"; :units = "degrees_east"; double elev(time=1, y=224, x=464); :name = "Elevation"; :long_name = "Elevation of grid"; :units = "m"; :_FillValue = -999.0; // double double gradient_n_s(y=224, x=464); :name = "N_S_Slope"; :long_name = "Smoothed Topographic Gradient (Slope) from North to South"; :units = "-"; :_FillValue = -999.0; // double double gradient_w_e(y=224, x=464); :name = "W_E_Slope"; :long_name = "Smoothed Topographic Gradient (Slope) from West to East"; :units = "-"; :_FillValue = -999.0; // double int mask(y=224, x=464); :long_name = "Domain valid data mask"; :units = "-"; int data_mask(y=224, x=464); :long_name = "Domain valid data mask"; :units = "-"; int land_mask(y=224, x=464); :long_name = "Domain land mask"; :units = "-"; double dx(param=1); :long_name = "Grid spacing in x-direction"; :units = "degrees"; double dy(param=1); :long_name = "Grid spacing in y-direction"; :units = "degrees"; double startx(param=1); :long_name = "Lower left longitude"; double starty(param=1); :units = "degrees"; :long_name = "Lower left latitude"; }