netcdf files/d580007/fvm/publish/fvm.163.r100.L41.nonhydro.interp_latlon.U.nc { dimensions: lat = 181; lon = 360; slat = 180; slon = 360; nbnd = 2; time = UNLIMITED; // (25 currently) lev = 41; variables: double lat(lat=181); :long_name = "latitude"; :standard_name = "latitude"; :units = "degrees_north"; :axis = "Y"; :bounds = "lat_bnds"; double lon(lon=360); :long_name = "longitude"; :standard_name = "longitude"; :units = "degrees_east"; :axis = "X"; :bounds = "lon_bnds"; double slat(slat=180); :long_name = "latitude for staggered FV grid"; :units = "degrees_north"; double slon(slon=360); :long_name = "longitude for staggered FV grid"; :units = "degrees_east"; double lat_bnds(lat=181, nbnd=2); :long_name = "gridcell latitude interfaces"; double lon_bnds(lon=360, nbnd=2); :long_name = "gridcell longitude interfaces"; double gw(lat=181); :long_name = "latitude quadrature weights (normalized to sum to 2.0 on global grids)"; double area(lat=181, lon=360); :long_name = "solid angle subtended by gridcell"; :standard_name = "cell_area"; :units = "steradian"; :cell_methods = "lat, lon: sum"; float U(time=25, lev=41, lat=181, lon=360); :long_name = "Zonal wind"; :units = "m/s"; :standard_name = "eastward_wind"; float lev(lev=41); :units = "m"; :positive = "up"; :long_name = "Geometric height"; double time(time=25); :units = "days since 2000-01-01 00:00:00"; :long_name = "time"; :calendar = "noleap"; // global attributes: :Conventions = "CF-1.0"; :project-id = "DCMIP2016"; :institude-id = "ECMWF"; :model-id = "FVM"; :modeling-realm = "atmos"; :equation = "nonhydro"; :experiment-id = "163"; :frequency = "5min"; :horizontal_resolution = "r100"; :levels = "L41"; :description = "uniform diffusion"; :comment = "Contact: christian.kuehnlein@ecmwf.int"; :variable = "zonal_velocity"; :grid = "interp_latlon"; }