[Thread Prev][Thread Next][Index]

Re: [ferret_users] Trouble with Ferret Crashing



Hi,

I don't know if the units string is a problem for Ferret or not, but UDUNITS allows the time zone information to be included.

[rhs@stout /]$ udunits
You have: days since 1995-08-02 0:00:00 00:00
You want: hours since 1995-08-02 0:00:00 00:00
<hours since 1995-08-02 0:00:00 00:00> = <days since 1995-08-02 0:00:00 00:00>*24
<hours since 1995-08-02 0:00:00 00:00> = <days since 1995-08-02 0:00:00 00:00>/0.0416667
You have:

Seems like Ferret should allow the time zone info as well.

Roland

Jonathan Callahan wrote:

John,

The first thing you should do is have a look at your time units:

time:units = "days since 1995-08-02  0:00:00 00:00" ;

Try changing this attribute to:

time:units = "days since 1995-08-02  00:00:00" ;

or even just omitting the time portion entirely.


-- Jon

John Schattel wrote:

Hello All,

I have just started using Ferret and am trying to shade some netCDF gridded data. The netCDF definition of the data is shown below. When I use the following command, Ferret crashes only saying "CONFINE_AXIS" before dying.
shade /t="15-apr-2005 13:00"/x=150:190/y=80:160 air_u

I was wondering if there is a log file that might provide more information on why Ferret crashed. If so, where would I look for it and what is the name of the file? I would also appreciate any suggestions on steps I might take to isolate the problem.

In advance, thanks for any help you provide on plotting this netCDF data.

John

:grid_type = "Orthogonal Curv Grid (IM=217,JM=160)" ;
float air_u(time, ny, nx) ;
air_u:long_name = "Eastward Air Velocity" ;
air_u:units = "m/s" ;
air_u:missing_value = -99999.f ;
air_u:standard_name = "eastward_wind" ;
air_u:averaging_window = 0.125f ;
air_u:averaging_offset = 0.f ;
float time(time) ;
time:long_name = "Time" ;
time:base_date = 1995, 8, 2, 0 ;
time:units = "days since 1995-08-02 0:00:00 00:00" ;
time:standard_name = "time" ;





[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement