Skip to content
/ vimt Public

Scripts to calculate and plot the vertically integrated moisture transport using ERA-Interim data

License

Notifications You must be signed in to change notification settings

jkeune/vimt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vimt - vertically integrated moisture transport

Scripts to calculate and plot the vertically integrated moisture transport using ERA-Interim data

Data

Downloaded data from https://apps.ecmwf.int/datasets/data/interim-full-moda/levtype=sfc/

The following variables are needed:

  • "Vertical integral of eastward water vapour flux" (p71.162)
  • "Vertical integral of northward water vapour flux" (p72.162)
  • "Vertical integral of divergence of moisture flux" (p84.162)

Downloaded as annual files with monthly values.

VIMT calculation

./calc_vimt.sh

VIMT plot

Rcsript plot_vimt.r

This script also uses coastline data (ne_coastlines_10m shapefiles from http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/physical/ne_10m_coastline.zip), downloadable with R as

download.file("http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/physical/ne_10m_coastline.zip", destfile = 'coastlines.zip')

About

Scripts to calculate and plot the vertically integrated moisture transport using ERA-Interim data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published