Calculates the number of outputs based on the given inputs.
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;