CN108196949B - Wind measurement data processing method and related equipment - Google Patents

Wind measurement data processing method and related equipment Download PDF

Info

Publication number
CN108196949B
CN108196949B CN201711497958.6A CN201711497958A CN108196949B CN 108196949 B CN108196949 B CN 108196949B CN 201711497958 A CN201711497958 A CN 201711497958A CN 108196949 B CN108196949 B CN 108196949B
Authority
CN
China
Prior art keywords
micro
calculated
micro addressing
complaint
addressing
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.)
Active
Application number
CN201711497958.6A
Other languages
Chinese (zh)
Other versions
CN108196949A (en
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.)
China Resource Power Technology Research Institute
Original Assignee
China Resource Power Technology Research Institute
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 China Resource Power Technology Research Institute filed Critical China Resource Power Technology Research Institute
Priority to CN201711497958.6A priority Critical patent/CN108196949B/en
Publication of CN108196949A publication Critical patent/CN108196949A/en
Application granted granted Critical
Publication of CN108196949B publication Critical patent/CN108196949B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Abstract

The embodiment of the application provides a processing method of anemometry data and related equipment, which are used for improving the efficiency of wind resource assessment work. The method comprises the following steps: receiving a calculation request of a micro site selection item to be calculated; analyzing the micro addressing item to be calculated to determine a target key information parameter; inquiring a preset emergency degree value table according to the target key information parameter to determine a first calculation sequence value of the micro addressing item to be calculated; determining a second calculation order value of the micro addressing item currently being calculated; sorting the first computed order value and the second computed order value to determine a target computed order; and when the target calculation sequence does not exceed the fluctuation of a preset time period, calculating the micro addressing items to be calculated and the micro addressing items currently being calculated based on the target calculation sequence.

Description

