[Thread Prev][Thread Next][Index]

Re: [ferret_users] Doubt in Ferret



> On Apr 8, 2017, at 9:43 AM, sivaiah borra <siva4dad@xxxxxxxxx> wrote:
> 
> Hi everyone 
> I got **TMAP ERR: non-existent or not on line while I am giving .NC file after use command. 
> Can you help me anyone to solve this issue. 
> Thanks in advance for your kind of help.

Is the file in your current directory, or in your FER_DATA path?

Check this from within the Ferret session giving the above error:

sp ls filename.nc    ! checks if the file is in your current directory

sp ls $FER_DATA   ! checks if it is in your FER_DATA path

If not, then you need to specify the path, in double-quotes:

use "relative_path_from_your_current_directory/filename.nc"

or the full path:

use "/users/yourname/subdirectory1/subdirectory2/filename.nc"

BK


[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce / NOAA / OAR / PMEL / Ferret

Privacy Policy | Disclaimer | Accessibility Statement