Again, Did you look at CSVProc -- one of the many statistics is for MAX or MIN.
I have not personally used it recently. It implies it should be hourly but perhaps TimeStep/detailed would work as well.
We can also give you the source code. (I believe it is in Fortran but is a pretty simple program).
At 10:03 AM 9/18/2012, Jeremiah Crossett wrote:
Linda+Brent, Thank you for your response and for understanding the issue. I suppose I could run the parametric and optimization with the sensible cooling rate checked and plan to create a script that can get the data from the .eio or ,html.. it is surprising that there is not a way to do this currently within E+ such as the use of a readvarseso with a .rvi file, or better yet a min/max reporting option. This would be useful for discovery of peak load reduction strategies. How does one request a new feature to be added to the tax dollar funded E+ project ?>Is there a formal way to do this?
Adbou, Thank you but No, you will get the average number rather then the peak by clicking on spreadsheets button- if you read the post I want to get the maximum sensible cooling rate so I can plot a cart of many simulations at once. The average number does not indicate the design with the smallest cooling system size. I am doing this so that I can do smaller parametric runs on my PC of about 1000 simulations and larger optimisation runs on a university super computer. The goal is again to have a variable that shows peak cooling load. The information is available in the .eio file, but readvarseso can not get the info to write a csv file with.
Jeremiah D. Crossett | Senior Analyst | Phase Change Energy Solutions
120 E. Pritchard St. | Asheboro, NC 27203 | Mobile 503-688-8951
www.phasechange.com
On Tue, Sep 18, 2012 at 2:30 AM, Abdou Diop <diop01011985@xxxxxxxx> wrote:
- hellow
to obtain the csv format you will click on the spreadsheets botton
- thanks
- De : Jeremiah Crossett < jcrossett@xxxxxxxxxxxxxxx>
- À : EnergyPlus_Support@xxxxxxxxxxxxxxx
- Envoyé le : Mardi 18 septembre 2012 2h06
- Objet : Re: [EnergyPlus_Support] Re: Annual Peak cooling variable ?
- Brent, thanks again for your help and sorry I did not understand your suggestion, but now understand that the number is in the eso file but do not understand how to get it to csv.
- Linda, or Brent I found the max value but am not sure how to "tell' readvarseso to write this to CSV? Would you have any advise> ? Could I for instance out he word "Max" after the output variable name in a .RVI file? Because this is for a large set of output it would be great if there was some way to do this with .RVI or MVI.
- (So would such syntax as "Sensible Cooling Rate Max" work?) The issue is that I need to have single values so that thousands of runs can be compared to each other at one time such as in this spreadsheet: https://docs.google.com/spreadsheet/ccc?key=0Ag7cD5ZV9QwRdFgyWjJXN3IyTVduc2VrcXRlLU95ZlE
- So from the eso file I have the following values:
- Average value is 368.89[W]
- Peak value is 1160.83[W] the date of August 21st Minute 16 minutes 53 seconds,
- Minimum value is 7.74[W] the date of August 21st Minute 6 minutes 60 seconds.
- Program Version,EnergyPlus-64-MP 7.1.0.012, 9/17/2012 5:54 PM
- 1,5,Environment Title[],Latitude[degrees],Longitude[degrees],Time Zone[],Elevation[m]
- 2,6,Day of Simulation[],Month[],Day of Month[],DST Indicator[1=yes 0=no],Hour[],StartMinute[],EndMinute[],DayType
- 3,3,Cumulative Day of Simulation[],Month[],Day of Month[],DST Indicator[1=yes 0=no],DayType ! When Daily Report Variables Requested
- 4,2,Cumulative Days of Simulation[],Month[] ! When Monthly Report Variables Requested
- 5,1,Cumulative Days of Simulation[] ! When Run Period Report Variables Requested
- 170,11,BLOCK1:ZONE1,Zone/Sys Sensible Cooling Rate [W] !RunPeriod [Value,Min,Month,Day,Hour,Minute,Max,Month,Day,Hour,Minute]
- End of Data Dictionary
- 1,LOS ANGELES INTL ARPT ANN CLG 1% CONDNS DB=>MWB, 33.93,-118.40, -8.00, 30.00
- 5,1
- 170,368.896154813203,7.74481364945149, 8,21, 6,60,1160.83097862286, 8,21,16,53
- End of Data
- Number of Records Written= 1
- Jeremiah D. Crossett | Senior Analyst | Phase Change Energy Solutions
- 120 E. Pritchard St. | Asheboro, NC 27203 | Mobile 503-688-8951
- www.phasechange.com
- On Mon, Sep 17, 2012 at 5:02 PM, L Lawrie <linda@xxxxxxxxxxxxxx> wrote:
- >
- >
- >
- > Did you read, as I suggested, about the eso file?
- >
- > Output Details explains it. Here is a RunPeriod header:
- > 8,11,Environment,Outdoor Dry Bulb [F] !RunPeriod [Value,Min,Month,Day,Hour,Minute,Max,Month,Day,Hour,Minute]
- >
- > that is:
- > report number (8), number of arguments (11), Key value (Environment), variable (Outdoor Dry Bulb [ F]), on the line:
- >
- > 8, average value, Minimum value, month,day,hour, minute of minimum, same for maximum.
- >
- > eso is the real output.
- >
- > ReadVarsESO is an example post processing program of how one might read it.
- >
- >