Closed lorelu closed 1 year ago
Hi @lorelu. Thanks for your message. I think this is likely because your GFDL_BASE
directory needs to point to the full path of this folder. So instead of setting:
export GFDL_BASE=Isca
you should set something like
export GFDL_BASE=/home/ubuntu/Isca
or whatever is appropriate for your computer. To find this out, navigate into the Isca folder, and then do pwd
and set the result of that command to GFDL_BASE. You should also do the same thing for GFDL_WORK and GFDL_DATA.
Just as a side note too, you'll probably want to use these export statements every time you open a new terminal, which would be a pain, so I'd recommend putting them in your .bashrc
file. That way they'll automatically be set in every new terminal instance (assuming you're using BASH). There are lots of places online that will talk about how to do this if you need some help there.
Thanks, Stephen
Thank you so much for your help and your suggestions! I am still having some issues with the environment file, but I will try to figure out on my own.
Thanks again Lorenza
Description
Hi everyone! I am currently trying to install Isca for my Master's degree thesis but I am facing some issues. I followed the instructions but I keep getting the following message when I try to compile:
These are the commands I am executing from the top-level directory:
Thank you in advance for your help, I am just starting out with computer programming so I could have made trivial mistakes.
System Information: system='Linux', node='ipazia', release='4.19.0-6-amd64', version='#1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11)', machine='x86_64'