Wind measurement data processing method and related equipment
Technical Field
The application relates to the field of wind power generation, in particular to a wind measurement data processing method and related equipment.
Background
Due to the large-scale development of wind power generation in southern low wind speed areas, the workload and importance of early wind resource assessment work are dramatically increased. The improvement of the calculation precision tends to increase the requirements on the performance and the calculation amount of the computer, and the increase of the project amount also has higher requirements on the calculation efficiency. Therefore, how to efficiently and accurately evaluate the wind resources is an urgent problem to be solved.
The wind resource assessment work has the characteristics of randomness of calculated amount, timeliness of submission time, randomness of the number of tasks submitted simultaneously and the like. Therefore, how to optimize the task allocation logic is a development direction to be developed.
The current calculation for wind resource assessment work is also a simple sequential method based on the time of submitting calculations. Therefore, the actual situation of the project is ignored, and the urgent project cannot be adjusted in time. The task that caused the degree of urgency was generally done with the computation, while the very urgent item was still waiting in line for the computation.
Disclosure of Invention
The embodiment of the application provides a wind measurement data processing method and related equipment, which are used for improving the efficiency of wind resource assessment work.
A first aspect of the embodiments of the present application provides a method for processing anemometry data, which specifically includes:
receiving a calculation request of a micro site selection item to be calculated;
analyzing the micro addressing item to be calculated to determine a target key information parameter;
inquiring a preset emergency degree value table according to the target key information parameter to determine a first calculation sequence value of the micro addressing item to be calculated;
determining a second calculation order value of the micro addressing item currently being calculated;
sorting the first computed order value and the second computed order value to determine a target computed order;
and when the target calculation sequence does not exceed the fluctuation of a preset time period, calculating the micro addressing items to be calculated and the micro addressing items currently being calculated based on the target calculation sequence.
Optionally, when the target calculation order exceeds the fluctuation of the preset time period, sending the target calculation order to a responsible person of the micro addressing project exceeding the fluctuation of the preset time period;
and when the complaint request is not received within the preset time, calculating the micro addressing item to be calculated and the micro addressing item currently being calculated based on the target calculation sequence.
Optionally, when a complaint request is received within the preset time period, extracting special parameters of the complaint micro addressing project carried in the complaint request;
judging whether the special parameters of the complaint micro addressing project are legal or not;
if the answer is legal, increasing the weight value of the key information parameter of the complaint micro addressing project;
determining a first calculation sequence based on the weighted key information of the complaint micro addressing project and other micro addressing projects except the complaint micro addressing project in the target calculation sequence;
and calculating the micro addressing items to be calculated and the micro addressing items currently being calculated based on the first calculation sequence.
Optionally, the determining a first calculation order based on the weighted critical information parameters of the complaint micro addressing project includes:
inquiring the preset urgency value table according to the weighted key information parameters of the complaint micro addressing items to determine a third calculation sequence value of the complaint micro addressing items;
determining fourth calculation sequence values of other micro addressing items except the complaint micro addressing item in the target calculation sequence;
sorting the third calculated order value and the fourth calculated order value to determine the first calculation order.
Optionally, rejecting the complaint request when the key information parameter of the complaint micro addressing project is illegal;
and calculating the micro addressing items to be calculated and the micro addressing items currently being calculated based on the target calculation sequence.
A second aspect of the embodiments of the present application provides a wind measurement data processing apparatus, which specifically includes:
the receiving unit is used for receiving a calculation request of a micro addressing item to be calculated;
the analysis unit is used for analyzing the micro addressing item to be calculated so as to determine a target key information parameter;
the determining unit is used for inquiring a preset urgency value table according to the target key information parameter so as to determine a first calculating sequence value of the micro addressing item to be calculated;
the determining unit is further configured to determine a second calculation order value of the micro addressing item currently being calculated;
the determining unit is further configured to order the first calculation order value and the second calculation order value to determine a target calculation order;
a calculating unit, configured to calculate the micro addressing item to be calculated and the micro addressing item currently being calculated based on the target calculation order when the target calculation order does not exceed a fluctuation of a preset time period.
Optionally, the sending unit is further configured to send the target calculation order to a person in charge of the micro addressing item exceeding the fluctuation of the preset time period when the target calculation order exceeds the fluctuation of the preset time period;
and the calculating unit is further used for calculating the micro addressing items to be calculated and the micro addressing items currently calculated based on the target calculating sequence when the complaint request is not received within the preset time length.
Optionally, the apparatus further comprises:
the extraction unit is used for extracting the special parameters of the complaint micro addressing project carried in the complaint request when the complaint request is received within the preset time length;
the judging unit is used for judging whether the special parameters of the complaint micro addressing project are legal or not;
the weight modifying unit is used for increasing the weight value of the key information parameter of the complaint micro addressing project when the special parameter of the complaint micro addressing project is legal;
the determining unit is further configured to determine a first calculation order based on the weighted key information of the complaint micro addressing items and other micro addressing items except the complaint micro addressing items in the target calculation order;
the computing unit is further configured to compute the micro addressing item to be computed and the micro addressing item currently being computed based on the first computation order.
A third aspect of embodiments of the present application provides a processor for executing a computer program, where the computer program executes to perform the steps of the method according to the above aspects.
A fourth aspect of embodiments of the present application provides a computer-readable storage medium having a computer program stored thereon, wherein: the computer program, when executed by a processor, performs the steps of the method of the aspects described above.
In summary, in this embodiment, the emergency degree value table is set in advance, different weight values are assigned to the emergency degree value tables corresponding to the key information parameters in the micro addressing projects, and the micro addressing projects to be calculated and the micro addressing projects currently being calculated are sorted according to the obtained calculation sequence value, so that the calculation sorting problem of who is behind who is quantized is quantified, calculation tasks are efficiently assigned, and the efficiency of the wind resource evaluation work is improved.
Drawings
Fig. 1 is a schematic view of an embodiment of a method for processing anemometry data according to an embodiment of the present application;
fig. 2 is a schematic view of another embodiment of a method for processing anemometry data according to an embodiment of the present application;
fig. 3 is a schematic diagram of an embodiment of a wind measurement data processing apparatus provided in an embodiment of the present application;
fig. 4 is a schematic view of another embodiment of a wind measurement data processing apparatus provided in an embodiment of the present application;
fig. 5 is a schematic structural diagram of a wind measurement data processing apparatus in an embodiment of the present application.
Detailed Description
The embodiment of the application provides a wind measurement data processing method and related equipment, and the efficiency of wind resource assessment work is improved.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims of the present application and in the drawings described above, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that the embodiments described herein may be practiced otherwise than as specifically illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Referring to fig. 1, fig. 1 is a schematic view of an embodiment of a method for processing anemometry data according to an embodiment of the present application, including:
101. receiving a calculation request of a micro addressing item to be calculated.
In this embodiment, the wind measurement data processing system may receive a calculation request of a micro site item to be calculated, which is input by a user, where the micro site item is a basis for evaluating the wind resource of a certain place.
102. And analyzing the micro addressing item to be calculated to determine the key information parameters of the target.
In this embodiment, after receiving a calculation request of a micro addressing item to be calculated, the micro addressing item to be calculated may be analyzed to determine a target key information parameter, where the target key information parameter includes: the method comprises the following steps of micro addressing project grid quantity, calculation range, sector number, calculation step length, drawing area, project located node, project affiliated large area, calculation type and other key information parameters. The manner of parsing the micro-addressing item is not particularly limited herein.
103. And inquiring a preset emergency degree value table according to the target key information parameters to determine a first calculation sequence value of the micro addressing item to be calculated.
In this embodiment, the emergency degree table is preset and is inside the system, where an abscissa of the emergency degree table is each information parameter, an ordinate of the emergency degree table is different grades of each information parameter, each grade of each information parameter corresponds to a fixed value, and each information parameter also corresponds to a preset weight value. A preset urgency value table may be consulted to determine a first calculation order value for the micro addressing item to be calculated.
It should be noted that, the wind measurement data processing system may obtain the conditions of server resources, equipment resources and idle resources occupied by the currently calculated number of items by counting the resource usage conditions, and then determine the first calculation sequence value of the micro addressing item to be calculated based on the conditions of server resources, equipment resources and idle resources occupied by the currently calculated number of items. For example, when the currently occupied server resources and device resources are higher, the idle resources are lower, and therefore, the first calculation sequence value of the micro addressing item to be calculated is relatively lower.
104. A second computed order value for the currently computed micro addressing item is determined.
In this embodiment, since there may be other micro addressing items being calculated in the system, at this time, the second calculation order value of the micro addressing item being currently calculated may be determined. The second calculation order value is the same as the number of the current micro-addressing items, for example, if there are 5 micro-addressing items, there are 5 second calculation order values. The determination of the second calculation order value of the currently-calculated micro-addressed item is not particularly limited, and for example, as in step 103, a preset urgency value table may be queried according to the key information parameter of each micro-addressed item to determine the calculation order value, or other manners may also be used, and the determination is not particularly limited.
It should be noted that, the first calculation order value of the micro addressing item to be calculated may be determined through steps 101 to 103, and the second calculation order value of the micro addressing item currently being calculated may be determined through step 104, however, there is no sequential execution order limitation between these two steps, and step 101 to step 103 may be executed first, or step 104 may be executed simultaneously, which is not limited specifically.
105. The first computed order value and the second computed order value are sorted to determine a target computation order.
In this embodiment, after the first calculation order value and the second calculation order value are obtained, the first calculation order value and the second calculation order value may be sorted to determine the target calculation order. For example, if the micro addressing item to be calculated is E, the calculation order value of the E item is 0.5, the current micro addressing items being calculated are A, B, C, D respectively, the calculation order value corresponding to the a item is 1.0, the calculation order value corresponding to the B item is 0.9, the calculation order value corresponding to the C item is 0.7, and the calculation order value corresponding to the D item is 0.4, the obtained target calculation order is A, B, C, E, D.
106. And judging whether the target calculation sequence exceeds the fluctuation of the preset time period, if so, executing step 108, and if not, executing step 107.
In this embodiment, referring to step 105, for example, the obtained target calculation order is A, B, C, E, D, since the calculation order of the micro addressing item E to be calculated is arranged before the calculation order of the item D, it only needs to determine whether the calculation time of the item D exceeds the original calculation time, if so, step 108 is executed, and if so, step 107 is executed.
107. And calculating the micro addressing items to be calculated and the micro addressing items currently being calculated based on the target calculation sequence.
In this embodiment, when the target calculation order does not exceed the fluctuation of the preset time period, the micro addressing item to be calculated and the micro addressing item currently being calculated are calculated based on the target calculation order.
108. Other operations are performed.
In the present embodiment, when the target calculation order exceeds the fluctuation of the preset time period, other operations are performed.
In summary, in this embodiment, the emergency degree value table is set in advance, different weight values are assigned to the emergency degree value tables corresponding to the key information parameters in the micro addressing projects, and the micro addressing projects to be calculated and the micro addressing projects currently being calculated are sorted according to the obtained calculation sequence value, so that the calculation sorting problem of who is behind who is quantized is quantified, calculation tasks are efficiently assigned, and the efficiency of the wind resource evaluation work is improved.
Referring to fig. 2, fig. 2 is a schematic view of another embodiment of a method for processing anemometry data in an embodiment of the present application, which specifically includes:
201. receiving a calculation request of a micro addressing item to be calculated.
202. And analyzing the micro addressing item to be calculated to determine the key information parameters of the target.
203. And inquiring a preset emergency degree value table according to the target key information parameters to determine a first calculation sequence value of the micro addressing item to be calculated.
204. A second computed order value for the currently computed micro addressing item is determined.
205. The first computed order value and the second computed order value are sorted to determine a target computation order.
206. And judging whether the target calculation sequence exceeds the fluctuation of the preset time period, if so, executing step 208, and if not, executing step 207.
207. And calculating the micro addressing items to be calculated and the micro addressing items currently being calculated based on the target calculation sequence.
It should be noted that steps 201 to 207 shown in fig. 2 are similar to steps 101 to 107 shown in fig. 1, and the above description has been given in detail, and detailed description thereof is omitted here.
208. And sending the target calculation sequence to a responsible person of the micro addressing project fluctuating beyond a preset time period.
In this embodiment, when the target calculation order exceeds the fluctuation of the preset time period, the target calculation order is sent to the person in charge of the micro addressing item exceeding the fluctuation of the preset time period.
209. And judging whether a complaint request is received within a preset time length, if so, executing step 210, and if not, executing step 207.
In this embodiment, it may be determined whether the complaint request is received within the preset time period, step 210 is executed when the complaint request is received within the preset time period, and step 207 is executed when the complaint request is not received within the preset time period, that is, the micro addressing items to be calculated and the micro addressing items currently being calculated are calculated according to the target calculation sequence.
210. And extracting special parameters of the complaint micro-addressing project carried in the complaint request.
In this embodiment, when a complaint request is received within a preset time period, a special parameter of a complaint micro-addressing project carried in the complaint request is extracted, that is, when a project of a person in charge of the project is in the preset time period, a calculation sequence needs to be adjusted according to the actual situation of the project, the complaint request can be sent, the complaint request carries the special parameter of the complaint micro-addressing project, and the special parameter is a detailed description of the special situation of the project.
211. And judging whether the special parameters of the micro addressing project are legal or not, if so, executing step 212, and if not, executing step 215.
In this embodiment, after determining the special parameter of the complaint micro addressing item, it can be determined whether the special parameter is legal, if so, step 212 is executed, and if not, step 215 is executed.
212. And increasing the weight value of the key information parameter of the complaint micro addressing project.
In this embodiment, if the special parameter of the micro addressing item is legal, the weight value of the parameter of the key information parameter of the micro addressing item is increased.
It should be noted that, the specific determination manner in step 211 is not limited, for example, legal conditions corresponding to various special parameters may be set in the system in advance, and a legal request directly corresponding to the preset various special parameters may determine whether the special parameters of the complaint micro addressing project are legal, or may send the special parameters of the complaint micro addressing project to a background manager for evaluation to determine whether the special parameters are legal. In addition, the increase of the weight value may be, for example, storing a weight increase value corresponding to each legitimate special parameter in the system, or increasing the weight value after evaluation by a back-end manager.
213. And determining a first calculation sequence based on the weighted key information parameters of the complaint micro addressing items and other micro addressing items except the complaint micro addressing items in the target calculation sequence.
In this embodiment, the preset urgency value table may be queried according to the weighted key information parameter of the complaint micro addressing item to determine a third calculation sequence value of the complaint micro addressing item; determining fourth calculation sequence values of other micro addressing items except the complaint micro addressing item in the target calculation sequence; the third calculated order value and the fourth calculated order value are sorted to determine the first calculation order. The specific calculation sequence arrangement, from step 103 to step 105 shown in fig. 1, has already been described in detail, and is not described herein again.
214. The micro addressing items to be calculated and the micro addressing items currently being calculated are calculated based on the first calculation order.
In this embodiment, after the first calculation order is determined, the micro addressing items to be calculated and the micro addressing items currently being calculated may be calculated based on the first calculation order.
215. Refute complaint request.
In this embodiment, when it is determined that the special parameter of the complaint micro addressing project is illegal, the complaint request can be rejected. And calculating the micro addressing items to be calculated and the micro addressing items currently being calculated based on the target calculation request.
In summary, in this embodiment, the emergency degree table is set in advance, different weight values are assigned to the emergency degree tables corresponding to the key information parameters in the micro addressing projects, the micro addressing projects to be calculated and the micro addressing projects currently being calculated are sorted by the obtained calculation sequence value, and a complaint mechanism is set, so that different requirements of different addressing projects can be met, the calculation sorting problem of who is first and then behind can be quantified, calculation tasks are efficiently assigned, and the efficiency of wind resource assessment work is improved.
The embodiments of the present application are described above from the perspective of a method for processing wind measurement data, and are described below from the perspective of a wind measurement data processing device.
Referring to fig. 3, an embodiment of the wind measurement data processing apparatus in the embodiment of the present application includes:
a receiving unit 301, configured to receive a calculation request of a micro addressing item to be calculated;
the analyzing unit 302 is configured to analyze the micro addressing item to be calculated to determine a target key information parameter;
a determining unit 303, configured to query a preset urgency value table according to the target key information parameter to determine a first calculation sequence value of the micro addressing item to be calculated;
the determining unit 303 is further configured to determine a second calculation order value of the micro addressing item currently being calculated;
the determining unit 303 is further configured to order the first calculation order value and the second calculation order value to determine a target calculation order;
a calculating unit 304, configured to calculate the micro addressing items to be calculated and the micro addressing items currently being calculated based on the target calculation order when the target calculation order does not exceed the fluctuation of the preset time period.
For ease of understanding, the embodiments of the present application are described in detail below with reference to fig. 4.
Referring to fig. 4, fig. 4 is a schematic diagram of another embodiment of a wind measurement data processing apparatus according to the present application, which specifically includes:
a receiving unit 401, configured to receive a calculation request of a micro addressing item to be calculated;
an analyzing unit 402, configured to analyze the micro addressing item to be calculated to determine a target key information parameter;
a determining unit 403, configured to query a preset urgency value table according to the target key information parameter to determine a first calculation order value of the micro addressing item to be calculated;
the determining unit 403 is further configured to determine a second calculation order value of the micro addressing item currently being calculated;
the determining unit 403 is further configured to sort the first calculation order value and the second calculation order value to determine a target calculation order;
a calculating unit 404, configured to calculate, based on the target calculation order, a micro addressing item to be calculated and a micro addressing item currently being calculated when the target calculation order does not exceed the fluctuation of the preset time period;
a sending unit 401, configured to send the target calculation order to a person in charge of the micro addressing project exceeding the fluctuation of the preset time period when the target calculation order exceeds the fluctuation of the preset time period;
the calculating unit 404 is further configured to calculate, based on the target calculation order, the micro addressing items to be calculated and the micro addressing items currently being calculated when the complaint request is not received within the preset time period;
an extracting unit 405, configured to extract a special parameter of a complaint micro addressing item carried in a complaint request when the complaint request is received within a preset time period;
a judging unit 406, configured to judge whether a special parameter of the complaint micro addressing item is legal;
the weight modifying unit 407 is configured to, when the special parameter of the complaint micro addressing item is legal, increase a weight value of a key information parameter of the complaint micro addressing item;
the determining unit 403 is further configured to determine a first calculating order based on the weighted key information of the complaint micro addressing items and other micro addressing items except the complaint micro addressing items in the target calculating order;
the calculation unit 404 is further configured to calculate the micro addressing items to be calculated and the micro addressing items currently being calculated based on the first calculation order.
The interaction manner between the units of the anemometry data processing apparatus in this embodiment is as described in the foregoing embodiment shown in fig. 2 and fig. 1, and details thereof are not repeated here.
In summary, in this embodiment, the emergency degree table is set in advance, different weight values are assigned to the emergency degree tables corresponding to the key information parameters in the micro addressing projects, the micro addressing projects to be calculated and the micro addressing projects currently being calculated are sorted by the obtained calculation sequence value, and a complaint mechanism is set, so that different requirements of different addressing projects can be met, the calculation sorting problem of who is first and then behind can be quantified, calculation tasks are efficiently assigned, and the efficiency of wind resource assessment work is improved.
Referring to fig. 5, an embodiment of the present application further provides a wind measurement data processing apparatus, where the wind measurement data processing apparatus includes a processor 501 and a memory 502, where the receiving unit, the analyzing unit, the determining unit, and the calculating unit are all stored in the memory as program units, and the processor executes the program units stored in the memory to implement corresponding functions.
The processor 501 includes a kernel, and the kernel calls a corresponding program unit from a memory. The kernel can be set to one or more, and the user data is updated by adjusting the kernel parameters.
The memory 502 may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
An embodiment of the present application provides a storage medium on which a program is stored, which when executed by a processor implements the anemometry data processing method.
The embodiment of the application provides a processor, wherein the processor is used for running a program, and the wind measuring data processing method is executed when the program runs.
The embodiment of the application provides equipment, the equipment comprises a processor, a memory and a program which is stored on the memory and can run on the processor, and the following steps are realized when the processor executes the program:
receiving a calculation request of a micro site selection item to be calculated;
analyzing the micro addressing item to be calculated to determine a target key information parameter;
inquiring a preset emergency degree value table according to the target key information parameter to determine a first calculation sequence value of the micro addressing item to be calculated;
determining a second calculation order value of the micro addressing item currently being calculated;
sorting the first computed order value and the second computed order value to determine a target computed order;
and when the target calculation sequence does not exceed the fluctuation of a preset time period, calculating the micro addressing items to be calculated and the micro addressing items currently being calculated based on the target calculation sequence.
Optionally, when the target calculation order exceeds the fluctuation of the preset time period, sending the target calculation order to a responsible person of the micro addressing project exceeding the fluctuation of the preset time period;
and when the complaint request is not received within the preset time, calculating the micro addressing item to be calculated and the micro addressing item currently being calculated based on the target calculation sequence.
Optionally, when a complaint request is received within the preset time period, extracting special parameters of the complaint micro addressing project carried in the complaint request;
judging whether the special parameters of the complaint micro addressing project are legal or not;
if the answer is legal, increasing the weight value of the key information parameter of the complaint micro addressing project;
determining a first calculation sequence based on the weighted key information of the complaint micro addressing project and other micro addressing projects except the complaint micro addressing project in the target calculation sequence;
and calculating the micro addressing items to be calculated and the micro addressing items currently being calculated based on the first calculation sequence.
Optionally, the determining a first calculation order based on the weighted critical information parameters of the complaint micro addressing project includes:
inquiring the preset urgency value table according to the weighted key information parameters of the complaint micro addressing items to determine a third calculation sequence value of the complaint micro addressing items;
determining fourth calculation sequence values of other micro addressing items except the complaint micro addressing item in the target calculation sequence;
sorting the third calculated order value and the fourth calculated order value to determine the first calculation order.
Optionally, rejecting the complaint request when the key information parameter of the complaint micro addressing project is illegal;
and calculating the micro addressing items to be calculated and the micro addressing items currently being calculated based on the target calculation sequence.
The device herein may be a server, a PC, a PAD, a mobile phone, etc.
The present application further provides a computer program product adapted to perform a program for initializing the following method steps when executed on a data processing device:
receiving a calculation request of a micro site selection item to be calculated;
analyzing the micro addressing item to be calculated to determine a target key information parameter;
inquiring a preset emergency degree value table according to the target key information parameter to determine a first calculation sequence value of the micro addressing item to be calculated;
determining a second calculation order value of the micro addressing item currently being calculated;
sorting the first computed order value and the second computed order value to determine a target computed order;
and when the target calculation sequence does not exceed the fluctuation of a preset time period, calculating the micro addressing items to be calculated and the micro addressing items currently being calculated based on the target calculation sequence.
Optionally, when the target calculation order exceeds the fluctuation of the preset time period, sending the target calculation order to a responsible person of the micro addressing project exceeding the fluctuation of the preset time period;
and when the complaint request is not received within the preset time, calculating the micro addressing item to be calculated and the micro addressing item currently being calculated based on the target calculation sequence.
Optionally, when a complaint request is received within the preset time period, extracting special parameters of the complaint micro addressing project carried in the complaint request;
judging whether the special parameters of the complaint micro addressing project are legal or not;
if the answer is legal, increasing the weight value of the key information parameter of the complaint micro addressing project;
determining a first calculation sequence based on the weighted key information of the complaint micro addressing project and other micro addressing projects except the complaint micro addressing project in the target calculation sequence;
and calculating the micro addressing items to be calculated and the micro addressing items currently being calculated based on the first calculation sequence.
Optionally, the determining a first calculation order based on the weighted critical information parameters of the complaint micro addressing project includes:
inquiring the preset urgency value table according to the weighted key information parameters of the complaint micro addressing items to determine a third calculation sequence value of the complaint micro addressing items;
determining fourth calculation sequence values of other micro addressing items except the complaint micro addressing item in the target calculation sequence;
sorting the third calculated order value and the fourth calculated order value to determine the first calculation order.
Optionally, rejecting the complaint request when the key information parameter of the complaint micro addressing project is illegal;
and calculating the micro addressing items to be calculated and the micro addressing items currently being calculated based on the target calculation sequence. The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (6)

