public class Aeri extends Object implements ScalarMapListener
| Modifier and Type | Method and Description |
|---|---|
void |
controlChanged(ScalarMapControlEvent e)
Receive a
ScalarMapEvent when the map control changes. |
static double |
equivPotentialTemperature(double theta,
double temp,
double press) |
static double |
equivPotentialTemperatureStar(double theta,
double Q,
double temp) |
static ImageSequence |
init_images(String image_directory) |
static void |
main(String[] args) |
void |
mapChanged(ScalarMapEvent e)
Receive a
ScalarMapEvent when the map data changes. |
static double |
mixingRatio(double t,
double p)
mixing ratio
|
static double |
potentialTemperature(double t,
double p) |
static double |
relativeHumidity(double t,
double td)
relative humidity
|
static double |
satVapPres(double t)
saturation vapor pressure over water.
|
public Aeri(String[] args) throws VisADException, RemoteException, IOException
VisADExceptionRemoteExceptionIOExceptionpublic static void main(String[] args) throws VisADException, RemoteException, IOException
VisADExceptionRemoteExceptionIOExceptionpublic static ImageSequence init_images(String image_directory) throws VisADException, RemoteException, IOException
VisADExceptionRemoteExceptionIOExceptionpublic void mapChanged(ScalarMapEvent e) throws VisADException, RemoteException
ScalarMapListenerScalarMapEvent when the map data changes.mapChanged in interface ScalarMapListenere - the eventVisADException - If there is a problem notifying this listener.RemoteException - If there was an RMI-related problem.public void controlChanged(ScalarMapControlEvent e)
ScalarMapListenerScalarMapEvent when the map control changes.controlChanged in interface ScalarMapListenere - the eventpublic static double satVapPres(double t)
public static double mixingRatio(double t,
double p)
public static double relativeHumidity(double t,
double td)
public static double potentialTemperature(double t,
double p)
public static double equivPotentialTemperature(double theta,
double temp,
double press)
public static double equivPotentialTemperatureStar(double theta,
double Q,
double temp)
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.