[ncl-talk] Paleo maps in NCL?
Buzan, Jonathan
jbuzan at purdue.edu
Thu Aug 13 16:26:39 MDT 2020
Hi Brian,
This is typically what I do.
Assuming you have netcdf files from a GCM:
oro = MASTER->$LANDFRAC$
orolat= MASTER->$LAT$
orolon= MASTER->$LON$
;;;;;;;;;;;;;;;;;;;Create Land Map file for Eocene;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
basename = "./maps/"+filename
landmask = 1
paleo_outline (oro(0,:,:), orolat, orolon, landmask, basename)
Then in specific plot resources:
res at mpDataSetName = basename
These commands should produce the correct continental boundaries dependent on your landfrac from your data.
Cheers,
-Jonathan
On Aug 13, 2020, at 9:33 PM, Brian Thomas via ncl-talk <ncl-talk at mailman.ucar.edu<mailto:ncl-talk at mailman.ucar.edu>> wrote:
I’ll look into that, thanks!
On Aug 13, 2020, at 12:10 PM, Rick Brownrigg <brownrig at ucar.edu<mailto:brownrig at ucar.edu>> wrote:
Hi Brian,
NCL does not directly supply such maps, but it can read and display content from shapefiles, and I would have to imagine you can track down base maps in that format. See the link below for how to incorporate shapefiles into your plots:
http://ncl.ucar.edu/Applications/shapefiles.shtml
Rick
On Thu, Aug 13, 2020 at 10:57 AM Brian Thomas via ncl-talk <ncl-talk at mailman.ucar.edu<mailto:ncl-talk at mailman.ucar.edu>> wrote:
Are there any paleo geography maps available in NCL? I’m specifically looking to plot lat-lon data over continental outlines for the end-Permian era.
Thanks!
_______________________________________________
ncl-talk mailing list
ncl-talk at mailman.ucar.edu<mailto:ncl-talk at mailman.ucar.edu>
List instructions, subscriber options, unsubscribe:
https://mailman.ucar.edu/mailman/listinfo/ncl-talk
@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@
Brian C. Thomas, PhD
Professor, Physics and Astronomy, Washburn University
785-670-2144<tel:(785)%20670-2144>
brian.thomas at washburn.edu<mailto:brian.thomas at washburn.edu>
Web: http://www.washburn.edu/faculty/bthomas/
ORCID profile: http://orcid.org/0000-0001-9091-0830
ResearchGate profile: https://www.researchgate.net/profile/Brian_Thomas
Department of Physics and Astronomy
Washburn University
1700 SW College Ave.<https://maps.google.com/?q=1700+SW+College+Ave.%0D+Topeka,+KS+66621&entry=gmail&source=g>
Topeka, KS 66621<https://maps.google.com/?q=1700+SW+College+Ave.%0D+Topeka,+KS+66621&entry=gmail&source=g>
@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@
_______________________________________________
ncl-talk mailing list
ncl-talk at mailman.ucar.edu<mailto:ncl-talk at mailman.ucar.edu>
List instructions, subscriber options, unsubscribe:
https://mailman.ucar.edu/mailman/listinfo/ncl-talk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200813/ca286504/attachment.html>
More information about the ncl-talk
mailing list