visad.aeri
Class Aeri
- java.lang.Object
-
- visad.aeri.Aeri
-
- All Implemented Interfaces:
- java.util.EventListener, ScalarMapListener
public class Aeri extends java.lang.Object implements ScalarMapListener
-
-
Constructor Summary
Constructors Constructor and Description Aeri(java.lang.String[] args)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcontrolChanged(ScalarMapControlEvent e)Receive aScalarMapEventwhen the map control changes.static doubleequivPotentialTemperature(double theta, double temp, double press)static doubleequivPotentialTemperatureStar(double theta, double Q, double temp)static ImageSequenceinit_images(java.lang.String image_directory)static voidmain(java.lang.String[] args)voidmapChanged(ScalarMapEvent e)Receive aScalarMapEventwhen the map data changes.static doublemixingRatio(double t, double p)mixing ratiostatic doublepotentialTemperature(double t, double p)static doublerelativeHumidity(double t, double td)relative humiditystatic doublesatVapPres(double t)saturation vapor pressure over water.
-
-
-
Constructor Detail
-
Aeri
public Aeri(java.lang.String[] args) throws VisADException, java.rmi.RemoteException, java.io.IOException- Throws:
VisADExceptionjava.rmi.RemoteExceptionjava.io.IOException
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws VisADException, java.rmi.RemoteException, java.io.IOException- Throws:
VisADExceptionjava.rmi.RemoteExceptionjava.io.IOException
-
init_images
public static ImageSequence init_images(java.lang.String image_directory) throws VisADException, java.rmi.RemoteException, java.io.IOException
- Throws:
VisADExceptionjava.rmi.RemoteExceptionjava.io.IOException
-
mapChanged
public void mapChanged(ScalarMapEvent e) throws VisADException, java.rmi.RemoteException
Description copied from interface:ScalarMapListenerReceive aScalarMapEventwhen the map data changes.- Specified by:
mapChangedin interfaceScalarMapListener- Parameters:
e- the event- Throws:
VisADException- If there is a problem notifying this listener.java.rmi.RemoteException- If there was an RMI-related problem.
-
controlChanged
public void controlChanged(ScalarMapControlEvent e)
Description copied from interface:ScalarMapListenerReceive aScalarMapEventwhen the map control changes.- Specified by:
controlChangedin interfaceScalarMapListener- Parameters:
e- the event
-
satVapPres
public static double satVapPres(double t)
saturation vapor pressure over water. t in kelvin.
-
mixingRatio
public static double mixingRatio(double t, double p)mixing ratio
-
relativeHumidity
public static double relativeHumidity(double t, double td)relative humidity
-
potentialTemperature
public static double potentialTemperature(double t, double p)
-
equivPotentialTemperature
public static double equivPotentialTemperature(double theta, double temp, double press)
-
equivPotentialTemperatureStar
public static double equivPotentialTemperatureStar(double theta, double Q, double temp)
-
-
DMelt 3.0 © DataMelt by jWork.ORG