Error when running case.setup in scripts regressions test

Turimao

New Member
When I'm running scripts regressions test and it got to case.setup this error appeared: inputdata root is not a directory or is not readable: $HOME/cesm/inputdata. I have already made the required directory before running the test. Please help
 

Attachments

  • 07_04_2023_14_33_36.png
    07_04_2023_14_33_36.png
    34.6 KB · Views: 13
  • 07_04_2023_14_35_26.png
    07_04_2023_14_35_26.png
    30.7 KB · Views: 12

fischer

CSEG and Liaisons
Staff member
I'm not sure exactly what's going on. But it looks like the directory should be /home/cesm/inputdata.
The $HOME in the path you're using is an environment variable, which should be set to home.
 
Back
Top