Re: RANGS HighRes database and NCL v5.0.0

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Wed, 28 May 2008 12:44:02 -0600 (MDT)

Slava,

I was able to reproduce your problem using version 5.0.0 on a system
we have here. I also verified that it works with a beta version of
5.0.1.

We will research this to see if there's a work-around for 5.0.0 users
(one work-around is to turn off map fill, but this is not always
reasonable).

Meanwhile, if you need a beta version of 5.0.1, email me separately
and let me know what kind of system you have ("uname -a" and "gcc
--version" if using Linux).

--Mary

On Wed, 28 May 2008, David Brown wrote:

> Hi Slava,
>
> This is rather puzzling. I can run your sample script here and it appears to
> plot correctly.
> using NCL 5.0.1.
> There was a problem that sounds related to yours involving maps of small
> regions that
> was fixed in NCL 4.3.1. But your problem seems to have been introduced, not
> fixed, at that point.
> You could try upgrading to NCL 5.0.1. Maybe there something strange about
> your version of
> NCL 5.0.0.
>
> It doesn't seem likely but maybe there is a machine dependency. Have you
> reproduced the
> problem on more than one type of machine? Can you tell us what system you are
> running on?
> -dave
>
> On May 28, 2008, at 10:43 AM, Slava Lyubartsev wrote:
>
>> Hello,
>>
>>
>>
>> I have a lot of NCL scripts which work right in NCL v4.3.0.
>>
>> When I run them in NCL v5.0.0 using mpDataBaseVersion="HighRes" there is a
>> great problem.
>>
>> Coastline is in place but the land itself (filled area) is much smaller and
>> located in wrong place.
>>
>>
>>
>> There is no coastline-land disparity when I use
>> mpDataBaseVersion="MediumRes".
>>
>> Only NCL v5.0.0. + mpDataBaseVersion="HighRes" works in a wrong way.
>>
>>
>>
>> Does anybody else have the same problem?
>>
>>
>>
>> The simple script:
>>
>> res = True
>>
>> res_at_mpProjection = "Mercator"
>>
>> res_at_mpOutlineOn = True
>>
>> res_at_mpDataBaseVersion = "HighRes"
>>
>> res_at_mpDataResolution = "Fine"
>>
>> res_at_mpLandFillColor = "gray"
>>
>> res_at_mpLimitMode = "LatLon"
>>
>> res_at_mpMaxLatF = 37
>>
>> res_at_mpMinLatF = 31
>>
>> res_at_mpMinLonF = 29
>>
>> res_at_mpMaxLonF = 36
>>
>> wks = gsn_open_wks("ncgm","test")
>>
>> plot = gsn_csm_map(wks,res)
>>
>>
>>
>> The result is here:
>>
>> http://gnoo.bo.ingv.it/mfs/external/ncl5_test.png
>>
>>
>>
>> Best regards,
>>
>> Slava
>>
>>
>>
>> _______________________________________________
>> ncl-talk mailing list
>> ncl-talk_at_ucar.edu
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed May 28 2008 - 12:44:02 MDT

This archive was generated by hypermail 2.2.0 : Fri May 30 2008 - 15:30:01 MDT