@project2114 , I’ve applied the fix to CABLE. Although, I have been unable to reproduce your error exactly so it may not solve everything for you.
To use the updated version, you can run git pull
within the CABLE directory. If it doesn’t work (because you have made local changes), you will need to do the following:
- re-clone the repository in another directory with
git clone
- create a branch to put your local changes (you shouldn’t put any changes directly in the main branch).
- copy your changes from your first local CABLE repository to the new one
- delete the first local CABLE repository.
If this new version does not solve your problem, we will need more information about what you are running (input files, command and changes to the code, etc.).