一键导入
understand-energyplus-idf-file
This skill describes a CLI utility to get short summaries of key inputs and assumptions from EnergyPlus .idf files
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
This skill describes a CLI utility to get short summaries of key inputs and assumptions from EnergyPlus .idf files
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
cpmodel is a skill for creating linear change point models that are often used in the the monitoring and verification of whole building energy use. It is a CLI tool that aids in completing the required regressions.
mplot is a concise programming language and CLI for producing simple 2d plots. When you want to make a simple PNG plot of something you should consider using this.
We use influx as our time series database for building automation system data. This skill describes the setup and tools for making use of that data.
redo is a build system, a competitor to make. It relies on simple script files, written in any language.
`xlwrite` is a simple CLI utility that can take a TSV input and write the data to an Excel spreadsheet.
Neobem is a domain specific language for generating EnergyPlus idf files. It is a simple epxression based language that is a superset of the `idf` file format. It should be used when you want to generate idf files with paramaterization and abstraction.
基于 SOC 职业分类
| name | Understand EnergyPlus IDF file |
| description | This skill describes a CLI utility to get short summaries of key inputs and assumptions from EnergyPlus .idf files |
I have a CLI utility, idf.py that you can use to get useful summarirized information from EnergyPlus IDF files.
You should be using this skill when you are required to audit or check certain parts of an EnergyPlus IDF file.
It is invoked with idf.py.
This is the output of the current help. You can always use idf.py --help to see the latest.
Usage: idf.py COMMAND [filename]
Commands:
eflh: Print the equivalent full load hours of fractional schedules.
construction: Print the R-value and U-value of constructions.
int_loads: Print internal loads.
airloops: Print air loop design flow rates.
chillers: Print chiller design data.
cooling_towers: Print cooling tower design data.
const_sch: Print constant schedules.
day_sch: Print day schedules.
sch_process: Process day schedules.
sch_compact: Print compact schedules.
zones: Print zone details.
spaces: Print space details.
Options:
--header: Print a header row.
--dir DIR: Directory for sch_process.
Example usage:
$ idf.py --header construction 'envelope,lights,hvac.idf'
Construction R-Value (ft²·°F·hr/Btu) U-Value (Btu/hr·ft²·°F)
Barracks Roof 25.45 0.039
Barracks Exterior Wall 16.79 0.060
Interior Wall 0.45 2.219
Barracks Ceiling Floor 0.25 4.004
Construction_Barracks_Window 2.22 0.450