public final class SaturationVirtualPotentialTemperature extends AirTemperature
Modifier and Type | Method and Description |
---|---|
static visad.Data |
create(visad.Data pressure,
visad.Data temperature)
Creates a saturation virtual potential temperature data object from data
objects of in situ air temperature, and water vapor mixing-ratio.
|
getRealTupleType, getRealType
getRealType, getRealType, realType
realTupleType, setRealTupleType
public static visad.Data create(visad.Data pressure, visad.Data temperature) throws visad.TypeException, visad.UnimplementedException, visad.VisADException, java.rmi.RemoteException
pressure
- The air pressure data object.temperature
- The in situ air temperature data object.visad.TypeException
- At least one argument has the wrong type.visad.UnimplementedException
- Necessary operation not yet implemented.visad.VisADException
- Couldn't create necessary VisAD object.java.rmi.RemoteException
- Java RMI failure.VisADMath