Metadata-Version: 2.4
Name: zonda_rotgrid
Version: 0.1.2
Summary: Generate rotated coordinate grid NetCDF files for climate models based on Zonda input.
Author: C2SM
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: xarray
Requires-Dist: pyproj
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# zonda-rotgrid

Generate rotated coordinate grid NetCDF files for climate models based on [Zonda](https://zonda.ethz.ch/) input.



## Installation

```bash
pip install zonda-rotgrid
```

## Usage

After installation, use the command line tool:

```bash
create-rotated-grid --dx 12.1 --dy 12.1 --center_lat -0.77 --center_lon -5.11 --hwidth_lat 25.025 --hwidth_lon 24.365 --pole_lat 39.25 --pole_lon -162 --ncells_boundary 16 --output output.nc
```

Replace the arguments as needed for your domain or paste the command from Zonda directly.

## License

MIT
