Skip to content

Commit ab3e176

Browse files
authored
formatting
1 parent be4ce3a commit ab3e176

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/metrics_ext.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,13 @@ In addition to the minimum set of parameters noted above, the following **additi
106106
* **ObsUnitsAdjust**: Similar to ModUnitsAdjust, but for reference dataset.
107107

108108
The following parameters are used for regional analysis using a shapefile:
109+
109110
* **shp_path**: Path to shapefile.
110111
* **attribute**: Attribute used to identify region (eg, column of attribute table). For example, "COUNTRY" in a shapefile of countries.
111112
* **region_name**: Unique feature value of the region that occurs in the attribute given by "--attribute". Must match only one geometry in the shapefile. An example is "NORTH_AMERICA" under the attribute "CONTINENTS".
112113

113114
These parameters are used for regional analysis using a coordinate list:
115+
114116
* **coords**: Coordinate lat/lon pair lists. The coordinate must be listed in consecutive order, as they would occur when walking the perimeter of the bounding shape. Does not need to be a box, but cannot have holes. For example [[lat1,lon1],[lat1,lon2],[lat2,lon2],[lat2,lon1]].
115117
* **region_name**: Name of region. Default is "custom".
116118

@@ -124,4 +126,4 @@ For this driver, we have implemented the Generalized Extreme Value analysis in p
124126
Reference
125127
==========
126128

127-
Michael Wehner, Peter Gleckler, Jiwoo Lee, 2020: Characterization of long period return values of extreme daily temperature and precipitation in the CMIP6 models: Part 1, model evaluation, Weather and Climate Extremes, 30, 100283, https://doi.org/10.1016/j.wace.2020.100283.
129+
Michael Wehner, Peter Gleckler, Jiwoo Lee, 2020: Characterization of long period return values of extreme daily temperature and precipitation in the CMIP6 models: Part 1, model evaluation, Weather and Climate Extremes, 30, 100283, https://doi.org/10.1016/j.wace.2020.100283.

0 commit comments

Comments
 (0)