From b72c9a2223638175fdc7df41e9933ef30610b394 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Tue, 10 May 2022 06:44:00 +0200 Subject: [PATCH] Update docstring --- inputs/distributions.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/inputs/distributions.py b/inputs/distributions.py index be0b1c9..3577eae 100644 --- a/inputs/distributions.py +++ b/inputs/distributions.py @@ -3,7 +3,11 @@ This will calculate the values required to generate triangular distributions, i.e. 'min', 'mode', and 'max' in the `numpy.random.triang()` function. -The values are written to 'triang-values.csv' +Reads: + 'IPCC AR6.xlsx' + +Writes: + 'triang-values.csv' D. Howe d.howe@wrl.unsw.edu.au