[ncl-talk] Converting hybrid sigma-pressure coordinate to pressure level

Dennis Shea shea at ucar.edu
Fri Apr 28 09:25:53 MDT 2017


eg:

;***************************************************
; interpolate to pressure levels
;***************************************************
 plevs =
(/1000,990,980,965,950,930,900,870,840,800,750,700,600,500,400,200/)
 fake = sigma   ; hyb
 fake = 0          ; hya

data_plevs = vinth2p(data ,fake ,sigma ,plevs ,ps*100 ,1,1000,1,True)
printVarSummary(data_plevs)

On Thu, Apr 27, 2017 at 10:07 PM, Xi Chang <xi.chang01 at gmail.com> wrote:

> Hi NCL team,
>
> I am currently running some simulations with GFDL model + topography.
> So, I aware that pressure level_interpolation is needed when topography is
> non-zero due to terrain-following sigma coordinates. I know that I can use
> this function from NCL "vinth2p" but I only have "bk", "pk", and "ps". from
> the output file, but not the "ak". Can you suggest me how to solve this
> issue?
>
> Thanks
> Dr. Chang
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170428/1b91d57e/attachment.html 


More information about the ncl-talk mailing list