[gradsusr] Calculating Lapse Rate

Perry, Aaron @ LSC Aaron.Perry at lsc.vsc.edu
Mon May 26 00:44:37 EDT 2014


Hi Jeff,

Excellent! This is precisely what I've been looking for. Many thanks!



Onward and Upward,

Aaron D. Perry
Atmospheric Sciences
Lyndon State College
Class of 2016
Boston, MA
Twitter: @AaronPerryLSC<https://twitter.com/AaronPerryLSC>
Mobile: 617-780-4312
________________________________
From: gradsusr-bounces at gradsusr.org [gradsusr-bounces at gradsusr.org] on behalf of Jeff Duda [jeffduda319 at gmail.com]
Sent: Monday, May 26, 2014 12:35 AM
To: GrADS Users Forum
Subject: Re: [gradsusr] Calculating Lapse Rate

If you have temperature and height data on pressure surfaces, you can calculate lapse rate as

'define lapserate = (tmpprs(z+1)-tmpprs(z-1)) / (hgtprs(z+1) - hgtprs(z-1))'

or if you're looking for the lapse rate between a specific set of pressure levels

'define dtdz75 = (tmpprs(lev=500) - tmpprs(lev=700)) / (hgtprs(lev=500) - hgtprs(lev=700))'

for instance, for the 700-500 mb layer.

Jeff Duda


On Sun, May 25, 2014 at 11:25 PM, Perry, Aaron @ LSC <Aaron.Perry at lsc.vsc.edu<mailto:Aaron.Perry at lsc.vsc.edu>> wrote:
Good Morning All,

Does anyone know of a way to calculate lapse rate?

I realize that lapse rate is simply the change in temperature with height but, I've been having trouble putting to the concept into a working piece of a script.



Onward and Upward,

Aaron D. Perry
Atmospheric Sciences
Lyndon State College
Class of 2016
Boston, MA
Twitter: @AaronPerryLSC<https://twitter.com/AaronPerryLSC>
Mobile: 617-780-4312

_______________________________________________
gradsusr mailing list
gradsusr at gradsusr.org<mailto:gradsusr at gradsusr.org>
http://gradsusr.org/mailman/listinfo/gradsusr




--
Jeff Duda
Graduate research assistant
University of Oklahoma School of Meteorology
Center for Analysis and Prediction of Storms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20140526/dea28234/attachment.html 


More information about the gradsusr mailing list