[Thread Prev][Thread Next][Index]

Re: TMAP ERR: limit on number of variables



Hi Kek,
You should be able to get it to work if you cancel each
data set after writing the variable from it to your new file:


...[snip]...
use MAP01.nc
save/file=all.nc Wxx_T[l=1]
cancel data MAP01.nc

use MAP02.nc
save/append/file=all.nc Wxx_T[l=2]
cancel data MAP02.nc

...[snip]...
use MAP38.nc
save/append/file=all.nc Wxx_T[l=38]
cancel data MAP38.nc



Choo Heng Kek wrote:

Hello all

I'm using ferret 5.40 on Solaris 8.  Has anyone managed a workaround for
the problem with the following error message?
---------------
**TMAP ERR: limit on number of variables has been reached
            MAX= 500
            Data set: ./MAP28.nc
---------------

I was trying to group 38 netCDF files together into one file, using a
.jnl script like the one below:

...[snip]...
use MAP01.nc
save/file=all.nc Wxx_T[l=1]
use MAP02.nc
save/append/file=all.nc Wxx_T[l=2]
...[snip]...
use MAP38.nc
save/append/file=all.nc Wxx_T[l=38]

Am I out of luck?

Thanks for any pointers and clues.  (I couldn't find anything relevant
in the ferret_users mail archives.)

-Kek




[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement