NOAA-PMEL / LAS

Live Access Server
https://ferret.pmel.noaa.gov/LAS/
The Unlicense
13 stars 5 forks source link

Line plots seem to be broken for cuvilinear data #519

Closed karlmsmith closed 6 years ago

karlmsmith commented 6 years ago

Reported by @kevin-obrien on 22 May 2008 16:43 UTC

When i try to plot a time series of data from a curvilinear dataset (but not necessarily data in the curvilinear area, ie data south of 60N for the GFDL IPCC datasets), I get a Ferret error:

**ERROR: command syntax: SAMPLEXY_CURV_NRST(      wo[d=1,i=1:360, j=80:116,Z=5:5,T="01-Jan-1982 00:00:00":"01-Dec-2000 00:00:00"],      geolon[d=1,i=1:360, j=80:116],      geolat[d=1,i=1:360, j=80:116],      sample_xpts, sample_ypts)
          unknown function "SAMPLEXY_CURV_NRST"
DEFINE VARIABLE fer_plot_var = SAMPLEXY_CURV_NRST(      wo[d=1,i=1:360, j=80:116,Z=5:5,T="01-Jan-1982 00:00:00":"01-Dec-2000 00:00:00"],      geolon[d=1,i=1:360, j=80:116],      geolat[d=1,i=1:360, j=80:116],      sample_xpts, sample_ypts)
Command file, command group, or REPEAT execution aborted
STOP -script mode, ERROR RUNNING SCRIPT statement executed

This is at the [http://data1.gfdl.noaa.gov:8380/las/servlets/constrain?var=131 GFDL Data Portal LAS]. Actually, it appears the same error occurs if I try to do any sort of line plot in a curvilinear data set.

Here is [http://data1.gfdl.noaa.gov:8380/las/ProductServer.do?xml=%3C%3Fxml+version%3D%221.0%22%3F%3E%3ClasRequest+package%3D%22%22+href%3D%22file%3Alas.xml%22%3E%3Clink+match%3D%22%2Flasdata%2Foperations%2Foperation%5B%40ID%3D%27Plot_1D%27%5D%22+%2F%3E%3Cproperties%3E%3Cferret%3E%3Cview%3Et%3C%2Fview%3E%3Cformat%3Eline%3C%2Fformat%3E%3Cdeg_min_sec%3Edefault%3C%2Fdeg_min_sec%3E%3Cdep_axis_scale+%2F%3E%3Cexpression+%2F%3E%3Cimage_format%3Edefault%3C%2Fimage_format%3E%3Cinterpolate_data%3Efalse%3C%2Finterpolate_data%3E%3Cline_color%3Edefault%3C%2Fline_color%3E%3Cline_or_sym%3Edefault%3C%2Fline_or_sym%3E%3Cline_thickness%3Edefault%3C%2Fline_thickness%3E%3Cmargins%3Edefault%3C%2Fmargins%3E%3Csize%3E0.5%3C%2Fsize%3E%3Cuse_graticules%3Edefault%3C%2Fuse_graticules%3E%3Cuse_ref_map%3Edefault%3C%2Fuse_ref_map%3E%3C%2Fferret%3E%3C%2Fproperties%3E%3Cargs%3E%3Clink+match%3D%22%2Flasdata%2Fdatasets%2FAGGR159136965114671018%2Fvariables%2Fvar_73%22+%2F%3E%3Cregion%3E%3Cpoint+v%3D%22-150.0%22+type%3D%22x%22+%2F%3E%3Cpoint+v%3D%22-1.0%22+type%3D%22y%22+%2F%3E%3Cpoint+v%3D%225%22+type%3D%22z%22+%2F%3E%3Crange+low%3D%2201-Jan-1967+00%3A00%3A00%22+type%3D%22t%22+high%3D%2201-Dec-2000+00%3A00%3A00%22+%2F%3E%3C%2Fregion%3E%3C%2Fargs%3E%3C%2FlasRequest%3E&debug=debug an example URL] The code is based upon r2972 from the Baker trunk

Migrated-From: http://dunkel.pmel.noaa.gov/trac/las/ticket/513

karlmsmith commented 6 years ago

Comment by @kevin-obrien on 22 May 2008 16:46 UTC

Now that I look at the error a little more closely, it appears that it's not finding a particular function. Is this an external function that should be installed as a .so? Or is this an internal ferret function that just hasn't migrated to the released Ferret version that I'm using?

karlmsmith commented 6 years ago

Modified by @kevin-obrien on 22 May 2008 17:06 UTC

karlmsmith commented 6 years ago

Comment by @kevin-obrien on 22 May 2008 17:14 UTC

Okay, looking at this EVEN close - it looks like misconfigured Ferret paths at GFDL, so I will fix those up and retest...

karlmsmith commented 6 years ago

Comment by @kevin-obrien on 22 May 2008 17:21 UTC Yep, this was totally my fault - apologies for the false alarm. Am closing this needlessly opened ticket....