wrf.getproj

wrf.getproj(**proj_params)

Return a wrf.WrfProj subclass.

This functions serves as a factory function for returning a wrf.WrfProj subclass from the specified map projection parameters.

Parameters:**proj_params

Map projection optional keyword arguments, that have the same names as found in WRF output NetCDF global attributes:

  • ’MAP_PROJ’: The map projection type as an integer.
  • ’TRUELAT1’: True latitude 1.
  • ’TRUELAT2’: True latitude 2.
  • ’MOAD_CEN_LAT’: Mother of all domains center latitude.
  • ’STAND_LON’: Standard longitude.
  • ’POLE_LAT’: Pole latitude.
  • ’POLE_LON’: Pole longitude.
Returns:A wrf.WrfProj subclass for the specified map projection parameters.
Return type:wrf.WrfProj