MCPcopy Create free account
hub / github.com/NCAR/wrf-python / north_polar_proj

Function north_polar_proj

test/misc/projtest.py:95–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93
94
95def north_polar_proj():
96 lats = np.array([[30.0, 30.0],
97 [30.0, 30.0]])
98 lons = np.array([[-45, 140],
99 [-45, 140]])
100
101 params = {"MAP_PROJ": 2,
102 "CEN_LAT": 90.0,
103 "CEN_LON": 10,
104 "TRUELAT1": 10.0,
105 "MOAD_CEN_LAT": 90.0,
106 "STAND_LON": 10}
107
108 return lats, lons, PolarStereographic(lats=lats, lons=lons, **params)
109
110
111def dateline_rot_proj():

Callers 1

make_testFunction · 0.85

Calls 1

PolarStereographicClass · 0.90

Tested by

no test coverage detected