pyrad.proc.process_iso0_grib#

pyrad.proc.process_iso0_grib(procstatus, dscfg, radar_list=None)[source]#

Gets iso0 degree data in GRIB format and put it in radar coordinates. This function is meant to process data received from the MeteoFrance NWP model. It can output the height over the iso0 of each gate or the iso0 height at each gate

Parameters:
  • procstatus (int) – Processing status: 0 initializing, 1 processing volume, 2 post-processing

  • dscfg (dictionary of dictionaries) –

    data set configuration. Accepted Configuration Keywords:

    datatype : string. Dataset keyword
        arbitrary data type
    time_interp : bool. Dataset keyword
        whether to perform an interpolation in time between consecutive
        model outputs. Default True
    voltype: str. Dataset keyword
        The type of data to output. Can be H_ISO0 or HZT. Default H_ISO0
    
  • radar_list (list of Radar objects) – Optional. list of radar objects

Returns:

  • new_dataset (dict) – dictionary containing the output

  • ind_rad (int) – radar index