mankoff / sankey

Sankey diagram for ice sheet mass flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of contents

Introduction

Sankey diagram for Greenland and Antarctica.

Uses scripts and CSVs to automate generation to support graphics for different years, models, etc.

Mass flow values

Greenland baseline

LabelDescriptionValuecite_key
DRDrift200TODO
RFZRefreeze (after melt)190fettweis_2020
SFSnowfall700fettweis_2020
RFRainfall45fettweis_2020
RF-LIQRainfall runoff10fettweis_2020
CDCondensation30TODO
DPDeposition20TODO
FRETFrontal retreat50kochtitzky_2023
SUSublimation55fettweis_2020
RURunoff390fettweis_2002
DYNDynamics500mankoff_2020_solid
ICEIcebergs250enderlin_2013
SUBSubmarine melt250enderlin_2013
EVEvaporation100TODO
BMBasal melt20karlsson_2021

Antarctica baseline

cat ./dat/aq_baseline.csv
LabelDescriptionValueReference
DRDrift0TODO
RFZRefreeze (after melt)150fettweis_2020
SFSnowfall2925fettweis_2020
RFRainfall14fettweis_2020
RF-LIQRainfall runoff0TODO
CDCondensation10TODO
DPDeposition10TODO
FRETFrontal retreat100TODO
GZRETGrounding line retreat100TODO
SUSublimation164fettweis_2020
RURunoff25fettweis_2020
DYNDynamics2300rignot_2019
ICEIcebergs1150TODO Half of 2300 DYN
SUBSubmarine melt1150TODO Half of 2300 DYN
EVEvaporation10TODO
BMBasal melt210TODO 10 x Greenland b/c Antarctica is 10 area

Methods

  • Any number of CSV files containing the variables (and other values) shown above can be placed in the dat folder. See ./dat/README.org for details
  • Running make will then generate a Sankey diagram for each CSV file by injecting the variables into a template

Results

./greenland.png

./antarctica.png

About

Sankey diagram for ice sheet mass flow


Languages

Language:TeX 97.9%Language:Makefile 2.1%