Re: linint2_Wrap Regriding

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Fri Oct 05 2012 - 14:31:47 MDT

[1] You can rename the dimensions your self after
     linint2_Wrap is called.

or

[2] linint2_Wrap in in contributed.ncl

     Extract the linint2_Wrap code and build you own version.

The line that changes the case is:

    fo!nD = str_switch(fi!nD)

Replace with (say)

    fo!nD = fi!nD

Good luck

On 10/4/12 2:47 PM, Ping Yang wrote:
> Dear NCL,
>
> A quick question here: when I used linint2_Wrap for the interpolation,
> and I found the variable name such as latitude and longitude were
> changed from lowercase into uppercase letter(LATITUDE and LONGITUDE,
> which is not readable in other code), Is that possible to let the
> linint2_Wrap to derive the original demension(or keep the variable name
> as lower case)?
>
> Best Regards,
>
> Ping
>
>
>
> _______________________________________________
> 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 Oct 5 14:31:57 2012

This archive was generated by hypermail 2.1.8 : Mon Oct 08 2012 - 15:54:16 MDT