RANGS HighRes database and NCL v5.0.0

From: Slava Lyubartsev <lyubartsev_at_nyahnyahspammersnyahnyah>
Date: Wed, 28 May 2008 18:43:39 +0200

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
Received on Wed May 28 2008 - 10:43:39 MDT

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