Skip to content

Commit

Permalink
Per #1574, testing sub-bullet formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Nov 19, 2020
1 parent 881d93d commit df5cc54
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions met/docs/Users_Guide/appendixF.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,19 @@ In the dictionary, valid time, initialization time, lead time and accumulation t

The supported grid **type** strings are described below:

- **Lambert Conformal** grid dictionary entries:
- type ("Lambert Conformal")
- name (string)
- hemisphere (string: "N" or "S")
- scale_lat_1, scale_lat_2 (double)
- lat_pin, lon_pin, x_pin, y_pin (double)
- lon_orient (double)
- d_km, r_km (double)
- nx, ny (int)
• **Lambert Conformal** grid dictionary entries:

• type ("Lambert Conformal")
• name (string)
• hemisphere (string: "N" or "S")
• scale_lat_1, scale_lat_2 (double)
• lat_pin, lon_pin, x_pin, y_pin (double)
• lon_orient (double)
• d_km, r_km (double)
• nx, ny (int)

• **Polar Stereographic** grid dictionary entries:

• type ("Polar Stereographic")
• name (string)
• hemisphere (string: "N" or "S")
Expand All @@ -111,6 +113,7 @@ The supported grid **type** strings are described below:
• nx, ny (int)

• **Mercator** grid dictionary entries:

• type ("Mercator")
• name (string)
• lat_ll (double)
Expand All @@ -120,13 +123,15 @@ The supported grid **type** strings are described below:
• nx, ny (int)

• **LatLon** grid dictionary entries:

• type ("LatLon")
• name (string)
• lat_ll, lon_ll (double)
• delta_lat, delta_lon (double)
• Nlat, Nlon (int)

• **Rotated LatLon** grid dictionary entries:

• type ("Rotated LatLon")
• name (string)
• rot_lat_ll, rot_lon_ll (double)
Expand All @@ -136,6 +141,7 @@ The supported grid **type** strings are described below:
• aux_rotation (double)

• **Gaussian** grid dictionary entries:

• type ("Gaussian")
• name (string)
• lon_zero (double)
Expand Down

0 comments on commit df5cc54

Please sign in to comment.