Vincent,
> I have a problem when I received the following error
> message before my program exited:
>
> ERROR 7 IN AREDAM - AREA-MAP ARRAY OVERFLOW
>
> What does the error index indicate? Where can I find this index on the
> website manual?
> How do I correct the problem? Thanks.
>
> Bim Wood
> Meteorologist
>
> *********************************************************************
> Vincent ("Bim") T. Wood
> National Severe Storms Laboratory E-MAIL: Vincent.Wood@noaa.gov
> DOC/NOAA/OAR FAX: (405) 366-0472
> 1313 Halley Circle PHONE: (405) 366-0402 (Voice)
> Norman, Oklahoma 73069-8480 (405) 366-0466 (TTY/TDD)
> USA http://www.nssl.noaa.gov/wrd
> *********************************************************************
Somewhere in your program, there is a call to the routine ARINAM with
two arguments: the name of an array which will be used as an "area map"
array, and the length of that array. What you need to do is to increase
the size of the array.
The number in the error message provides information to the developers:
it tells us exactly where in the subroutine AREDAM the error occurred.
(Sometimes, the same error message can be issued in more than one place.)
Dave Kennison
_______________________________________________
ncarg-talk mailing list
ncarg-talk@ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncarg-talk
This archive was generated by hypermail 2b29 : Fri Nov 19 2004 - 09:04:13 MST