MPAS | NCL High-resolution coastlines
NCL
High-resolution coastlines
One way to get high-resolution coastlines in your NCL maps is by downloading and installing the multi-resolution coastline database RANGS (Regionally Accessible Nested Global Shorelines), developed by Rainer Feistel from Wessel and Smith's GSHHS (Global Self-consistent Hierarchical High-resolution Shoreline) database. Note: do not use the high-resolution database for global data, as you will get streaks across your plot. This database is intended only for regional data.
NCL also supports shapefiles, if you need to add map outlines that NCL doesn't have.
To use this database, you must first download it from:
On this page you should see a table with ten *.zip files to download:
1 |
|
You must download all ten of these files, unzip them, and either put them in the directory
1 |
|
like micromamba/envs/venv/lib/ncarg/database/rangs/
(which NCL will look in by default), or put them somewhere else and set the environment variable NCARG_RANGS to this directory. The files take up about 140 megabytes, unzipped.
1 |
|