diff --git a/docs/Users_Guide/data_io.rst b/docs/Users_Guide/data_io.rst index ad407fdb2..b66f173d2 100644 --- a/docs/Users_Guide/data_io.rst +++ b/docs/Users_Guide/data_io.rst @@ -78,7 +78,7 @@ Here are examples for the grid mapping variable ("edr" is the data variable): grid_mapping:GRIB_earth_shape = "spherical" ; grid_mapping:GRIB_earth_shape_code = 0 ; -When the grid mapping variable is not available, MET can detect either a latitude_longitude or rotated_latitude_longitude projection. It detects the latitude_longitude projection in following order: +When the grid mapping variable is not available, MET can detect either a latitude_longitude or rotated_latitude_longitude projection. It detects the latitude_longitude projection in the following order: 1. the lat/lon projection from the dimensions @@ -106,6 +106,8 @@ For rotated_latitude_longitude projections, MET detects the projection using the 3. Checking to see if the standard name attribute is called either grid_latitude for latitude variables or grid_longitude for the longitude variable. +The latitude and longitude variables must be one dimensional and with their size matching the corresponding dimension for latitude_longitude and rotated_latitude_longitude grids. + .. list-table:: Valid strings for the "units" attribute. :widths: auto :header-rows: 1