net.simplace.model.dwd.TestEquations




public class TestEquations {
// Public Constructors
public TestEquations();


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

public static double calcRefET(double aMaxTemp, double aMinTemp, double
aWindSpeed, double aAltidude, double aGlobalRadiation, double
aAngstroemA, double aAngstroemB, double aLatitudeInRad, int aDOY)
throws Exception;


returns the refET


}