.AixLib.BoundaryConditions.WeatherData.Old.WeatherTRY.BaseClasses.DeterminePositionsInWeatherVector

Information

Overview

Determines the position of the given input(s) in the weather vector of the weather model.

Interface

function DeterminePositionsInWeatherVector
  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 sky radiation on horizontal surface";
  input Boolean Ter_rad "Long Wave terrestrial radiation from horizontal surface";
  output Integer[9] PosWV = fill(0, 9) "Determined postition in weather data vector";
end DeterminePositionsInWeatherVector;

Revisions


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