Skip to content

Commit

Permalink
Github Issue #1091 Keep only the North Hemisphere lon and lats in the…
Browse files Browse the repository at this point in the history
… config file to serve as example for plotting a specific area of the map.
  • Loading branch information
bikegeek committed Oct 27, 2021
1 parent d60a69d commit c09a716
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 76 deletions.
34 changes: 7 additions & 27 deletions parm/use_cases/met_tool_wrapper/CyclonePlotter/CyclonePlotter.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,34 +46,14 @@ CYCLONE_PLOTTER_GLOBAL_PLOT = no
# is set to False or N[n]o, then define the region of the world to plot.
# Longitudes can range from -180 to 180 degrees and latitudes from -90 to 90 degrees

# -------------------------------------------------
# EXAMPLE OF BOUNDING BOX SETTINGS FOR SOME REGIONS
# -------------------------------------------------
# --------------------------------
# EXAMPLE OF BOUNDING BOX SETTINGS
# --------------------------------
# NORTHERN HEMISPHERE
# CYCLONE_PLOTTER_WEST_LON = -180
# CYCLONE_PLOTTER_EAST_LON = 179
# CYCLONE_PLOTTER_SOUTH_LAT = 0
# CYCLONE_PLOTTER_NORTH_LAT = 90

# EASTERN PACIFIC BASIN
# CYCLONE_PLOTTER_WEST_LON = -175
# CYCLONE_PLOTTER_EAST_LON = -75
# CYCLONE_PLOTTER_SOUTH_LAT = 3
# CYCLONE_PLOTTER_NORTH_LAT = 33

# WESTERN PACIFIC
# CYCLONE_PLOTTER_WEST_LON = 105
# CYCLONE_PLOTTER_EAST_LON = 180
# CYCLONE_PLOTTER_SOUTH_LAT = 0
# CYCLONE_PLOTTER_NORTH_LAT = 50

# CONUS
CYCLONE_PLOTTER_WEST_LON = -140
CYCLONE_PLOTTER_EAST_LON = -40
CYCLONE_PLOTTER_SOUTH_LAT = 15
CYCLONE_PLOTTER_NORTH_LAT = 65


CYCLONE_PLOTTER_WEST_LON = -180
CYCLONE_PLOTTER_EAST_LON = 179
CYCLONE_PLOTTER_SOUTH_LAT = 0
CYCLONE_PLOTTER_NORTH_LAT = 90


##
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,32 +116,14 @@ CYCLONE_PLOTTER_GLOBAL_PLOT = no
# is set to False or N[n]o, then define the region of the world to plot.
# Longitudes can range from -180 to 180 degrees and latitudes from -90 to 90 degrees

# -------------------------------------------------
# EXAMPLE OF BOUNDING BOX SETTINGS FOR SOME REGIONS
# -------------------------------------------------
# --------------------------------
# EXAMPLE OF BOUNDING BOX SETTINGS
# --------------------------------
# NORTHERN HEMISPHERE
# CYCLONE_PLOTTER_WEST_LON = -180
# CYCLONE_PLOTTER_EAST_LON = 179
# CYCLONE_PLOTTER_SOUTH_LAT = 0
# CYCLONE_PLOTTER_NORTH_LAT = 90

# EASTERN PACIFIC BASIN
# CYCLONE_PLOTTER_WEST_LON = -175
# CYCLONE_PLOTTER_EAST_LON = -75
# CYCLONE_PLOTTER_SOUTH_LAT = 3
# CYCLONE_PLOTTER_NORTH_LAT = 33

# WESTERN PACIFIC
CYCLONE_PLOTTER_WEST_LON = 105
CYCLONE_PLOTTER_EAST_LON = 180
CYCLONE_PLOTTER_WEST_LON = -180
CYCLONE_PLOTTER_EAST_LON = 179
CYCLONE_PLOTTER_SOUTH_LAT = 0
CYCLONE_PLOTTER_NORTH_LAT = 50

# CONUS
# CYCLONE_PLOTTER_WEST_LON = -140
# CYCLONE_PLOTTER_EAST_LON = -40
# CYCLONE_PLOTTER_SOUTH_LAT = 15
# CYCLONE_PLOTTER_NORTH_LAT = 65
CYCLONE_PLOTTER_NORTH_LAT = 90

##
# Indicate the size of symbol (point size)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,32 +145,14 @@ CYCLONE_PLOTTER_GLOBAL_PLOT = no
# is set to False or N[n]o, then define the region of the world to plot.
# Longitudes can range from -180 to 180 degrees and latitudes from -90 to 90 degrees

# -------------------------------------------------
# EXAMPLE OF BOUNDING BOX SETTINGS FOR SOME REGIONS
# -------------------------------------------------
# --------------------------------
# EXAMPLE OF BOUNDING BOX SETTINGS
# --------------------------------
# NORTHERN HEMISPHERE
# CYCLONE_PLOTTER_WEST_LON = -180
# CYCLONE_PLOTTER_EAST_LON = 179
# CYCLONE_PLOTTER_SOUTH_LAT = 0
# CYCLONE_PLOTTER_NORTH_LAT = 90

# EASTERN PACIFIC BASIN
# CYCLONE_PLOTTER_WEST_LON = -175
# CYCLONE_PLOTTER_EAST_LON = -75
# CYCLONE_PLOTTER_SOUTH_LAT = 3
# CYCLONE_PLOTTER_NORTH_LAT = 33

# WESTERN PACIFIC
# CYCLONE_PLOTTER_WEST_LON = 105
# CYCLONE_PLOTTER_EAST_LON = 180
# CYCLONE_PLOTTER_SOUTH_LAT = 0
# CYCLONE_PLOTTER_NORTH_LAT = 50

# CONUS
CYCLONE_PLOTTER_WEST_LON = -140
CYCLONE_PLOTTER_EAST_LON = -40
CYCLONE_PLOTTER_SOUTH_LAT = 15
CYCLONE_PLOTTER_NORTH_LAT = 65
CYCLONE_PLOTTER_WEST_LON = -180
CYCLONE_PLOTTER_EAST_LON = 179
CYCLONE_PLOTTER_SOUTH_LAT = 0
CYCLONE_PLOTTER_NORTH_LAT = 90

# Indicate the size of symbol (point size)
CYCLONE_PLOTTER_CIRCLE_MARKER_SIZE = 2
Expand Down

0 comments on commit c09a716

Please sign in to comment.