netcdf VIC_Domain_West { dimensions: lon = 312 ; lat = 472 ; variables: double lon(lon) ; lon:units = "degrees_east" ; double lat(lat) ; lat:units = "degrees_north" ; int mask(lat, lon) ; mask:long_name = "fraction of grid cell that is activedomain mask" ; double frac(lat, lon) ; frac:long_name = "fraction of grid cell that is active" ; double area(lat, lon) ; area:units = "m2" ; area:long_name = "area of grid cell" ; }