RAVE
|
Classes | |
class | gra |
Gauge-Radar Analysis class. More... | |
class | gra_coefficient |
Functions | |
generate (points, DATE, TIME, LOGFILE=GADJUST_STATFILE) | |
Generator of gauge-adjustment coefficients. | |
general_correlation (points) | |
Computes the correlation coefficient between gauge and radar (dBR) | |
Variables | |
logger = rave_pgf_logger.create_logger() | |
str | A |
Copyright (C) 2012- Swedish Meteorological and Hydrological Institute (SMHI) This file is part of RAVE. RAVE is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. RAVE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with RAVE. If not, see <http://www.gnu.org/licenses/>.
Lib.gadjust.gra.general_correlation | ( | points | ) |
Computes the correlation coefficient between gauge and radar (dBR)
points | list of rave_synop.gra points |
Lib.gadjust.gra.generate | ( | points, | |
DATE, | |||
TIME, | |||
LOGFILE = GADJUST_STATFILE ) |
Generator of gauge-adjustment coefficients.
points | list of rave_synop.gra points |
DATE | string date in format YYYYMMDD |
TIME | string time in format HHmm |
LOGFILE | file name of the file to which to write statistics |
str Lib.gadjust.gra.A |