11# ar5gmslr
22
33This 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 ) ,
55containing a program to compute projections of annual-mean
66global-mean sea-level rise (GMSLR) for the ends of the calendar years 2006&ndash ; 2009
77(or equivalently at the start of the years 2007&ndash ; 2100)
@@ -69,7 +69,7 @@ of each contribution and the total.
6969This repository also provides directories containing input timeseries in the
7070form 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
8787The [ ` stdout ` from this process] ( ar5gmslr_ar5_list.txt ) is consistent (within 0.01 m)
8888with 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 ) .
8989See 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.
0 commit comments