[Thread Prev][Thread Next][Index]

[ferret_users] Problem with excess variables



Hello,
       I am trying to execute the following commands via a GO file:

use dset1.nc,dset2.nc,......,dset20.nc

let var1 = var_a[d=dset1.nc] + var_a[d=dset2.nc] + ..... +var_a[d=dset20.nc]
let var2 = var_b[d=dset1.nc] + var_b[d=dset2.nc] + ..... +var_b[d=dset20.nc]

fill/l=1 var1 + var2

When i try run the GO file, i get the error:
   **TMAP ERR: limit on number of variables has been reached
             MAX=        2000
             Data set: ./dset20.nc

The GO file at this stage has not yet reached the line 'let var1 = .....'

So what do i do?

Is it possible that for netCDF files one can specify the variables that need to be used, thus limiting the problem of excess variables?

Any help is appreciated.

[Thread Prev][Thread Next][Index]

Contact Us
Dept of Commerce / NOAA / OAR / PMEL / TMAP

Privacy Policy | Disclaimer | Accessibility Statement