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

Function nz_proj

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

Source from the content-addressed store, hash-verified

39
40
41def nz_proj():
42 lats = np.array([[-47.824014, -47.824014],
43 [-32.669853, -32.669853]])
44 lons = np.array([[163.839595, -179.693502],
45 [163.839595, -179.693502]])
46
47 params = {"MAP_PROJ": 6,
48 "CEN_LAT": -41.814869,
49 "CEN_LON": 179.693502,
50 "TRUELAT1": 0,
51 "TRUELAT2": 0,
52 "MOAD_CEN_LAT": -41.814869,
53 "STAND_LON": 180.0 - 179.693502,
54 "POLE_LAT": 48.185131,
55 "POLE_LON": 0.0}
56
57 return lats, lons, RotatedLatLon(lats=lats, lons=lons, **params)
58
59
60def argentina_proj():

Callers 1

make_testFunction · 0.85

Calls 1

RotatedLatLonClass · 0.90

Tested by

no test coverage detected