[Thread Prev][Thread Next][Index]

[las_users] Problem with analysis in LAS V7 r3974




Hi, I am in the team implementing the Live Access Server for the Meteorology Laboratory of the Federal
University of Rio de Janeiro here in Brazil. We were successful in instaling and populating our
LAS (Revision r3974) but when applying any analysis we kept getting the following error (on any datasets
including the COADS sample) , debugging we found out that the problema was that he was using
SET DATA in a journal.
**Internet Data error
             OPeNDAP Error: Error parsing the text on line 1 at or near: Error
The descriptor object returned from the dataset was null.
Check that the URL is correct.
 (OPeNDAP/netCDF Error code 1001)
.....
DEFINE SYMBOL ferret_plot_title "($data_title) ($data_units)"
 !-> DEFINE SYMBOL ferret_plot_title "Average Cloud mixing ratio @ pressure [ x=0:359.5@ave y=-90:90@ave] (kg kg-1)"
 
! TODO:  Use new error features in Ferret to turn off STDERR and check
! TODO:  for Ferret error symbols to see if the SET DATA command actually worked.
 
! SET DATA and check for errors
 
SET DATA ($data_url)
 !-> SET DATA "http://192.168.1.100:8080/thredds/dodsC/las/id-0e3b437259/data_nomads.ncdc.noaa.gov_thredds_dodsC_gfs4_200812_20081210_gfs_4_20081210_0000_009.grb2.jnl_expr_%7B%7D%7Blet+Cloud_mixing_ratio_1_regrid%3DCloud_mixing_ratio%5Bd%3D1%2Cx%3D0%3A359.5%40ave%2Cy%3D-90%3A90%40ave%5D%7D"

We managed to fix it by changing the file /usr/share/tomcat/webapps/las/WEB-INF/classes/resources/ferret/scripts/LAS_initialize_dataset.jnl
we changed line 36 - DEFINE SYMBOL data_url \"($data_($num)_url\" replacing $data_($num)_url with $data_($num)_dataset_url
and now we got the following error:
-------------------------------------------------------------------------------------------------------------------------------------------------------------
**ERROR: variable unknown or not in data set: TSM_1_REGRID
DEFINE SYMBOL data_num = `tsm_1_regrid,RETURN=dsetnum`
Command file, command group, or REPEAT execution aborted
STOP -script mode, ERROR RUNNING SCRIPT statement executed

go "$1"
 !-> go "/usr/share/tomcat/webapps/las/WEB-INF/classes/resources/ferret/temp/ferret_operation_1254338760877.jnl"
! Symbols from the server
                        DEFINE SYMBOL data_0_ID = tsm-id-439518054a
                                 DEFINE SYMBOL data_0_dataset_ID = id-439518054a
                                 DEFINE SYMBOL data_0_dataset_name = http://146.164.3.36/thredds/dodsC/TSM48h
.....
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! $RCSfile: LAS_initialize_variable.jnl
! $Revision: 1.1
!
! $Author: Ansley, Jing $
! $Date: 2007/29/2007
! ACM 4/2007 apply ferret_expression2 to second plot of comparisons.
! ACM 8/2007 Call LAS_auto_levels to set up auto contour/fill levels.
! 3/2008 ACM Use SHADE/TRIM for shade underlays of FILL plots (Ferret v6.1),
!            so no need to call LAS_define_region_plus_1.jnl
! 10-Jul-2008 ACM Define ferret_x_var, needed for listing data to files
 
! this is the second part of LAS_initialize_data.jnl
 
! Define the plot variable. For comparison plots, we want to save the dataset number
! for each dataset.
 
DEFINE SYMBOL data_num = `($data_var),RETURN=dsetnum`
------------------------------------------------------------------------------------------------------------------------------------------------------------

I´m afraid all of this is an error from a LAS configuration file. Can anyone help us with this ?

Thanks in advance.

Eduardo Szrajbman Vaz da Silva
Laboratory of Applied Metheorology
Federal University of Rio de Janeiro - Brazil


[Thread Prev][Thread Next][Index]


Contact Us
Dept of Commerce / NOAA / OAR / PMEL / TMAP

Privacy Policy | Disclaimer | Accessibility Statement