@@ -92,8 +92,7 @@ def load(
9292 xtime_var = None ,
9393 ):
9494 """
95- Load the MPAS mesh file and optionally combine it with time series
96- files into a single xarray Dataset.
95+ Load the MPAS mesh file and optional time series.
9796
9897 Parameters
9998 ----------
@@ -104,12 +103,16 @@ def load(
104103 files. If None, only the mesh file is used.
105104 variables : list of str, optional
106105 List of variables to convert. Special keys:
107- - 'allOnCells': all variables with dimension 'nCells'
108- - 'allOnEdges': all variables with dimension 'nEdges'
109- - 'allOnVertices': all variables with dimension 'nVertices'
106+
107+ - ``"allOnCells"``: all variables with dimension ``"nCells"``
108+ - ``"allOnEdges"``: all variables with dimension ``"nEdges"``
109+ - ``"allOnVertices"``: all variables with dimension
110+ ``"nVertices"``
111+
110112 If None, all variables are included.
111113 xtime_var : str, optional
112- Name of the variable containing time information (e.g., 'xtime').
114+ Name of the variable containing time information (e.g.,
115+ ``"xtime"``).
113116 """
114117 self .ds_mesh , self .ds = _load_dataset (
115118 mesh_filename = mesh_filename ,
0 commit comments