CN115544889A - Numerical mode precipitation deviation correction method based on deep learning - Google Patents

Numerical mode precipitation deviation correction method based on deep learning Download PDF

Info

Publication number
CN115544889A
CN115544889A CN202211272422.5A CN202211272422A CN115544889A CN 115544889 A CN115544889 A CN 115544889A CN 202211272422 A CN202211272422 A CN 202211272422A CN 115544889 A CN115544889 A CN 115544889A
Authority
CN
China
Prior art keywords
precipitation
model
data
numerical
deep learning
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211272422.5A
Other languages
Chinese (zh)
Inventor
田伟
张敬国
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing University of Information Science and Technology
Original Assignee
Nanjing University of Information Science and Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing University of Information Science and Technology filed Critical Nanjing University of Information Science and Technology
Priority to CN202211272422.5A priority Critical patent/CN115544889A/en
Publication of CN115544889A publication Critical patent/CN115544889A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • G06F30/27Design optimisation, verification or simulation using machine learning, e.g. artificial intelligence, neural networks, support vector machines [SVM] or training a model
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01WMETEOROLOGY
    • G01W1/00Meteorology
    • G01W1/14Rainfall or precipitation gauges
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2111/00Details relating to CAD techniques
    • G06F2111/10Numerical modelling
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02ATECHNOLOGIES FOR ADAPTATION TO CLIMATE CHANGE
    • Y02A90/00Technologies having an indirect contribution to adaptation to climate change
    • Y02A90/10Information and communication technologies [ICT] supporting adaptation to climate change, e.g. for weather forecasting or climate simulation

