net.simplace.model.dwd.AngstroemGenerator

Name_state Id_state Schleswig-Holstein 1 Hamburg 2 Niedersachsen 3 Bremen 4 Nordrhein-Westfalen 5 Hessen 6 Rheinland-Pfalz 7 Baden-W�rttemberg 8 Bayern 9 Saarland 10 Berlin 11 Brandenburg 12 Mecklenburg-Vorpommern 13 Sachsen 14 Sachsen-Anhalt 15 Th�ringen 16


public class AngstroemGenerator extends net.simplace.app.MainApp {
// Public Constructors
public AngstroemGenerator(String aWorkDir);


// Class Methods
public static void main(String[] args);

public static double getAngstroemB(double aBrightSunshineHours, double
aLatitudeIntRadians, int aDayOfYear, double aAngstrom_a, double
aRadiationValue) throws Exception;

Returns the Angstroem B Value. If the solar radiation is not measured, it is calculated with the Angstrom formula which relates solar radiation to extraterrestrial radiation and relative sunshine duration (FAO 56, chap. 3, eq, 35) Radiation value given as solar radiation [MJ/m².day]
returns the AngstroemBValue

// Public Instance Methods
public void create1x1AngstroemFiles() throws IOException;

public void repairRadiationFiles(File aFolder);



}



Hierarchy: java.lang.Object - net.simplace.util.FWApplication - net.simplace.app.MainApp - AngstroemGenerator