Skip to content

Commit

Permalink
capitalize words for heading in regridding doc (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfan001 authored Jun 22, 2021
1 parent 78f69f5 commit 8930bbb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/source/extended_documentation/regrid/bilinear_land_sea.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
################################################
Bilinear regridding with land-sea mask awareness
Bilinear Regridding with Land-sea Mask Awareness
################################################

This subpackage provides a fast and unified implementation of bilinear regridding with land-sea mask awareness. It is assumed that the source grid is evenly-spaced in a rectilinear latitude/longitude system. The target grid could be rectilinear or curvilinear. Regridding a field with land-sea mask awareness means that only land-surface source points are used for regridding at the land-surface target points, and vice versa at the sea-surface target points.

*******************************
Calculation steps of Regridding
Calculation Steps of Regridding
*******************************

* Given a target point, determine its four source points according to regular grid point ordering.
Expand All @@ -22,9 +22,9 @@ Calculation steps of Regridding
* Apply weights at values of source points for interpolated value in a unified way
so that vectorisation of the Numpy computation can be fully achieved.

*************************************
The weight calculation and adjustment
*************************************
*********************************
Weight Calculation and Adjustment
*********************************

::
Expand Down

0 comments on commit 8930bbb

Please sign in to comment.