Skip to content

Commit

Permalink
Fixed bug with reading LFTX from NAM
Browse files Browse the repository at this point in the history
Fixed wrong variable being read in when attempting to get lifted index
from NAM GRIB1 files.
  • Loading branch information
averydonovan committed Jun 20, 2016
1 parent 857b5f2 commit c9f5899
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.mccollinsmith.donovan</groupId>
<artifactId>SkewTVSP</artifactId>
<name>Skew-T Virtual Sounding Plotter</name>
<version>0.1.0-rc.1</version>
<version>0.1.0</version>
<url>http://github.com/donovan1983/SkewTVirtualSoundingPlotter/</url>
<inceptionYear>2016</inceptionYear>
<developers>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.mccollinsmith.donovan</groupId>
<artifactId>SkewTVSP</artifactId>
<version>0.1.0-rc.1</version>
<version>0.1.0</version>
<packaging>jar</packaging>
<repositories>
<repository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class ModelDataFile {
private final String varNameLftxGFS4 = "Surface_Lifted_Index_surface";
private final String varNameLftxGFS3 = "Surface_lifted_index_surface";
private final String varNameLftxGRB
= "Surface_lifted_index_layer_between_two_isobaric_layer";
= "Parcel_lifted_index_to_500_hPa_layer_between_two_pressure_difference_from_ground_layer";
private final String varNameUGrd = "u-component_of_wind_isobaric";
private final String varNameVGrd = "v-component_of_wind_isobaric";

Expand Down

0 comments on commit c9f5899

Please sign in to comment.