Skip to content

Commit

Permalink
Updated documentation in grid.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalatino committed Jan 25, 2024
1 parent 20ffd3f commit 1b7ca1a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions driver/pace/driver/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,10 @@ class ExternalNetcdfGridConfig(GridInitializer):
| | |
X----X----X----X----X
Grid construction follows a gnomonic coordinate system. An
inscribed cube is projected onto the surface of the sphere of
the Earth. This creates six, non-overlapping faces/tiles that
contain the surface area of the sphere. For more information
on the NOAA-GFDL grid construction methods, please visit:
https://repository.library.noaa.gov/view/noaa/30725
which is a pdf describing the FV3 dynamical core, by
Harris, L.; Chen, X.; Putnam, W.; et. al.
The grid data must define the verticies, centroids, and mid-points
on edge of the cells contained in the computation. For more information
on grid discretization for the FV3 dynamical core please visit:
https://www.gfdl.noaa.gov/fv3/
"""

grid_type: Optional[int] = 0
Expand Down

0 comments on commit 1b7ca1a

Please sign in to comment.