1. A method for processing anemometry data is characterized by comprising the following steps:
receiving a calculation request of a micro site selection item to be calculated;
analyzing the micro addressing item to be calculated to determine a target key information parameter;
inquiring a preset emergency degree value table according to the target key information parameter to determine a first calculation sequence value of the micro addressing item to be calculated;
determining a second calculation order value of the micro addressing item currently being calculated;
sorting the first computed order value and the second computed order value to determine a target computed order;
when the target calculation sequence does not exceed the fluctuation of a preset time period, calculating the micro addressing items to be calculated and the micro addressing items currently being calculated based on the target calculation sequence;
when the target calculation sequence exceeds the fluctuation of the preset time period, sending the target calculation sequence to a responsible person of the micro addressing project exceeding the fluctuation of the preset time period;
when the complaint request is not received within the preset time, calculating the micro addressing item to be calculated and the micro addressing item currently being calculated based on the target calculation sequence;
when the complaint request is received within the preset time length, the method further comprises:
extracting special parameters of the complaint micro addressing project carried in the complaint request;
judging whether the special parameters of the complaint micro addressing project are legal or not;
if the answer is legal, increasing the weight value of the key information parameter of the complaint micro addressing project;
determining a first calculation sequence based on the weighted key information of the complaint micro addressing project and other micro addressing projects except the complaint micro addressing project in the target calculation sequence;
and calculating the micro addressing items to be calculated and the micro addressing items currently being calculated based on the first calculation sequence.
2. The method of claim 1, wherein said determining a first calculation order based on weighted key information parameters of said complaint micro-addressing project comprises:
inquiring the preset emergency degree value table according to the weighted key information parameters of the complaint micro addressing items to determine a third calculation sequence value of the complaint micro addressing items;
determining fourth calculation sequence values of other micro addressing items except the complaint micro addressing item in the target calculation sequence;
sorting the third calculated order value and the fourth calculated order value to determine the first calculation order.
3. The method of claim 1, wherein when the critical information parameter of the complaint micro-addressing item is not legitimate, the method further comprises:
refuting the complaint request;
and calculating the micro addressing items to be calculated and the micro addressing items currently being calculated based on the target calculation sequence.
4. A device for processing anemometry data, comprising:
the receiving unit is used for receiving a calculation request of a micro addressing item to be calculated;
the analysis unit is used for analyzing the micro addressing item to be calculated so as to determine a target key information parameter;
the determining unit is used for inquiring a preset urgency value table according to the target key information parameter so as to determine a first calculating sequence value of the micro addressing item to be calculated;
the determining unit is further configured to determine a second calculation order value of the micro addressing item currently being calculated;
the determining unit is further configured to order the first calculation order value and the second calculation order value to determine a target calculation order;
a calculation unit configured to calculate the micro addressing item to be calculated and the micro addressing item currently being calculated based on the target calculation order when the target calculation order does not exceed a fluctuation of a preset time period;
the sending unit is further used for sending the target calculation sequence to a responsible person of the micro addressing project exceeding the fluctuation of the preset time period when the target calculation sequence exceeds the fluctuation of the preset time period;
the computing unit is further configured to compute the micro addressing items to be computed and the micro addressing items currently being computed based on the target computing sequence when the complaint request is not received within a preset time length;
the extraction unit is used for extracting the special parameters of the complaint micro addressing project carried in the complaint request when the complaint request is received within the preset time length;
the judging unit is used for judging whether the special parameters of the complaint micro addressing project are legal or not;
the weight modifying unit is used for increasing the weight value of the key information parameter of the complaint micro addressing project when the special parameter of the complaint micro addressing project is legal;
the determining unit is further configured to determine a first calculation order based on the weighted key information of the complaint micro addressing items and other micro addressing items except the complaint micro addressing items in the target calculation order;
the computing unit is further configured to compute the micro addressing item to be computed and the micro addressing item currently being computed based on the first computation order.
5. A processor for executing a computer program, the computer program executing the method according to any one of claims 1 to 3.
6. A computer-readable storage medium having stored thereon a computer program, characterized in that: the computer program realizing the steps of the method according to any one of claims 1 to 3 when executed by a processor.
CN201711497958.6A 2017-12-28 2017-12-28 Wind measurement data processing method and related equipment Active CN108196949B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711497958.6A CN108196949B (en) 2017-12-28 2017-12-28 Wind measurement data processing method and related equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711497958.6A CN108196949B (en) 2017-12-28 2017-12-28 Wind measurement data processing method and related equipment

Publications (2)

Publication Number Publication Date
CN108196949A CN108196949A (en) 2018-06-22
CN108196949B true CN108196949B (en) 2021-05-04

Family

ID=62587673

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711497958.6A Active CN108196949B (en) 2017-12-28 2017-12-28 Wind measurement data processing method and related equipment

Country Status (1)

Country Link
CN (1) CN108196949B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105139269A (en) * 2015-07-17 2015-12-09 同济大学 Multiphase wind power plant micro site selection method
CN105184470A (en) * 2015-08-28 2015-12-23 浪潮软件股份有限公司 Message mode-based method for integrating task lists of multiple business systems
CN106651161A (en) * 2016-12-08 2017-05-10 国网浙江杭州市富阳区供电公司 Acquisition operation and maintenance and dynamic tasking method

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100499492C (en) * 2005-03-01 2009-06-10 华为技术有限公司 Method for realizing electronic work order queuing
KR101880452B1 (en) * 2012-02-06 2018-08-17 삼성전자주식회사 Apparatus and method for scheduling kernel execution order
CN102945507B (en) * 2012-10-09 2016-01-20 东北大学 Based on distributing wind energy turbine set Optimizing Site Selection method and the device of Fuzzy Level Analytic Approach
CN107077111A (en) * 2013-12-26 2017-08-18 绿色能源实验室有限公司 Utility network, intermittent energy management system
CN106707166B (en) * 2017-01-05 2019-08-06 云南电网有限责任公司电力科学研究院 A kind of output of wind electric field method of evaluating characteristic

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105139269A (en) * 2015-07-17 2015-12-09 同济大学 Multiphase wind power plant micro site selection method
CN105184470A (en) * 2015-08-28 2015-12-23 浪潮软件股份有限公司 Message mode-based method for integrating task lists of multiple business systems
CN106651161A (en) * 2016-12-08 2017-05-10 国网浙江杭州市富阳区供电公司 Acquisition operation and maintenance and dynamic tasking method

Also Published As

Publication number Publication date
CN108196949A (en) 2018-06-22

Similar Documents

Publication Publication Date Title
CN107145489B (en) Information statistics method and device for client application based on cloud platform
CN109542789B (en) Code coverage rate statistical method and device
CN106713396B (en) Server scheduling method and system
CN106487603B (en) Response testing method and device
CN109309596B (en) Pressure testing method and device and server
US9053170B2 (en) Relationship discovery in business analytics
CN110019298B (en) Data processing method and device
CN110334012B (en) Risk assessment method and device
Kratzke et al. About automatic benchmarking of iaas cloud service providers for a world of container clusters
CN110689211A (en) Method and device for evaluating website service capability
CN112433908B (en) Method, system, device and medium for determining interval time of detection server
CN112526905B (en) Processing method and system for index abnormity
CN108196949B (en) Wind measurement data processing method and related equipment
CN112579847A (en) Method and device for processing production data, storage medium and electronic equipment
CN116560968A (en) Simulation calculation time prediction method, system and equipment based on machine learning
CN116955148A (en) Service system testing method, device, equipment, storage medium and product
CN111382069A (en) Data flow testing method and system
CN109597743B (en) Page circling method, click rate statistical method and related equipment
CN110213123A (en) A kind of flux monitoring method, device and equipment
CN113360553B (en) Data cold and hot degree evaluation method and server
CN108074042B (en) Anemometry data processing system
WO2021096346A1 (en) A computer-implemented system for management of container logs and its method thereof
Ostashev Automated verification of information models for capital construction projects to mitigate environmental impact
CN110888811A (en) Code coverage rate information processing method and device, electronic equipment and medium
CN110633214A (en) Configuration method and device of internal test message

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
GR01 Patent grant
GR01 Patent grant