Landscapes

  • Engineering & Computer Science (AREA)
  • Evolutionary Computation (AREA)
  • Theoretical Computer Science (AREA)
  • Environmental & Geological Engineering (AREA)
  • Physics & Mathematics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Biodiversity & Conservation Biology (AREA)
  • Atmospheric Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Ecology (AREA)
  • Medical Informatics (AREA)
  • Software Systems (AREA)
  • Environmental Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Geometry (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Hydrology & Water Resources (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a method for correcting deviation of numerical mode precipitation products based on deep learning, which comprises the following specific steps: acquiring ERA5 land reanalysis data, ECMWF daily rainfall prediction data and ground station daily rainfall observation data; selecting effective characteristics by utilizing the correlation between meteorological factors and ground observation precipitation values through Pearson correlation coefficients; obtaining a relatively accurate daily rainfall label; establishing a model precipitation product deviation correction model based on deep learning, and designing a weight loss function to update model parameters; and training to obtain an optimal model. The method has the advantages that the historical meteorological sequence is added into the deep learning model, the model design double-branch structure not only pays attention to local precipitation but also gives consideration to overall precipitation, the problems of large precipitation span and extreme unbalance of the weight loss function environment are solved, the model can well learn precipitation errors in a numerical mode, and the precipitation deviation correction effect is achieved.

Description

Numerical mode precipitation deviation correction method based on deep learning
Technical Field
The invention relates to the field of deep learning rainfall forecast deviation correction, in particular to a numerical mode rainfall deviation correction method based on deep learning.
Background
Inferring and predicting weather has been a long-standing challenge throughout human history. In modern weather forecasting, a numerical weather forecasting (NWP) model based on physical equations and using a high-performance computer as a calculation tool is in a leading position. The European middle-term Weather forecast center (ECMWF) is the leading numerical Weather forecast center in the world. In addition, the ECMWF forecast has a better reference meaning for the forecast accuracy of China regions, and errors inevitably occur in numerical mode forecast due to the existence of accumulated errors caused by a plurality of uncertain factors and integrals and the averaging effect caused by the aggregation of a plurality of aggregation members in the numerical simulation process. Therefore, reasonable, objective and quantitative correction is a bridge for connecting a numerical mode and accurate prediction, and is an indispensable link for deeply excavating numerical prediction potential.
At present, a great deal of research work is done by a great number of weather researchers on the aspect of weather forecast correction tasks. Mode error correction is mainly divided into two categories: the first type is that the quality of initial field data is improved and the performance of numerical prediction is improved from the mode prediction itself; another category is post-processing error correction of the forecast based on statistical models. Vannitsem and Tian use a Model Output Statistical (MOS) method to prove that the model has better effect on a high-resolution model. Krishhnamurti et al propose a multi-ensemble prediction idea and correct precipitation in tropical, united states, etc. of the world, and Cui et al correct 2m temperature ensemble average prediction by using an adaptive Kalman filtering method.
It is worth noting that: the weather evolution process is random and discontinuous, and the traditional statistical method has very limited effect on correcting the deviation.
In recent years, deep learning provides a new idea for solving uncertainty of numerical weather forecast, and different from a numerical mode, the deep learning belongs to a class of data-driven models, and a new rule is found from a large amount of space-time data. One possible way to improve the bias correction is to continuously learn the weather dynamics from the EC mode data and improve the correction capability through a deep learning algorithm. The method takes the information of the underlying surfaces such as the terrain, ERA5 historical reanalysis data and an EC mode 24h forecast precipitation product as the input of the network, takes the corresponding ground observation value as the network target, uses a plurality of station data correction numerical modes of the research area to forecast the precipitation product, and does not change the output and input shapes.
The new framework is divided into three modules, namely a spatial coding module, a temporal coding module and a spatial correction module. The spatial coding module codes context information to a research area and considers the influence of the surrounding environment on a target area, the time coding module predicts the spatial variation information of the image factors in the future time for inputting the historical reanalysis data of the ERA5 in the past week, and the spatial correction module adopts a multi-branch network structure and uses a global branch and a local branch to extract the spatial correlation of precipitation and pay attention to the details of local precipitation. And finally, obtaining accurate precipitation in the area.
Disclosure of Invention
Technical problem
Aiming at the defects and the feasible improvement points in the prior art, the invention provides a numerical mode rainfall forecast deviation correction method based on deep learning, and the potential relation of the rainfall deviation is mined by utilizing the learning capacity of the deep learning in big data to achieve the effect of rainfall correction.
Technical scheme
In order to achieve the purpose, the invention adopts the following technical scheme:
the invention relates to a numerical mode precipitation deviation correction method based on deep learning, which comprises the following steps of:
1) Firstly, analyzing the correlation between meteorological data and ground observation precipitation by utilizing ERA5, and selecting meteorological characteristics which have a relation to precipitation as effective characteristics of a model;
2) Cutting the effective meteorological features selected in the step 1) into a research area range to form an area feature area, and carrying out normalization processing on the feature space to form a training sample set;
3) Inputting the training sample set in the step 2), zooming the feature range to the size of a research area in the extraction of the input spatial features, inputting the meteorological features into a space-time prediction network, extracting and predicting the variation trend of the meteorological features in the future time, and keeping the resolution of the feature space consistent with the resolution of numerical prediction through deconvolution;
4) And (3) fusing the prediction result obtained in the step 3) with prior knowledge such as numerical prediction precipitation and DEM (digital elevation model), inputting the result into a space correction module to define a weight loss function, and selecting an optimal model through model training to obtain a final precipitation prediction value.
5) And (5) carrying out inspection and evaluation on the precipitation result after deviation correction.
Further, as a preferred technical solution of the present invention: selecting effective meteorological feature eliminating interference features in the step 1), calculating the correlation between each meteorological feature and ground observation precipitation by using a Pearson correlation coefficient, setting a threshold value, and regarding all features larger than the threshold value as effective feature calculation formulas as follows.
Figure 832439DEST_PATH_IMAGE001
In the formula
Figure 774987DEST_PATH_IMAGE002
Is a characteristic value
Figure 399873DEST_PATH_IMAGE003
The covariance of (a) is determined,
Figure 820490DEST_PATH_IMAGE004
representing the variance of the features X, Y, respectively.
Further, as a preferred technical solution of the present invention: the process of constructing the data set in the step 2) is to select the data of the target area as the training sample characteristics after selecting the effective characteristics, and to normalize the characteristics, because the precipitation distribution is discrete distribution and the span is large, log normalization is performed on the precipitation data, and the Z-SCORE normalization formula is performed on the other meteorological characteristics.
Figure 293059DEST_PATH_IMAGE005
Further, as a preferred technical solution of the present invention: the step 3) of predicting the change trend of the meteorological environment in the future time is to input the constructed historical sequence of ERA5, scale the sample to the size of a research area through spatial feature extraction, input the sample into the MotionRNN to predict the change trend of the cloud cluster in the future research area, and keep the spatial resolution of the predicted trend consistent with the numerical mode data through deconvolution.
Further, as a preferred technical solution of the present invention: the spatial correction module in the step 4) is used for more accurately performing deviation correction on the mode prediction data, the module uses a classical U-Net structure and is divided into two branches, one branch is responsible for global correction, the other branch is dedicated to a smaller area for deviation correction of details, and finally the result is fused and passes through an output layer to obtain a final mode prediction result.
When the network parameters are updated to enable the model to be optimal, the fact that precipitation is long tail distribution data and balance data is needed is considered, so that a weight loss function is designed, the loss function is composed of MSE and MAE, different weights are set for different precipitation strengths, and the weight of strong precipitation is larger than that of weak precipitation. The Loss function is as follows:
Figure 344192DEST_PATH_IMAGE006
and finally, running the optimal model on a verification set, and verifying the performance of the model by using the relevant indexes.
Advantageous effects
The invention provides a numerical model rainfall product deviation correction method based on deep learning, which fully considers the element correlation, the time dependency and the space correlation in the rainfall process, constructs a data structure with time sequence characteristics by selecting factors having potential influence on rainfall, constructs a rainfall deviation correction model with time-space fusion, takes ground observation as real rainfall as a label, and continuously trains and optimizes the model to obtain optimal network parameters.
The model has a good correction effect on the precipitation deviation correction of the ECMWF mode, and is simple and convenient to operate; after the optimal model parameters are obtained, the precipitation deviation correction time of the target area only needs one to five seconds, and the method has high reliability and good application prospect.
On the basis of a model precipitation product, a historical meteorological database is constructed by analyzing weather changes in the precipitation process, and the precipitation intensity is corrected by combining a deep learning method; the original spatial resolution of historical data is reserved, sub-pixel convolution is added into a model to improve the resolution, and new errors caused by artificial interpolation are avoided; when parameters are updated, considering that precipitation is distributed in a discrete mode and precipitation data are extremely unbalanced, and adopting weight loss to relieve unbalanced data; the precipitation bisection and the rain belt position after correction by using the model provided by the invention are obviously improved compared with a numerical mode.
Drawings
FIG. 1 is a study area presentation;
FIG. 2 is a schematic diagram of the basic flow of numerical model precipitation deviation correction in the practice of the present invention;
FIG. 3 is a schematic view of the model structure of the present invention;
FIG. 4 is a schematic diagram of the offset correction model parameter update of the present invention;
FIG. 5 is a TS score in an embodiment of the present invention;
FIG. 6 is a schematic representation of a comparison of precipitation errors in the vicinity of certain observation stations in a target area in accordance with an embodiment of the present invention.
Detailed Description
The method for correcting deviation of numerical model precipitation forecast based on deep learning according to the present invention will be described in detail with reference to the accompanying drawings and specific embodiments.
The invention carries out deviation correction on 24-hour accumulated precipitation forecast results in a numerical model, the study area is shown in figure 1 (Shanghai region, jiang and Zhe), the data set mainly selects an ECMWF European middle-term numerical forecast center service product as numerical model forecast data, the data are reported twice every day, the time is 00 hours and 12 hours (UTC time), the spatial resolution of the data in the model is 10km, 24-hour forecast precipitation is selected for the study, the historical reanalysis data of a plurality of meteorological elements on the near-land surface of ERA5 are used for carrying out spatial resolution of 25km and the time resolution of 1 hour, relevant Chinese terrain information is added into the model, ASTER GDEM V2 data is used in the text and comes from a geographic space data cloud, the data are jointly developed by METI and NASA, the spatial resolution of DEM data is 30m, other terrain factors including gradient and slope direction, the relevant tools are used for deriving from the DEM data, and 230 national day data of precipitation stations in 2017-2019 are selected as real ground label data for training.
As shown in fig. 2, before the deviation correction of the numerical model precipitation, the data is selected, first, the correlation between each meteorological feature in the ERA5 data and the ground observed precipitation is calculated by using the pearson correlation coefficient, a threshold value of 0.2 is set, all features larger than the threshold value are considered as valid features, and then, the data is intercepted to the research area range, and the range contains the context information of the spatial features of the research area, namely: the method comprises the steps of including information of the surrounding environment of a research area, namely utilizing context information through describing local information interaction of adjacent positions when feature extraction is carried out, improving spatial correlation, and extracting precipitation spatial distribution information better, wherein time resolution of ERA5 reanalysis data collected by people is 1 hour is inconsistent with time resolution of EC precipitation forecast data, and reanalysis data need to be consistent with EC in time resolution.
The method specifically comprises the steps of adding precipitation characteristics to obtain 24h cumulative daily precipitation, reducing the scales of other variables into 24h time resolution according to the characteristics of the variables, processing missing data and abnormal values of collected EC forecast data, rain gauge observation data and ERA5 historical reanalysis data in order to eliminate problems of data loss, errors and the like caused by system faults or data storage and the like, supplementing the missing values by average values of areas around or near the position, normalizing the data along a time dimension because UTC time is used for the EC precipitation forecast data and Beijing time is used for the rain gauge observation data, and transforming the precipitation characteristics according to a Z-Score algorithm to relieve imbalance because the discrete distribution span of precipitation is large in consideration of different weather characteristics in DEM, EC precipitation forecast data and historical reanalysis data, wherein the normalization processing is required to be carried out on the data along the time dimension, and the precipitation characteristics are required to be transformed to relieve the imbalance because the discrete distribution span of precipitation is large:
Figure 269423DEST_PATH_IMAGE007
wherein
Figure 493731DEST_PATH_IMAGE008
Is the overall average of each of the elements,
Figure 555227DEST_PATH_IMAGE009
the method is characterized in that the standard deviation of the total data is obtained, z is a normalized result, x is daily precipitation data, data used in the method is data of three years 2017-2019, 24-hour predicted precipitation in 2017-2018 is divided into a training set and a verification set, in order to guarantee the diversity of the verification data, a sample is extracted every 7 days to serve as the verification set, and all data in 2019 serve as a test set to evaluate the performance of a model.
The precipitation deviation correction network is shown in fig. 3, the first part is that a spatial coding module inputs historical reanalysis data of effective features of a past week to construct a historical database, the spatial coding module is composed of a pyramid convolution and two common convolutions, the pyramid convolution has four convolution kernels of 3 × 3,5 × 5,7 × 7 and 9 × 9 with different scales, extraction of multi-scale features is guaranteed, the multi-scale features are extracted and fused, the step length is 2 in the common convolution to reduce a feature map to a research area, the spatial correlation is improved by using context information, and a feature map sequence is further input to a MotionRNN to predict the future change trend of a plurality of meteorological element environments by learning the past meteorological environment sequence.
The Motion RNN overcomes the defects that the existing RNN-based space-time prediction model cannot make quick response to complex transient changes and cannot model Motion trends, the Motion GRU is embedded into the model to enhance the modeling of complex motions, and meanwhile, motion Highway connection is added for balancing moving and non-moving parts. This is obviously very practical for transform prediction of complex meteorological environments, the first one
Figure 26529DEST_PATH_IMAGE010
The operating principle of the layer, at time t, is expressed as follows:
Figure 439056DEST_PATH_IMAGE011
in the formula
Figure 467055DEST_PATH_IMAGE013
It is shown that for the modeling of the motion of a feature,
Figure 586320DEST_PATH_IMAGE014
representing the learned movement trend of the whole.
Figure 775993DEST_PATH_IMAGE015
Denotes the first
Figure 675816DEST_PATH_IMAGE016
The input of the layer(s) is (are),
Figure 428877DEST_PATH_IMAGE017
representing the prediction unit hidden variable. And after the future change trend of each meteorological feature is obtained through the motionRNN, the feature graph is expanded to the spatial resolution which is the same as that of the EC precipitation prediction data through the transposed convolution. And secondly, fusing the mode prediction data subjected to the smoothing treatment of the 1 × 1 convolution operation once with the DEM and the slope static data and the prediction characteristics to wait for entering a space precipitation correction module.
The correction module uses the network structure of U-Net, which has the advantage that different sizes of objects can be captured in the input by using features of different proportions, which is particularly important for the precipitation correction task, because some precipitation details are often ignored in the mode data, and the accurate precipitation value of each grid must be corrected by our network.
Most of traditional deep learning networks adopt a single-branch structure, only single characteristics can be sensed, overall attention to global and local characteristics is lacked, and data characteristics cannot be well extracted.
In order to improve the overall understanding of the characteristics, the invention uses two branches in a precipitation correction network, namely a global branch for processing the whole area and a local branch for processing the regional characteristics comprise two branches, one branch is a global branch, the other branch is a local branch, the two branches are divided into different parts and are mutually coordinated, the details of regional overall precipitation and local precipitation are considered, and finally the spatial characteristics of the precipitation in a target region can be obtained by splicing and fusing the characteristics; and finally, entering an output layer to obtain a final rainfall forecast.
For the various levels of 24h precipitation (from 10mm for light rain to 100mm for heavy rain, and even more), which are highly unbalanced, the distribution of these values is a long tail distribution, which if used would degrade the model correction performance, since most samples belong to negative samples, which do not give any significant signal, the invention proposes to use a weighted loss function to help solve this problem, and the specific precipitation magnitude distribution ratios are shown in the following table, for example:
Figure 730546DEST_PATH_IMAGE018
in particular, we assign a weight w (x) to each precipitation intensity x.
Figure 91120DEST_PATH_IMAGE019
The loss function is composed of a weighted Mean Square Error (MSE) and a weighted Mean Absolute Error (MAE) and has the following formula:
Figure 415922DEST_PATH_IMAGE020
wherein N represents the number of rain gauges in the area,
Figure 785723DEST_PATH_IMAGE021
and
Figure 676319DEST_PATH_IMAGE022
respectively representing the actual longitude and latitude and the precipitation after correction,
Figure 663254DEST_PATH_IMAGE023
a specific process of updating the parameters in the reverse direction for the weight corresponding to the rainfall intensity of the ith station is shown in fig. 4.
And applying the trained optimal model to a verification set, and counting the training result of the model to calculate the TS score to evaluate the performance of the model.
Specifically, as shown in fig. 5 and 6, the TS score, i.e., risk score formula shown in fig. 5 is as follows:
Figure 272090DEST_PATH_IMAGE024
wherein
Figure 445582DEST_PATH_IMAGE026
Defining boundaries of positive and negative samples, in particular, with a mark greater than
Figure 393947DEST_PATH_IMAGE027
Is considered as a positive sample, marked less than
Figure 361903DEST_PATH_IMAGE027
Is considered as a negative sample at a precipitation threshold
Figure 458035DEST_PATH_IMAGE027
Under the condition of (1), NA is the number of predicted correct grid points after correction, and NB is the number of missed grid points after correction; NC is the number of the blank newspaper lattice points after correction; ND is that the forecast and observed precipitation is less than the precipitation threshold
Figure 356590DEST_PATH_IMAGE027
The number of grid points.

