﻿Grid
====

.. currentmodule:: roms_tools

.. autoclass:: Grid

   
   
   .. rubric:: Methods
   .. autosummary::
      :toctree:

   
            Grid.copy_with_ds
            Grid.from_yaml
            Grid.grid_to_dict
            Grid.plot
            Grid.plot_vertical_coordinate
            Grid.save
            Grid.to_yaml
            Grid.update_mask
            Grid.update_topography
            Grid.update_vertical_coordinate
   

   
   
   .. rubric:: Attributes
   .. autosummary::
   
      Grid.N
      Grid.center_lat
      Grid.center_lon
      Grid.close_narrow_channels
      Grid.filename
      Grid.hc
      Grid.hmin
      Grid.mask_shapefile
      Grid.nx
      Grid.ny
      Grid.rot
      Grid.size_x
      Grid.size_y
      Grid.theta_b
      Grid.theta_s
      Grid.topography_source
      Grid.verbose
      Grid.ds
      Grid.straddle
   