netcdf files/d580007/fvm/publish/fvm.161.r100.L30.nonhydro.dry.interp_latlon.Z.nc { dimensions: lat = 181; lon = 360; slat = 180; slon = 360; nbnd = 2; time = UNLIMITED; // (31 currently) lev = 30; 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 Z(time=31, lev=30, lat=181, lon=360); float lev(lev=30); :units = "m"; :positive = "up"; :long_name = "Geometric height"; double time(time=31); :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 = "161"; :frequency = "1 day"; :horizontal_resolution = "r100"; :levels = "L30"; :description = "no explicit diffusion"; :comment = "Contact: christian.kuehnlein@ecmwf.int"; :variable = "geopotential_height"; :grid = "interp_latlon"; }