.AixLib.BoundaryConditions.WeatherData.Old.WeatherTRY.BaseClasses.CalculateNrOfOutputs

Information

Overview

Calculates the number of outputs based on the given inputs.

Interface

function CalculateNrOfOutputs
  input Boolean Cloud_cover "Cloud cover";
  input Boolean Wind_dir "Wind direction";
  input Boolean Wind_speed "Wind speed";
  input Boolean Air_temp "Air temperature";
  input Boolean Air_press "Air pressure";
  input Boolean Mass_frac "Mass fraction of water in dry air";
  input Boolean Rel_hum "Relative humidity";
  input Boolean Sky_rad "Long wave radiation of the sky on horizontal surface";
  input Boolean Ter_rad "Long wave terrestrial radiation from horizontal surface";
  output Integer m "Number of Outputs";
end CalculateNrOfOutputs;

Generated at 2024-11-21T19:25:40Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos