From 14a5f59cb730c2f6b52fb94321e455ade5faad75 Mon Sep 17 00:00:00 2001 From: michaelavs Date: Mon, 24 May 2021 07:39:16 -0600 Subject: [PATCH] proj4 formatting update --- src/wrf/projection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wrf/projection.py b/src/wrf/projection.py index 670e67a..b2aca20 100644 --- a/src/wrf/projection.py +++ b/src/wrf/projection.py @@ -824,7 +824,7 @@ class PolarStereographic(WrfProj): def _proj4(self): _proj4 = ("+proj=stere +units=m +a={} +b={} " - "+lat0={} +lon_0={} +lat_ts={} +nadgrids=@null".format( + "+lat_0={} +lon_0={} +lat_ts={} +nadgrids=@null".format( Constants.WRF_EARTH_RADIUS, Constants.WRF_EARTH_RADIUS, self._hemi,