Skip to content

Commit 871d7a6

Browse files
authored
Create README.md
1 parent 79691f4 commit 871d7a6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# PSLP
2+
The Probabilistic Sea Level Projection model makes sea level projections using the process-based method. It is based on the IPCC AR5 process-based projection with additional capabilities.
3+
4+
To run the model:
5+
1) Install the NCL language (http://www.ncl.ucar.edu/)
6+
2) Prepare a namelist (see examples in the Exp_PaperDependence folder)
7+
3) Modify the LoopProjections.bash script with the name of your namelist
8+
4) Run ./LoopProjections.bash , it will read in the namelist and run main.ncl
9+
5) Output data will be in the same folder as the namelist
10+
6) Data can then be analyzed using the code in the PostPro folder.
11+
12+
The PSLP model was used in:
13+
Le Bars, D., Drijfhout, S., & de Vries, H. (2017). A high-end sea level rise probabilistic projection including rapid Antarctic ice sheet mass loss. Environmental Research Letters, 12(4), 044013. http://doi.org/10.1088/1748-9326/aa6512
14+
15+
Le Bars, D. (2018, March 8). Uncertainty in sea level rise projections due to the dependence between contributors. http://doi.org/10.17605/OSF.IO/UVW3S

0 commit comments

Comments
 (0)