Skip to content

Commit 22fb45c

Browse files
authored
proj4 formatting update (NCAR#146)
1 parent 41034cd commit 22fb45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrf/projection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ def _cartopy(self):
824824

825825
def _proj4(self):
826826
_proj4 = ("+proj=stere +units=m +a={} +b={} "
827-
"+lat0={} +lon_0={} +lat_ts={} +nadgrids=@null".format(
827+
"+lat_0={} +lon_0={} +lat_ts={} +nadgrids=@null".format(
828828
Constants.WRF_EARTH_RADIUS,
829829
Constants.WRF_EARTH_RADIUS,
830830
self._hemi,

0 commit comments

Comments
 (0)