Claims (5)

1. The numerical model precipitation product deviation correction method based on deep learning is characterized by comprising the following steps of:
1) Firstly, utilizing correlation between ERA5 re-analysis meteorological data and ground observation precipitation amount, and selecting an influence factor having a potential relation to precipitation as an effective characteristic of a model;
2) Cutting the influence factors which have potential relation to precipitation and are selected in the step 1) into a research area range (containing context information) to form a characteristic area, and carrying out normalization processing on the characteristic space to form a training sample set;
3) Inputting the training sample set in the step 2), zooming the characteristic range to the size of a research area in the extraction of the input spatial characteristics, inputting the meteorological characteristics into a space-time prediction network, extracting and predicting the variation trend of the meteorological characteristics in future time, and keeping the characteristic spatial resolution consistent with the numerical prediction resolution through deconvolution;
4) Superposing the prediction result obtained in the step 3) with prior knowledge such as numerical forecast precipitation products, DEMs and the like, inputting the superposition result into a space correction module, updating model parameters by using a self-defined weight loss function, and selecting an optimal model to verify the effect of model deviation correction in a test set;
5) And (5) carrying out inspection and evaluation on the precipitation result after deviation correction.
2. The method of claim 1, wherein the step 1) of selecting valid meteorological feature information, calculating correlation between each meteorological feature and the precipitation observed at the ground station by using a pearson correlation coefficient, setting a threshold value to determine all features of the meteorological features larger than the threshold value as valid features, and calculating the pearson correlation coefficient by:
Figure 549292DEST_PATH_IMAGE001
in the formula
Figure 625832DEST_PATH_IMAGE002
Is a characteristic value
Figure 209261DEST_PATH_IMAGE003
The covariance of (a) of (b),
Figure 458976DEST_PATH_IMAGE004
respectively represent the characteristics
Figure 631200DEST_PATH_IMAGE003
The variance of (c).
3. The method for correcting the deviation of numerical mode precipitation based on deep learning of claim 1, wherein the steps of preparing the data set and normalizing the features in the step 2) are as follows:
(a) The selected active features are segmented into the study area and spread around to take into account the effect of the surrounding environment on precipitation in the target area.
4. (b) Carrying out normalization operation in the segmented characteristics, wherein a Z-SCORE normalization method is used except for precipitation characteristics, and the calculation formula is as follows:
Figure 940959DEST_PATH_IMAGE005
the data features are normalized to the same dimension, wherein
Figure 11683DEST_PATH_IMAGE006
Is the overall average of each of the elements,
Figure 2773DEST_PATH_IMAGE007
is the standard deviation of the overall data;
and because the precipitation is distributed in a discrete type, and the magnitude of the precipitation is greatly expanded, a log normalization mode is adopted, and a calculation formula for relieving the condition that the precipitation has a large difference is as follows:
Figure 842553DEST_PATH_IMAGE008
the method for correcting the deviation of numerical mode precipitation based on deep learning of claim 1, wherein the spatiotemporal prediction network in step 3) considers the influence of ambient weather environment information on a target area, uses MotionRNN to extract the change of the weather characteristics in the past period of time and infer the change trend of the target area in the future for the constructed weather historical sequence information, and uses deconvolution to obtain the spatial resolution consistent with the numerical mode precipitation.
5. The deep learning-based numerical model precipitation deviation correction method according to claim 1, wherein step 4) said future meteorological change trend is fused with prior knowledge such as numerical forecast precipitation and DEM and is input to a value space correction module, which is divided into two branches:
global branch and local branch compromise local precipitation and global precipitation, and the training of whole model uses the weight loss function to optimize the parameter, alleviates precipitation distribution extremely unbalanced problem, and the expression is:
Figure 323213DEST_PATH_IMAGE009
wherein N represents the number of rain gauges in the area,
Figure 802605DEST_PATH_IMAGE010
and
Figure 659702DEST_PATH_IMAGE011
respectively representing the actual longitude and latitude and the precipitation after correction,
Figure 353989DEST_PATH_IMAGE012
the weight corresponding to the rainfall intensity of the ith station is that the weight of heavy rain is greater than that of light rain, which is specifically as follows:
Figure 943233DEST_PATH_IMAGE013
and finally, evaluating the performance of the model by using the optimal model and a verification set.
CN202211272422.5A 2022-10-18 2022-10-18 Numerical mode precipitation deviation correction method based on deep learning Pending CN115544889A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211272422.5A CN115544889A (en) 2022-10-18 2022-10-18 Numerical mode precipitation deviation correction method based on deep learning

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211272422.5A CN115544889A (en) 2022-10-18 2022-10-18 Numerical mode precipitation deviation correction method based on deep learning

