C G M W

C

convert(String, ArrayList<String>) - Static method in class ConvertWeatherData
Read and convert data from weather file in epw format
ConvertWeatherData - Class in <Unnamed>
This program converts a weather file from .epw format for EnergyPlus to .mos format for Modelica.
ConvertWeatherData() - Constructor for class ConvertWeatherData
 

G

getSimulationTime(int[]) - Static method in class ConvertWeatherData
Transfer weather time from a format in year, month, date, hour and minute to a format in seconds for simulation

M

main(String[]) - Static method in class ConvertWeatherData
This method is used to transfer the weather data file from .epw format for EnergyPlus to .mos for Modelica

W

write(String, ArrayList<String>) - Static method in class ConvertWeatherData
Write converted data into .mos file

C G M W