Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

bash: ./link_grib.csh: No such file or directory

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

Dear sir/madam,
While trying to link the variables from the outside directory, I have used this command to link the variables.
./link_grib.csh ~/GFS\ data/ds083.3/gdas1.fnl0p25.20211201*
I am getting this error.
bash: ./link_grib.csh: No such file or directory
I tried multiple ways to resolve the issue. I am unable to resolve the issue. I have attached the namelist.wps for your reference.

Thanks
Naveen T K
 

Attachments

  • namelist.wps
    1.3 KB · Views: 10
Please go to your working directory, and type the command:
ls link_grib.csh
I guess you will not be able to find this file.
You will need to put "link_grib.csh' to your working directory.
 
Top