Skip to content

Commit

Permalink
Merge pull request #129 from zmoon/sp
Browse files Browse the repository at this point in the history
Please codespell
  • Loading branch information
zmoon authored Mar 21, 2023
2 parents 37702b4 + 059c354 commit 9576a97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .codespell-exclude
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
# scrip_file=d1.monet.scrip, check_N=20 ) )
"SIZ", "Size distribution"
"ALL", "All of the above retrievals (SIZ to FLX) in one file"
<th>CAf</th>
<td>CAf</td>
2 changes: 1 addition & 1 deletion docs/tutorial/fv3chem_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ example we will plot the first layer PM2.5 at time 2018-07-01.
.. image:: output_8_2.png


Adjusting the scale is simple by suppling ``vmin`` and ``vmax``. Lets
Adjusting the scale is simple by supplying ``vmin`` and ``vmax``. Lets
set a minimum of 0 AOD and maximum of 0.5.

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion monet/util/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _reformat_resampled_data(orig, new, target_grid):
Returns
-------
xarray.DataArray
reformated xarray.DataArray
reformatted xarray.DataArray
"""
target_lon, target_lat = target_grid.get_lonlats_dask()
Expand Down

0 comments on commit 9576a97

Please sign in to comment.