CN111626024A - Method and system for batch processing of SWCC model parameter data based on RETC software - Google Patents

Method and system for batch processing of SWCC model parameter data based on RETC software Download PDF

Info

Publication number
CN111626024A
CN111626024A CN202010337091.3A CN202010337091A CN111626024A CN 111626024 A CN111626024 A CN 111626024A CN 202010337091 A CN202010337091 A CN 202010337091A CN 111626024 A CN111626024 A CN 111626024A
Authority
CN
China
Prior art keywords
data
swcc
file
retc
model parameter
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.)
Granted
Application number
CN202010337091.3A
Other languages
Chinese (zh)
Other versions
CN111626024B (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 University of Geosciences
Original Assignee
China University of Geosciences
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 University of Geosciences filed Critical China University of Geosciences
Priority to CN202010337091.3A priority Critical patent/CN111626024B/en
Publication of CN111626024A publication Critical patent/CN111626024A/en
Application granted granted Critical
Publication of CN111626024B publication Critical patent/CN111626024B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/174Form filling; Merging
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Machine Translation (AREA)

Abstract

The invention discloses a method and a system for batch processing SWCC-soil moisture characteristic curve model parameter data based on RETC software. The method is applied to the RETC software, realizes batch processing of SWCC model parameter data, and in the aspects of large data volume of calculation results output by the software and non-selective display, traverses file matching characters according to the arrangement format of data in the RETC.

Description

Method and system for batch processing of SWCC model parameter data based on RETC software
Technical Field
The invention belongs to a method and a system for batch processing SWCC (soil moisture characteristic curve) model parameter data based on RETC software.
Background
The RETC software is soil moisture characteristic curve-SWCC model fitting software which is most widely applied at home and abroad at present. When the parameters of the soil moisture characteristic curve model are fitted, the soil moisture characteristic curve model to be fitted is selected, experimental data, data volume and weight occupied by data points of the soil moisture characteristic curve are input or copied and pasted, and a calculation result can be obtained by clicking a calculation button; the result file is opened in the result window by double-clicking, from which the model results are extracted.
The software is simple to operate and convenient to use; however, RETC software cannot perform batch processing on SWCC model parameter data, and for large-batch soil actual measurement data, if data is manually selected and input one by one and a result file is opened to find a model result, a large amount of time is consumed to perform repetitive work, and data errors are likely to be caused by misoperation and the like in continuous copying and pasting, which increases the difficulty in later-stage checking of calculation results.
On the other hand, because the RETC software has more contents of the result file, the result items mainly include: -INITial values of the coefficients; ② the Observed data; ③ correction matrix; fourthly, RSquated for regression of observed vs fixed values; nonlinear least-square analysis, final results; sixthly, the updated odd fixed data; seventhly, Sum of square of oven modified values; the soap hydrogel properties. However, when the data amount of each result item is not uniform and different test data is input, the number of result items also changes, and the calculation result cannot be selectively displayed in the current software, so that the calculation result required by extraction is inconvenient.
Disclosure of Invention
The invention aims to solve the technical problems that SWCC model parameter data cannot be processed in batch and extraction of required calculation results is inconvenient in the prior art, and provides a method and a system for processing SWCC model parameter data in batch based on RETC software.
The technical scheme adopted by the invention for solving the technical problems is as follows: a method for processing SWCC model parameter data in batch based on RETC software is constructed, and the method comprises the following steps:
sorting and extracting SWCC model parameter data, splitting the extracted data to obtain a plurality of text files;
the data write operation is performed: running RETC software, sequentially calling a text file comprising SWCC model parameter data, and writing data in the text file according to a format of RETC.IN; when the software runs, traversing all text files, and writing SWCC data included in each text file into an RETC.IN file;
running the calculation operation of the execution parameters of the RETC software, reading an RETC.OUT file, carrying out summary calculation on the SWCC model parameters recorded in the file, and outputting the result data; reading the RETC.OUT file in a text format, traversing file matching characters according to the arrangement format of data in the RETC.OUT file, and positioning a required SWCC model parameter calculation result; after positioning, extracting result data, writing the result data into an output file A by using a character string splitting function, and traversing the file A; in the traversing process, judging whether the data written in the file A is the result data required to be output or not according to the storage form of the data in the file A; and finally, storing and summarizing result data required to be output in an additional mode, and finishing batch processing of the SWCC model parameter data.
The invention discloses a system for batch processing SWCC model parameter data based on RETC software, which comprises the following modules:
the data sorting and extracting module is used for sorting and extracting SWCC model parameter data, splitting the extracted data and obtaining a plurality of text files;
the SWCC data calling and writing module is used for running the RETC software, sequentially calling a text file comprising SWCC model parameter data, and writing data in the text file according to a 'RETC.IN' format; when the software runs, traversing all text files, and writing the data volume of each text file and SWCC model parameter data included in each text file into an RETC.IN file;
the batch processing module is used for operating the execution parameter calculation operation of the RETC software, reading an RETC.OUT file, performing summary calculation on SWCC model parameters recorded in the file, and outputting the result data; reading the RETC.OUT file in a text format, traversing file matching characters according to the arrangement format of data in the RETC.OUT file, and positioning a required SWCC model parameter calculation result; after positioning, extracting result data, writing the result data into an output file A by using a character string splitting function, and traversing the file A; in the traversing process, judging whether the data written in the file A is the result data required to be output or not according to the storage form of the data in the file A; and finally, storing and summarizing result data required to be output in an additional mode, and finishing batch processing of the SWCC model parameter data.
The method and the system for batch processing of SWCC model parameter data based on RETC software have the following beneficial effects:
1. according to the data arrangement format in the RETC.OUT file, traversing the file matching characters, positioning the row where the required data is located, and realizing batch processing;
2. separating and writing the positioned structural data into an Excel table through a split () function, judging the data format of each row because the number of empty cells between each datum in the same row is changed differently due to different RETC. OUT files, and if the data format of the cell in which the empty cell is positioned is a non-empty value, determining the required parameter value; the separated parameter values are written into an Excel file in an additional mode, so that the calculation results of the RETC software can be quickly summarized, and the defect that the required calculation results are inconvenient to extract is overcome.
Drawings
The invention will be further described with reference to the accompanying drawings and examples, in which:
FIG. 1 is an implementation flow diagram;
FIG. 2 is a flow chart of data file preparation;
FIG. 3 is a flow chart of output structure analysis;
out file results analysis example;
FIG. 5 is a system block diagram of batch processing SWCC model parameter data based on RETC software.
Detailed Description
For a more clear understanding of the technical features, objects and effects of the present invention, embodiments of the present invention will now be described in detail with reference to the accompanying drawings.
Please refer to fig. 1, which is a flowchart illustrating an implementation of a method for batch processing SWCC model parameter data based on RETC software, the implementation includes the following steps:
1. sorting and extracting SWCC model parameter data, splitting the extracted data to obtain a plurality of text files (please refer to FIG. 2 for a specific data file preparation flow chart);
currently, in practice, to realize batch calculation of SWCC curve model parameters, data is prepared first, and in an actual project, a database is usually collected, which includes hundreds of sample data. Therefore, before processing, the embodiment considers that the extracted data is split according to the preset number, so as to obtain a plurality of text files, wherein the file name of each text file is named according to the preset number so as to be distinguished.
As shown in fig. 2, after data in a database such as ACCESS is acquired, each sample data (i.e., SWCC curve model parameter) is split into a txt text file, and the file of each text file is named according to a sample number, as shown in the figure, after the data is split, a text file named by a file name of 0003 number, a text file named by a file name of 0002 number, and a text file named by a file name of 0001 number are obtained.
Meanwhile, when the RETC software is operated to calculate SWCC curve model parameters, the parameters required by the software are the soil negative pressure value and the soil volume water content value, and must be presented in an array mode of n rows and 3 columns, so the format of the data stored in each file needs to be set as: the first column records the negative pressure value of the soil, the second column records the volume water content value of the soil, and currently, the third column which records the weight occupied by each row of data can be considered in adding one column. In summary, in the present step, when the extracted data is split, the extracted data is considered to be split according to the preset number, and it is ensured that the data in each text file is divided into two rows according to the format of "retc.in", where the first row records the negative pressure value of the soil, and the second row records the volume water content of the soil.
2. Running RETC software, sequentially calling a text file comprising SWCC model parameter data, and writing data in the text file according to a format of RETC.IN; when the software runs, traversing all text files, and writing the data volume of each text file and SWCC data included in each text file into a RETC.IN file; specifically, the method comprises the following steps:
when the RETC software is used, when parameters are input, the RETC software generates an retc.in file according to the input parameters, software default values and the like, so that the current parameter values required to be input are recorded in the retc.in file, a user only needs to change the parameters required to be changed, and other parameters are kept unchanged according to the original file;
meanwhile, according to the requirement, the parameter value of the soil moisture characteristic curve model "MType" can be modified, please refer to table 1, wherein "MType" is listed, that is, the corresponding values of different SWCC models:
TABLE 1
Figure BDA0002466218400000051
Figure BDA0002466218400000061
Wherein the first column records the negative pressure value of the soil, the second column records the volume water content of the soil, and the third column records the parameter value of the curve model MType.
When the software runs, each text file is sequentially accessed, and the soil negative pressure value and the soil volume water content of each sample in the file are obtained. When a data file is read each time, the retc.in file needs to be rewritten according to the RETC input file retc.in data format, and parameters needed for calculation are changed according to calculation needs, and the parameters needed to be calculated specifically include: a parameter value of a soil moisture characteristic curve model MType required to be calculated; the data volume of the data of the actually measured soil moisture characteristic curve of the sample, the actually measured soil moisture characteristic curve data and the weight of each data point. In files can now wait to be called and executed by RETC software after modification of the RETC.
3. After the data writing operation is executed, the execution parameter calculation operation of the RETC software is operated, the SWCC model parameters are summarized and calculated from a calculation output file-RETC.OUT file, and finally result data are output according to the calculation result; reading an RETC.OUT file in a text format, traversing file matching characters according to an arrangement format of data in the RETC.OUT file, positioning a required SWCC model parameter result, writing the result data into an output file A by a character string splitting function when extracting the result data after positioning, and traversing the file A; in the traversing process, whether the data written in the file A is the result data required to be output is judged according to the storage form of the data in the file, and the result data required to be output is saved and summarized in an additional mode, so that batch processing of the SWCC model parameter data is completed; specifically, when the above method is executed by RETC software:
after the retc.in file is prepared, running an executable file (retc.exe) of RETC software, at this time, popping up a RETC software window, at this time, using a code simulation mouse to perform a click operation, sequentially clicking a button "retentioncurredata", a window retentioncurredata button "Next", a window RETC guide button "OK", and when the operation is performed to this step, generating a "RETC calibration" operation frame, optionally, providing two methods to continue the operation:
(a1) calling a system 'virtual keyboard' application program, simulating a mouse to click an 'Enter' key, and executing 'Press Enterprise continuous' operation; (a2) embed VBS code or call the VBS file "CreateObject (" wscript. shell "). SendKeys" { Enter } ", implement the" Enter "key, complete the RETC software run.
When the execution parameter calculation operation of the RETC software is operated, the software can automatically call an RETC.IN file, and the RETC.OUT file is output after calculation; after the RETC software is finished running, the RETC calculation result is stored in the retc.out file under the same path of the retc.in file, and the retc.out file can be read in a text format at present.
In order to locate the result data, in this embodiment, it is considered that the line where the required data is located by traversing the file matching characters according to the data arrangement format in the retc.
As for the result of the parameter simulation Value, optionally, the position of the line "Variable Value S.E.Coeff.T-Value Lower Upper" below "Nonlinear least-squares" can be located, and the line of the parameters ThetaR, ThetaS, Alpha and n can be obtained. As shown in FIG. 4, in order to extract the second column of data below the alignment line "Nonlinear least-squares analysis: final results", this embodiment provides two possible methods:
(1) respectively writing the located line data into an Excel table by a split () function, if the required parameter is a second column of the table given by the retc.
And finally, writing the separated parameter values into an Excel file in an additional mode, and quickly finishing the summary of the calculation results of the RETC software.
The execution flow of the method can refer to fig. 3, the first processing step in fig. 3 is to locate the required data, and after the data is located, the located row data is processed by a split () function, wherein the split () function can be used for splitting the character string, slicing the character string by a designated delimiter, and returning to a partitioned character string list;
after the character string is sliced, whether the character string meets the specific arrangement structure condition of the required data is judged, and if the character string meets the specific arrangement structure condition, the required parameter value is stored in an Excel file, so that the analysis process of the output structure is realized.
(2) Directly copying the positioned row data to an Excel table H below, and then performing batch operation in the Excel by using the following pre-programmed VBA macro codes, wherein the pre-programmed VBA macro codes refer to:
Sub slipt()
Columns("H:H").Select
Selection.TextToColumns Destination:=Range("H1"),DataType:=xlDelimited,_
TextQualifier:=xlDoubleQuote,ConsecutiveDelimiter:=True,T ab:=True,_
Semicolon:=False,Comma:=False,Space:=True,Other:=False,FieldInfo_
:=Array(Array(1,1),Array(2,1),Array(3,1),Array(4,1),Array(5,1),Array(6,1),_
Array(7,1)),TrailingMinusNumbers:=True
Columns("K:N").Select
Selection.ClearContents
Range("I1:J4").Select
Selection.Copy
Range("A1").Select
Selection.PasteSpecial Paste:=xlPasteAll,Operation:=xlNone,SkipBlanks:=_
False,Transpose:=True
Range("I6").Select
End Sub。
when the method for batch processing SWCC model parameter data based on RETC software disclosed in the present invention is applied to a system, the system structure diagram refers to fig. 5:
the system comprises a data sorting and extracting module L1, an SWCC data calling and writing module L2 and a batch processing module L3, wherein each module has the functions of:
the data sorting and extracting module L1 is used for sorting and extracting SWCC model parameter data, splitting the extracted data and obtaining a plurality of text files; the data sorting and extracting module L1 further includes a data splitting module L11 and a text file processing module L12:
the data splitting module L11 is configured to split the extracted data according to a preset number when arranging and extracting SWCC model parameter data, so as to obtain a plurality of text files, where a file name of each text file is named according to the preset number, so as to be distinguished;
the text file processing module L12 is configured to, when splitting the extracted data according to a preset number, divide the SWCC model parameter data into two columns in sequence and write the two columns into a file according to a "retc.
The SWCC data calling and writing module L2 is used for running the RETC software, sequentially calling text files comprising SWCC model parameter data and writing data in the text files according to a format of RETC.IN; when the software runs, the method also comprises traversing all the text files, and writing the data volume of each text file and the SWCC data included in each text file into the RETC.
The batch processing module L3 is used for running the execution parameter calculation operation of the RETC software after the data write operation is executed, and summarizing and outputting the SWCC model parameters in the calculation output file-RETC. OUT file to result data; reading an RETC.OUT file in a text format, traversing file matching characters according to an arrangement format of data in the RETC.OUT file, positioning a required SWCC model parameter result, writing the structural data into an output file A by using a character string splitting function when extracting result data after positioning, traversing the file A, judging whether the data written in the file A is the result data required to be output according to a storage form of the data in the file, storing and summarizing the result data required to be output in an additional mode, and finishing batch processing of the SWCC model parameter data;
the batch processing module L3 further includes a positioning module L31, a character string splitting module L32, a cell data format determining module L33, and a data summarizing module L34, where each of the above modules functions as:
the positioning module L31 is configured to determine a row where the required SWCC model parameter data is located by determining a data flag character when positioning the required SWCC model parameter result in the retc.out file, thereby implementing positioning;
the character string splitting module L32 is used for writing the current SWCC model parameter result data into an output file A of an excel file type by a script () function;
the cell data format determining module L33 is configured to determine whether the cells in each row are empty and/or the format is a data format when traversing the file a, and if it is determined that the cell data format is not empty and/or the format is a data format, that is, the content written in the current cell is the result data to be output;
the data summarization module L34 is configured to store and summarize result data that needs to be output in an additional manner, that is, complete batch processing of SWCC model parameter data.
According to the method and the system for batch processing of SWCC model parameter data based on RETC software, file matching characters are traversed according to a data arrangement format in a RETC.OUT file, a row where required data is located is positioned, and batch processing is achieved; separating and writing the positioned structural data into an Excel table through a split () function, judging the data format of each row because the number of empty cells between each datum in the same row is changed differently due to different RETC. OUT files, and if the data format of the cell in which the empty cell is positioned is a non-empty value, determining the required parameter value; the separated parameter values are written into an Excel file in an additional mode, so that the calculation results of the RETC software can be quickly summarized, and the defect that the required calculation results are inconvenient to extract is overcome.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (10)

1. A batch processing method of SWCC model parameter data based on RETC software is characterized by comprising the following steps:
sorting and extracting SWCC model parameter data, splitting the extracted data to obtain a plurality of text files;
the data write operation is performed: running RETC software, sequentially calling a text file comprising SWCC model parameter data, and writing data in the text file according to a format of RETC.IN; when the software runs, traversing all text files, and writing SWCC data included in each text file into an RETC.IN file;
running the calculation operation of the execution parameters of the RETC software, reading an RETC.OUT file, carrying out summary calculation on the SWCC model parameters recorded in the file, and outputting the result data; reading the RETC.OUT file in a text format, traversing file matching characters according to the arrangement format of data in the RETC.OUT file, and positioning a required SWCC model parameter calculation result; after positioning, extracting result data, writing the result data into an output file A by using a character string splitting function, and traversing the file A; in the traversing process, judging whether the data written in the file A is the result data required to be output or not according to the storage form of the data in the file A; and finally, storing and summarizing result data required to be output in an additional mode, and finishing batch processing of the SWCC model parameter data.
2. The method for batch processing of SWCC model parameter data based on RETC software as claimed in claim 1, wherein when sorting and extracting SWCC model parameter data, the extracted data is split according to preset numbers to obtain a plurality of text files, wherein the file names of each text file are named according to the preset numbers and distinguished.
3. The RETC software-based method for batch processing of SWCC model parameter data according to claim 2, wherein said SWCC model parameter data comprises soil negative pressure values and soil volumetric water content;
when the extracted data are divided according to preset numbers, the SWCC model parameter data included in each text file are divided into two columns according to a format of 'RETC.IN', the first column is used for writing in a soil negative pressure value, and the second column is used for writing in the soil volume water content.
4. The RETC software-based method for batch processing of SWCC model parameter data according to claim 3, wherein when locating the required SWCC model parameter calculation results in RETC.
5. The RETC software-based method for batch processing of SWCC model parameter data according to claim 4, wherein performing summary calculations of SWCC model parameters from exported RETC.
Writing the SWCC model parameter calculation result into an output file A of an excel file type by a script () function;
traversing the file A, if the cell is not empty and/or the cell format is a data format, writing contents under the corresponding cell are result data required to be output;
and storing and summarizing result data required to be output in an additional mode, and finishing batch processing of SWCC model parameter data.
6. The batch processing method of SWCC model parameter data based on RETC software as claimed in claim 1 or 5, wherein positioning is performed on the required SWCC model parameter calculation results, and after positioning, the positioned result data can be copied to the column H of Excel table when result data extraction is performed; and executing batch processing operation in Excel according to the pre-written VBA macro code to obtain a final summary result, thereby completing batch processing of the SWCC model parameter data.
7. A batch processing system of SWCC model parameter data based on RETC software is characterized by comprising the following modules:
the data sorting and extracting module is used for sorting and extracting SWCC model parameter data, splitting the extracted data and obtaining a plurality of text files;
the SWCC data calling and writing module is used for running the RETC software, sequentially calling a text file comprising SWCC model parameter data, and writing data in the text file according to a 'RETC.IN' format; when the software runs, traversing all text files, and writing the data volume of each text file and SWCC data included in each text file into a RETC.IN file;
the batch processing module is used for operating the execution parameter calculation operation of the RETC software, reading an RETC.OUT file, performing summary calculation on SWCC model parameters recorded in the file, and outputting the result data; reading the RETC.OUT file in a text format, traversing file matching characters according to the arrangement format of data in the RETC.OUT file, and positioning a required SWCC model parameter calculation result; after positioning, extracting result data, writing the result data into an output file A by using a character string splitting function, and traversing the file A; in the traversing process, judging whether the data written in the file A is the result data required to be output or not according to the storage form of the data in the file A; and finally, storing and summarizing result data required to be output in an additional mode, and finishing batch processing of the SWCC model parameter data.
8. The system for batch processing of SWCC model parameter data based on RETC software as claimed in claim 7, wherein the data sorting and extracting module further comprises a data splitting module and a text file processing module, wherein:
the data splitting module is used for splitting the extracted data according to a preset number when the SWCC model parameter data are sorted and extracted, so that a plurality of text files are obtained, wherein the file name of each text file is named according to the preset number and is distinguished;
and the text file processing module is used for dividing the extracted data into two rows in sequence according to the RETC.IN format when the extracted data are divided according to preset numbers and writing the SWCC model parameter data including the soil negative pressure value and the soil volume water content into a file.
9. The RETC software-based system for batch processing SWCC model parameter data according to claim 8, wherein said batch processing module further comprises a positioning module;
and the positioning module is used for determining a row where the needed SWCC model parameter data are located by determining data mark characters when the needed SWCC model parameter result is positioned in the RETC.
10. The RETC software-based system for batch processing of SWCC model parameter data according to claim 9, wherein said batch processing module further comprises a string splitting module, a cell data format determining module and a data summarization module, wherein:
the character string splitting module is used for writing the current SWCC model parameter result data into an output file A of an excel file type by a script () function;
the cell data format judging module is used for traversing the file A, and if the cell is not empty and/or the cell format is a data format, the content written in the corresponding cell is the result data required to be output;
and the data summarizing module is used for storing and summarizing result data required to be output in an additional mode, and finishing batch processing of the SWCC model parameter data.
CN202010337091.3A 2020-04-24 2020-04-24 Method and system for batch processing of SWCC model parameter data based on RETC software Active CN111626024B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010337091.3A CN111626024B (en) 2020-04-24 2020-04-24 Method and system for batch processing of SWCC model parameter data based on RETC software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010337091.3A CN111626024B (en) 2020-04-24 2020-04-24 Method and system for batch processing of SWCC model parameter data based on RETC software

Publications (2)

Publication Number Publication Date
CN111626024A true CN111626024A (en) 2020-09-04
CN111626024B CN111626024B (en) 2022-06-24

Family

ID=72260561

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010337091.3A Active CN111626024B (en) 2020-04-24 2020-04-24 Method and system for batch processing of SWCC model parameter data based on RETC software

Country Status (1)

Country Link
CN (1) CN111626024B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117216822A (en) * 2023-08-30 2023-12-12 长江水利委员会长江科学院 Method and system for batch processing of unsaturated zone water salt migration numerical simulation
CN117216822B (en) * 2023-08-30 2024-06-04 长江水利委员会长江科学院 Method and system for batch processing of unsaturated zone water salt migration numerical simulation

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105005687A (en) * 2015-07-02 2015-10-28 中国矿业大学 Calculation method for underground water critical depth on condition of phreatic evaporation
WO2018067872A1 (en) * 2016-10-05 2018-04-12 Abbott Laboratories Devices and methods for sample analysis

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105005687A (en) * 2015-07-02 2015-10-28 中国矿业大学 Calculation method for underground water critical depth on condition of phreatic evaporation
WO2018067872A1 (en) * 2016-10-05 2018-04-12 Abbott Laboratories Devices and methods for sample analysis

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
李彬楠等: "土壤水分特征曲线模型参数的非线性传输函数研究", 《节水灌溉》 *
范严伟等: "土壤水分特征曲线VG模型参数求解对比研究", 《人民黄河》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117216822A (en) * 2023-08-30 2023-12-12 长江水利委员会长江科学院 Method and system for batch processing of unsaturated zone water salt migration numerical simulation
CN117216822B (en) * 2023-08-30 2024-06-04 长江水利委员会长江科学院 Method and system for batch processing of unsaturated zone water salt migration numerical simulation

Also Published As

Publication number Publication date
CN111626024B (en) 2022-06-24

Similar Documents

Publication Publication Date Title
CN111027294B (en) Method, device and system for summarizing table
US7278059B2 (en) Method for testing operating system components
US9959200B2 (en) User interface for composing test scenarios
Moore Python GUI Programming with Tkinter: Develop responsive and powerful GUI applications with Tkinter
US7831614B2 (en) System and method for generating SQL using templates
CN108388515A (en) Test data generating method, device, equipment and computer readable storage medium
JP2005508552A (en) Memory system for data objects
CN109614329B (en) Software test case aided design method based on interface control file
WO2020023159A1 (en) Spreadsheet cell calculation view providing multiple-representation editing
CN111367976A (en) Method and device for exporting EXCEL file data based on JAVA reflection mechanism
US6763360B2 (en) Automated language and interface independent software testing tool
CN110837471B (en) Test method, test device, server and storage medium
CN111782117A (en) Interface display method and device, storage medium and electronic device
CN111368167A (en) Chinese literature data automatic acquisition method based on web crawler technology
CN112256576B (en) Man-machine dialogue corpus testing method, device, equipment and storage medium
CN110365776A (en) Picture batch method for down loading, device, electronic equipment and storage medium
CN111626024B (en) Method and system for batch processing of SWCC model parameter data based on RETC software
CN113806661A (en) Website information barrier-free detection tool
CN113127445A (en) Domestic substitution migration method of foreign technology application system
CN107273293B (en) Big data system performance test method and device and electronic equipment
CN113238940A (en) Interface test result comparison method, device, equipment and storage medium
CN112231111A (en) Data pasting method and device, electronic equipment and storage medium
Moore et al. Python GUI Programming-A Complete Reference Guide: Develop responsive and powerful GUI applications with PyQt and Tkinter
CN113986305B (en) B/S model upgrade detection method, device, equipment and storage medium
US20240037325A1 (en) Ability to add non-direct ancestor columns in child spreadsheets

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