netcdf tn460nyf.giss.T62.yymmdd { dimensions: lat = 94 ; lon = 192 ; time = UNLIMITED ; // (365 currently) variables: float lat(lat) ; lat:long_name = "latitude" ; lat:units = "degrees_north" ; float lon(lon) ; lon:long_name = "longitude" ; lon:units = "degrees_east" ; double area(lat, lon) ; area:long_name = "area of grid cell" ; area:units = "radians**2" ; double frac(lat, lon) ; area:long_name = "fraction of grid cell that is active" ; mask:comment = "unitless, value ranges from 0 to 1" ; int mask(lat, lon) ; mask:long_name = "domain mask" ; mask:comment = "unitless, 0 <=> grid cell not in model domain" ; int time(time) ; time:long_name = "observation time" ; time:units = "days since 0001-01-01 00:00:00" ; time:calendar = "noleap" ; float lwdn(time, lat, lon) ; lwdn:long_name = "Surface Downwelling Longwave Flux" ; lwdn:units = "W/m^2" ; lwdn:sampling_time = "av-1mo" ; lwdn:missing_value = -1000.f ; float swdn(time, lat, lon) ; swdn:long_name = "Surface Downwelling Shortwave Flux" ; swdn:units = "W/m^2" ; swdn:sampling_time = "av-1mo" ; swdn:missing_value = -1000.f ; float swup(time, lat, lon) ; swup:long_name = "Surface Upwelling Shortwave Flux" ; swup:units = "W/m^2" ; swup:sampling_time = "av-1mo" ; swup:missing_value = -1000.f ; // global attributes: :title = "GISS Normal Year monthly mean climatology" ; :source = "NASA-GISS (see /home/dataproc/yeager/RADIATION/GISS), version ii" ; :dates = "365 days per year (no leap years)" ; :grid = "T62" ; :comment = "1984-2000 ensemble mean assigned to year=1" ; :history = "created Fri Nov 7 11:01:35 MST 2003 by S. Yeager \n", "Reformatted by kauff, Mon Jul 11 16:07:26 MDT 2005" ; :Conventions = "CF-1.0" ; }