Re: interpolation from hybrid to pressure

From: Adam Phillips (asphilli AT XXXXXX)
Date: Thu Apr 22 2004 - 09:18:27 MDT

  • Next message: Sang-ki Lee: "Re: wind_4.ncl script"

    Chun-Ji,

    For interpolations below the PS (surface pressure), it is often recommended that
    you use the function vinth2p_ecmwf, which does a much better job than the
    regular vinth2p. vinth2p_ecmwf does require 2 additional fields, the bottom
    layer's surface temperature and PHIS, but the results from the function are much
    more believable. See the documentation for further questions regarding the
    function:
    http://ngwww.ucar.edu/ngdoc/ng/ref/ncl/functions/vinth2p.html
     
    Keeping in mind that all values interpolated below the PS are bogus values, you
    can always set the kxtrp option in both vinth2p and vinth2p_ecmwf to False,
    thereby causing the function to not return any interpolated values below the PS.

    Adam

    >Delivered-To: asphilli AT ucar.edu
    >Delivered-To: ncl-talk AT ucar.edu
    >From: "Chun-Ji Kim" <cjkim AT nwp2.snu.ac.kr>
    >To: <ncl-talk AT ucar.edu>
    >Date: Thu, 22 Apr 2004 23:30:00 +0900
    >MIME-Version: 1.0
    >X-Priority: 3 (Normal)
    >X-MSMail-Priority: Normal
    >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    >Importance: Normal
    >X-Mailman-Approved-At: Thu, 22 Apr 2004 09:13:49 -0600
    >Subject: interpolation from hybrid to pressure
    >X-BeenThere: ncl-talk AT ucar.edu
    >X-Mailman-Version: 2.1.1
    >List-Id: NCAR Command Language User Group <ncl-talk.ucar.edu>
    >List-Unsubscribe: <http://mailman.ucar.edu/mailman/listinfo/ncl-talk>,
    <mailto:ncl-talk-request AT ucar.edu?subject=unsubscribe>
    >List-Post: <mailto:ncl-talk AT ucar.edu>
    >List-Help: <mailto:ncl-talk-request AT ucar.edu?subject=help>
    >List-Subscribe: <http://mailman.ucar.edu/mailman/listinfo/ncl-talk>,
    <mailto:ncl-talk-request AT ucar.edu?subject=subscribe>
    >
    Hi,
     
    I will a regional climate model using A1 scenario which is a simulated
    result from CSM 1.2 from July 1987 over Asia. On pre-process, a problem
    happened. To transform 3-D variable such as U, V, T, RH and GH into
    pressure coordinate, the interpolation from GCM coordinate (hybrid
    coordinate) to RCM coordinate (pressure coordinate) should be handled in
    a pre-process to make a initial condition as well as boundary condition.
    I used a vinth2p internal function in NCL program as vertical
    interpolation method. It is provided to use a CSM history file. In
    particular, the interpolated problem is much intensified over Tibet
    Plateau.
     
    I attached figures which were results before convert to pressure and
    after convert to pressure.
     
    For example,
     
    Pnew =
    (/1000.,925.,850.,700.,600.,500.,400.,300.,250.,200.,150.,100.,70./)
    P0mb=1000.
    Tnew = vinth2p(T,hyam,hybm,pnew,PS,2,P0mb,1,True)
     
    Please point out my mistakes.
     
    Best regards,
     
    Chun-Ji Kim
     
    -------------------------------------------------------------
    Adam Phillips email: asphilli AT ucar.edu
    Climate and Global Dynamics Division tel: (303) 497-1726
    National Center for Atmospheric Research fax: (303) 497-1333
    P.O. Box 3000
    Boulder, CO 80307-3000 http://www.cgd.ucar.edu/~asphilli

    _______________________________________________
    ncl-talk mailing list
    ncl-talk AT ucar.edu
    http://mailman.ucar.edu/mailman/listinfo/ncl-talk



    This archive was generated by hypermail 2b29 : Thu Apr 22 2004 - 09:13:38 MDT