Skip to content

Commit 2a0ca52

Browse files
links
1 parent 313a2b2 commit 2a0ca52

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ar5gmslr
22

33
This repository provides a [Python
4-
3](https://docs.python.org/3) module called [`ar5gmslr.py`](ar5gmslr.py),
4+
3](https://docs.python.org/3) module called [`ar5gmslr.py`](./ar5gmslr.py.txt),
55
containing a program to compute projections of annual-mean
66
global-mean sea-level rise (GMSLR) for the ends of the calendar years 2006–2009
77
(or equivalently at the start of the years 2007–2100)
@@ -69,7 +69,7 @@ of each contribution and the total.
6969
This repository also provides directories containing input timeseries in the
7070
form expected by the program.
7171

72-
* [`ar5_input`](ar5_input) for projections based on CMIP5 AOGCMs, as used in the AR5.
72+
* [`ar5_input`](./ar5_input) for projections based on CMIP5 AOGCMs, as used in the AR5.
7373

7474
* [`cmip6_input`](cmip6_input) for projections based on CMIP6 AOGCMs, as used by
7575
[Hermans et al. (2021)](10.1029/2020GL092064).
@@ -87,3 +87,7 @@ ar5gmslr.project('ar5_input') # directory in this repository
8787
The [`stdout` from this process](ar5gmslr_ar5_list.txt) is consistent (within 0.01 m)
8888
with Table 13.SM.1 of [AR5 chapter 13](https://www.ipcc.ch/site/assets/uploads/2018/07/WGI_AR5.Chap_.13_SM.1.16.14.pdf).
8989
See the definition of the `project` function for the optional behaviours.
90+
91+
The program was originally written by [Jonathan
92+
Gregory](www.met.rdg.ac.uk/~jonathan) in IDL for the works cited above, and
93+
later converted by him to Python.

ar5gmslr.py.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ar5gmslr.py

0 commit comments

Comments
 (0)