Determines the position of the given input(s) in the weather vector of the weather model.
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;