Publications (1)

Publication Number Publication Date
CN115544889A true CN115544889A (en) 2022-12-30

Family

ID=84734894

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211272422.5A Pending CN115544889A (en) 2022-10-18 2022-10-18 Numerical mode precipitation deviation correction method based on deep learning

Country Status (1)

Country Link
CN (1) CN115544889A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116307153A (en) * 2023-03-07 2023-06-23 广东热矩智能科技有限公司 Meteorological prediction method and device for energy conservation of refrigeration and heating system and electronic equipment
CN116451881B (en) * 2023-06-16 2023-08-22 南京信息工程大学 Short-time precipitation prediction method based on MSF-Net network model
CN117950088A (en) * 2024-03-26 2024-04-30 南京满星数据科技有限公司 Multi-mode-based precipitation prediction data fusion correction method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116307153A (en) * 2023-03-07 2023-06-23 广东热矩智能科技有限公司 Meteorological prediction method and device for energy conservation of refrigeration and heating system and electronic equipment
CN116451881B (en) * 2023-06-16 2023-08-22 南京信息工程大学 Short-time precipitation prediction method based on MSF-Net network model
CN117950088A (en) * 2024-03-26 2024-04-30 南京满星数据科技有限公司 Multi-mode-based precipitation prediction data fusion correction method
CN117950088B (en) * 2024-03-26 2024-06-04 南京满星数据科技有限公司 Multi-mode-based precipitation prediction data fusion correction method

Similar Documents

Publication Publication Date Title
CN110738252B (en) Space autocorrelation machine learning satellite precipitation data downscaling method and system
CN112905560B (en) Air pollution prediction method based on multi-source time-space big data deep fusion
CN115544889A (en) Numerical mode precipitation deviation correction method based on deep learning
CN111080070B (en) Urban land utilization cellular automaton simulation method based on space errors
CN107688906B (en) Multi-method fused transmission line meteorological element downscaling analysis system and method
CN112016052B (en) Near-surface daily maximum air temperature estimation method, system and terminal based on multi-source data
CN104764868B (en) A kind of soil organic matter Forecasting Methodology based on Geographical Weighted Regression
CN112684520A (en) Weather forecast correction method and device, computer equipment and storage medium
CN111665575B (en) Medium-and-long-term rainfall grading coupling forecasting method and system based on statistical power
CN113902580B (en) Historical farmland distribution reconstruction method based on random forest model
CN109636171A (en) A kind of comprehensive diagnos and risk evaluating method that regional vegetation restores
CN105243435A (en) Deep learning cellular automaton model-based soil moisture content prediction method
CN112131731B (en) Urban growth cellular simulation method based on spatial feature vector filtering
CN107798425A (en) A kind of space-time based on big data obscures degrees of exposure assessment system and method
CN114254802B (en) Prediction method for vegetation coverage space-time change under climate change drive
CN114861277B (en) Long-time-sequence territorial space function and structure simulation method
CN105974495A (en) Method for pre-judging future average cloud amount of target area by using classification fitting method
CN113011455B (en) Air quality prediction SVM model construction method
CN113033081A (en) Runoff simulation method and system based on SOM-BPNN model
CN113984198B (en) Shortwave radiation prediction method and system based on convolutional neural network
CN111401644A (en) Rainfall downscaling space prediction method based on neural network
Koolagudi Long-range prediction of Indian summer monsoon rainfall using data mining and statistical approaches
CN117273200A (en) Runoff interval forecasting method based on convolution optimization algorithm and Pyraformer neural network
Chao et al. A spatio-temporal neural network learning system for city-scale carbon storage capacity estimating
CN114004405A (en) Photovoltaic power prediction method and system based on Elman neural network and satellite cloud picture

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination