Re: vorticity advection on lat,long grid

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Fri Dec 16 2011 - 08:53:53 MST

There is an undocumented, unsupported function in shea_util.ncl.
It requires global grids. 'x' would be vorticity

undef("advect_gradient")
function advect_gradient (u:numeric, v:numeric, x:numeric \
                          ,gridType[1]:integer, con[1]:numeric \
                          ,long_name:string, units:string, iopt[1]:integer)
;
; linear advection of a scalar quantity: UV.GRADIENT(X)
; : U*(dX/dlon) + V*(dX/dlat)
;
; Requires that the grid be global cuz spherical harmonics are used
; dimension order ([time,[lev,]]lat,lon)

On 12/16/11 12:26 AM, John Hyun wrote:
> Dear all,
> If anyone has the ncl code for calculating vorticity advection on
> lat,long coordinate model output, please help me to see that.
> Looks like there is no function for this in NCL, so if anyone already
> developed this, please share with me.
> Thanks in advance.
> Best regardds,
> John Hyun
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Dec 16 08:54:02 2011

This archive was generated by hypermail 2.1.8 : Fri Dec 16 2011 - 10:27:49 MST