netcdf extra_orca4grid_info { dimensions: depth = 31 ; two = 2 ; y = 76 ; x = 92 ; four = 4 ; variables: float bounds_depth(depth, two) ; float bounds_lat(y, x, four) ; float bounds_lon(y, x, four) ; float depth(depth) ; depth:long_name = "Depth below the surface" ; depth:units = "meters" ; depth:positive = "down" ; depth:bounds = "bounds_depth" ; // global attributes: :Conventions = "CF-1.0" ; :comment = "Sample coordinates file for curv2curvipcc.py" ; }