public class Intensity
extends java.lang.Object
Constructor and Description |
---|
Intensity() |
Modifier and Type | Method and Description |
---|---|
static double[] |
adt_CIno(java.lang.String HistoryFileName)
Compute final CI-Number applying various Dvorak Rules, such as the now
famous Rule 9.
|
static double |
adt_latbias(boolean InitStrengthTF,
boolean LandFlagTF,
java.lang.String HistoryFileName,
double InputLatitude,
double InputLongitude)
Apply Latitude Bias Adjustment to CI value.
|
static double[] |
adt_scenesearch(java.lang.String HistoryFileName,
boolean InitStrengthTF,
boolean LandFlagTF)
Search for valid scene range for Latitude Bias Adjustment application.
|
static double |
adt_TnoFinal(int TimeAvgDurationID)
Compute time averaged T-Number value using previous and current intensity
estimates.
|
static double[] |
adt_TnoRaw(int RedoIntensityFlag,
java.lang.String HistoryFileName)
Compute initial Raw T-Number value using original Dvorak rules
|
static void |
CalculateIntensity(int RedoIntensityFlagValue,
boolean RunFullAnalysis,
java.lang.String HistoryFileName)
Compute intensity values CI, Final T#, and Raw T#.
|
public static void CalculateIntensity(int RedoIntensityFlagValue, boolean RunFullAnalysis, java.lang.String HistoryFileName)
RedoIntensityFlagValue
- Recalculate Intensity flag value.RunFullAnalysis
- Whether or not a full analysis should be performed.HistoryFileName
- Path to history file.public static double[] adt_TnoRaw(int RedoIntensityFlag, java.lang.String HistoryFileName)
RedoIntensityFlag
- Recalculate Intensity flag value.HistoryFileName
- Path to history file.public static double adt_TnoFinal(int TimeAvgDurationID)
Average using a time-weighted averaging scheme.
TimeAvgDurationID
- Time average duration flag. Use 0
for 6 hour and
1
for 3 hour.public static double[] adt_CIno(java.lang.String HistoryFileName)
HistoryFileName
- Path to history file.public static double adt_latbias(boolean InitStrengthTF, boolean LandFlagTF, java.lang.String HistoryFileName, double InputLatitude, double InputLongitude)
InitStrengthTF
- LandFlagTF
- Flag that represents land status.HistoryFileName
- Path to history file.InputLatitude
- Current latitude of storm.InputLongitude
- Current longitude of storm.public static double[] adt_scenesearch(java.lang.String HistoryFileName, boolean InitStrengthTF, boolean LandFlagTF)
HistoryFileName
- Path to history file.InitStrengthTF
- LandFlagTF
- Over land?