-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when trying to calculate pressure load anomaly #20
Comments
It seemed to come from this line: https://github.com/knaughten/mitgcm_python/blob/master/diagnostics.py#L197 Shouldn't the EOS type be JMD95? The function |
Hopefully that bug was fixed by PR #30. Unfortunately, I can't test it on ARCHER2, as I'm having (sigh) environment issues, as always. Here's the new command and error:
I'm using the following python environment on ARCHER2:
I'd like to move towards a container approach to this. That has always saved me in the past. |
Trying this on BAS HPC, using python3, we get the following error:
I really want a stable environment... |
One note for @sg2400: the Python script I'm trying to run is located here:
And I was trying to run it simply from the command line:
Note that you have to have a couple environment variables set first, as detailed in @knaughten's repo: |
Update for @sg2400. Just FYI, I tried this using a Docker container. Here's what I ran:
I then opened up a terminal within the JupyterLab client and set some environment variables:
Next, I navigated to
So at least it ran for a while, although it was killed for some reason. The terminal output was:
But it was good to see that I can at least get the script to run within a Docker container. Progress? |
The RMS error looks pretty high. I'm guessing that the pressure solver didn't manage to converge. But maybe it ran into memory or formatting issues before it could even try a second iteration. |
Trying on ARCHER2. First, use the container:
Next, set some environment variables (maybe we could eventually put these in the Docker file?)
Navigate to the directory and try to run the script:
So we can at least test it on a compute node...it's still very slow is what I've noticed so far... |
Looks like it's working, albeit very slowly:
|
The odd horizontal stripes in the pressure anomaly field remind me of those from this error: Could this be a clue as to what is going on? Do the issues have the same root somewhere? |
I've received an error when trying to run this script:
The error indicates that an equation of state module isn't available:
Indeed, I can't find this script. What's going on here?
The text was updated successfully, but these errors were encountered: