jeplus will not stop simulation after adding rvx item
Hi, everyone! I'm learning energyplus and jeplus by using DOE reference Buildings to do simulation and optimization. Now i meet a problem. When I add any RVX item in result collection then run simulation, the monitor will show 100% completed but program not stop. Once I delete RVX, it can successfully complete simulation. But I want to collect some specific variables for research, can anyone tell me how to solve? I use energyplus25.1 and jeplus 2.2Here is the txt content in json file:
{
"projectType" : "EPLUS",
"projectID" : "G",
"projectNotes" : "RetailOpt",
"weatherDir" : "D:\\Project\\Jeplus\\RetailOpt\\",
"weatherFile" : "USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw",
"idfdir" : "D:\\Project\\Jeplus\\RetailOpt\\",
"idftemplate" : "RefBldgStand-aloneRetailNew2004_v1.3_5.0_2A_USA_TX_HOUSTONl.imf",
"dckdir" : "D:\\Project\\Jeplus\\RetailOpt\\",
"outputFileNames" : "trnsysout.csv",
"parameters" : [ {
"paramType" : "PARAMETRICS",
"id" : "P0",
"name" : "material",
"description" : "Construction Type with different thickness",
"searchString" : "@@type@@",
"type" : "INTEGER",
"valuesString" : "[1 :1 :3 ]",
"selectedAltValue" : 0
} ],
"rvx" : {
"notes" : "",
"rvis" : [ ],
"csvs" : [ {
"sourceCsv" : "eplustbl.csv",
"fromReport" : "Annual Building Utility Performance Summary",
"fromFor" : "Entire Facility",
"fromTable" : "Site and Source Energy",
"fromColumn" : "Total Energy [GJ]",
"fromRow" : "Total Site Energy",
"tableName" : "TotalEnergy",
"columnHeaders" : "Total Energy [GJ]",
"usedInCalc" : true
} ],
"sqls" : [ ],
"scripts" : [ ],
"userSupplied" : [ ],
"trns" : [ ],
"userVars" : [ ],
"objectives" : [ ],
"constraints" : [ ]
},
"execSettings" : {
"numThreads" : 24,
"workDir" : "D:\\Project\\Jeplus\\RetailOpt\\output\\",
"subSet" : -1,
"sampleOpt" : "SHUFFLE",
"randomSeed" : 12345,
"numberOfJobs" : 81,
"jobListFile" : "select job list file ...",
"rerunAll" : true,
"keepJEPlusFiles" : true,
"keepEPlusFiles" : true,
"deleteSelectedFiles" : false,
"selectedFiles" : "*.dxf *.htm *.mtd *.mdd *.rdd *.shd *.out *.audit *.eio *.idd *.bnd *.ini",
"timeout" : 0,
"steps" : {
"prepareJobs" : true,
"collectResults" : true,
"jobListFile" : "joblist_out.csv",
"runSimulations" : true,
"writeJobList" : true
}
}
}
Thanks