Re: about pager failed1

From: dyjbean <dyjbean_at_nyahnyahspammersnyahnyah>
Date: Sat Jun 01 2013 - 07:07:12 MDT

  i just put those code into the ncl script, then the pager failed1 don't appear again,
but if executing them in ncl shell ,the error still there.
  my shell is bash,OS is centos from our workstation.





dyjbean

From: Dennis Shea
Date: 2013-06-01 20:49
To: dyjbean
Subject: Re: [ncl-talk] about pager failed1
Hello,

This is offline.

Please do not send the ncl-talk questions directly to me.
Please respond/send to ncl-talk only.

Your response is difficult to understand.

Is the problem solved or not?

Really, the message you are getting is due to some system
issues. If it has not been solved, please send the following
ti ncl-talk.

What shell are you using?

What machine/OS are you using?
%> uname -a

Are you using Cygwin?

On 6/1/13 2:01 AM, dyjbean wrote:
> if i put those code into the script not in shell prompt, the "fatal error:pager failed1" disappeared .
>
>
>
>
> dyjbean
>
> From: Dennis Shea
> Date: 2013-05-31 20:44
> To: dyjbean
> CC: ncl-talk
> Subject: Re: [ncl-talk] about pager failed1
> You should send the output from one grib file
>
> %> ncl_filedump ....grb
>
>
> ====
>
> Given the rather unusual: [g0_lat_0 | 1752000] x [g0_lon_1 | 1440]
>
> I speculate that
>
> setfileoption("grb","SingleElementDimensions","Initial_time")
>
> should precede the 'addfiles' statement
>
> On 5/31/13 4:22 AM, dyjbean wrote:
>> hi,
>> i met a fatal error : pager failed 1
>>
>> i want to read many grib files from a directory, and want to combine the variable from those files.
>> the follow is my test code:
>> data_indir="result_gldas_noah025subp_3h"
>> dRain = systemfunc("ls "+data_indir+"/"+2001+"/"+"Rainf"+"/"+"*.grb")
>> fRain = addfiles(dRain,"r")
>> ListSetType(fRain,"cat")
>> setfileoption("grb","SingleElementDimensions","Initial_time")
>> printVarSummary(vRain)
>> dims=dimsizes(vRain)
>> print(dims(0))
>> print(dims(1))
>>
>> but when i run it in ncl shell prompt, there appeared the following problem
>>
>> ncl 5> printVarSummary(vRain)
>>
>> Variable: vRain
>> Type: float
>> Total Size: 10091520000 bytes
>> 2522880000 values
>> Number of Dimensions: 2
>> Dimensions and sizes: [g0_lat_0 | 1752000] x [g0_lon_1 | 1440]
>> Coordinates:
>> g0_lat_0: [-59.875..89.875]
>> g0_lon_1: [-179.875..179.875]
>> Number Of Attributes: 11
>> center : Zagreb
>> long_name : Unknown Variable Name
>> units : unknown
>> _FillValue : 1e+20
>> level_indicator : 1
>> gds_grid_type : 0
>> parameter_table_version : 1
>> parameter_number : 132
>> forecast_time : 0
>> forecast_time_units : hours
>> initial_time : 01/01/2001 (00:00)
>> ncl 6> dims=dimsizes(vRain)
>> ncl 7> print(dims(0))
>> fatal:Pager failed1
>>
>> and stop here with not response from the computer,i wonder how this problem come from and how to resolve it.
>> thanks
>>
>>
>>
>>
>> dyjbean
>>
>>
>>
>> _______________________________________________
>> ncl-talk mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>>
>

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Sat Jun 1 07:07:30 2013

This archive was generated by hypermail 2.1.8 : Tue Jun 04 2013 - 09:50:17 MDT