[RegCNET] seek help on SGI platform
XUNQIANG BI
bixq at ictp.it
Mon Oct 15 11:54:05 CEST 2007
Hi, Rajesh:
On Sun, 14 Oct 2007, rajesh j wrote:
> Dear RegCM users,
> As the suggestions by you, I made changes in the
> scripts for SGI. still it shows problems. I made many
> trials with different options, still it shows errors.
>
>
> ONE IS LIKE
> THIS***************************************
> mum time = 2.000 days.
> time step = 150.00 seconds
> dx = 60000. meters
> grid points (x,y) = ( 51, 34)
> number of levels = 18
> constant hor. diff. coef. = 0.36000E+05 m*m/s
> maximum hor. diff. coef. = 0.37500E+06 m*m/s
>
>
> sys-2 : UNRECOVERABLE error on system request
> No such file or directory
>
>
> Encountered during an OPEN of unit 103
> Fortran unit 103 is not connected
> IOT Trap
> Abort (core dumped)
It's wrong here. Some SGI computer just allow file unit within
100. That's the reason you need change the code in param.F, start
the unit number from 71 (instead of 101). You should reset the
file unit in regcm.x (set 101 to 71, ...... etc).
>
> TWO***************
>
> maximum time = 1.000 days.
> time step = 150.00 seconds
> dx = 60000. meters
> grid points (x,y) = ( 51, 34)
> number of levels = 18
> constant hor. diff. coef. = 0.36000E+05 m*m/s
> maximum hor. diff. coef. = 0.37500E+06 m*m/s
>
>
> lib-4211 : UNRECOVERABLE library error
> A WRITE operation tried to write a record that was
> too long.
>
>
> Encountered during a sequential formatted WRITE to an
> internal file (character variable)
> IOT Trap
> Abort (core dumped)
> sgi350 345%
>
> THREE **********************************
>
> after calling MXMNLL
> 835794 terrain heights read from land use volume
> after calling RDLDTR
> after calling XYOBSLL
> rin,ds(m) = 0.150E+01 0.600E+05
> rin,ds(m) = 0.150E+01 0.600E+05
> after calling ANAL2
> after calling SURF
> after calling FUDGE
>
>
> lib-4211 : UNRECOVERABLE library error
> A WRITE operation tried to write a record that was
> too long.
>
>
> Encountered during a direct access unformatted WRITE
> to unit 9
> Fortran unit 9 is connected to a direct unformatted
> unblocked file:
> "../../Input/DOMAIN.INFO"
> IOT Trap
> Abort (core dumped)
>
>
> ************************************************
>
>
> they look like these lines. What is actually going on,
> I dont know. I searched all the scripts in /Main to
> see any modification for SGI. Please anyone help.
> Please.
>
> The suggestions by two of the users were helpful.
> Thank you very much for lending few words on that.
>
> Thanks and waiting for comments to overcome this
> crisis.
It's a mess the above message to me, please do the things step
by step. It seems that you haven't passed the terrain step yet.
Regards,
Xunqiang Bi
k
More information about the RegCNET
mailing list