ERROR: inputdata root is not a directory

Ipshita

Ipshita
New Member
ERROR: inputdata root is not a directory /home/imajhi/cesm/inputdata

I get this error when I setup

./case.setup

Does anyone know how to resolve this?
 

erik

Erik Kluzek
CSEG and Liaisons
Staff member
It's expecting " /home/imajhi/cesm/inputdata" to be a directory where it can put the inputdata needed to run CESM. If this is really where you want your data to go, you just need to turn it into a directory with the UNIX command "mkdir"

mkdir /home/imajhi/cesm/inputdata
 

Rohit V Menon

Rohit
New Member
In my case I am getting a similar error and I have no idea how to resolve it. Please help
 

Attachments

  • Screenshot 2023-01-14 101751.jpg
    Screenshot 2023-01-14 101751.jpg
    41.5 KB · Views: 23

Rohit V Menon

Rohit
New Member
Try to create the inputdata folder in that cesm folder mannualy.
I have created the folder. As you see from the last command, the directory exists and I can access it. I don't understand why it can't be read
 

Attachments

  • Screenshot 2023-01-17 114146.jpg
    Screenshot 2023-01-17 114146.jpg
    31.9 KB · Views: 22
Back
Top