-
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
Documentation: "Running the tool for a single job" #122
Comments
When in doubt, most of these commands have
produces:
|
Alternatively, when I try another key that looks sensible,
In the first instance, all I'm just after some basic fields of BGC quantities like the original BGCVal did. But I clearly don't understand what's needed here.
|
no it's not 🤣 |
Well, I humbly disagree. It takes ages to fire up, spends most of its time hung, and even when it does work it's laggy and unresponsive. It could be that some feature of my configuration has somehow screwed it, but I'm using it out of the box (I don't know any other way). It's exactly the same on my local Linux. |
While I'm tempted to mark this as irrelevant - opening firefox through an x-window is a terrible idea (assuming that you're launching this on jasmin!) and at best a short term solution jsut to check everything worked. Your best bet is to either make a local copy or rsync it to the web-facing machine and check your output report there. |
Your errors in 2, 3 & 4 are all caused by the same thing: the choice of key lists. However, kmf, bgc & physics are still lists of time series ("level 1") analyses, so are not set up to run p2p ("level 2") analyses. You need to use a list of p2p keys, which should be in Unfortunately, the bgc_p2p list only contains:
and the physics_p2p contains:
Both of which are clearly set up for the AMM7 domain, not eORCA1. No one has asked for UKESM p2p analysis for 6+ years, so it's not there anymore. (People have asked for AMM7 stuff though!) So what needs to be done is:
|
Actually, that all sounds useful. I just did what the output told me to do and spawned a Firefox session from the prompt. I have to do that on occasion from my local Linux, so it didn't seem an unreasonable request. I must admit that, although I use
... but it doesn't seem visible now that I'm going looking for it. As it had my name and was empty, I thought "Perfect!", but it clearly isn't the right sort of place. Anyway, where do you put your reports? I can mimic that for mine I reckon. |
This is what I suspected. I'll try to do this when I can (this week's not a good one for experimenting). It would be good if this functionality could be resurrected. |
Hopefully a minor issue. The information in section of the document entitled "Running the tool for a single job" seems to be out of date, and I'm not 100% sure that it's working as intended.
For instance:
bgcval2 -j jobID
fails with a-bash: bgcval2: command not found
erroranalysis_timeseries --jobID u-bc179 --keys kmf level1
works ... but falls over (see below)analysis_p2p u-bc179 level2 2010
needs to be rephrased as something likeanalysis_p2p -j u-cz846 -k 'bgc' -y 1990
... although it falls over (see below)bgcval2_make_report u-bc179 2010
needs to be rephrased asbgcval2_make_report -i u-bc179 -y 2010
... and this appears to work and produce viable HTMLItems 2 and 3 above (once they're rephrased and working) both report a strange error ...
FileNotFoundError: /home/users/ayool/bgcval2/key_files/n.yml does not exist
. I'm at a bit of a loss for what this file is. Any ideas?Item 4 seems to work exactly as expected. Although it's only time-series and I'd been hoping for some geographical output (presumably that's what
analysis_p2p
will help with?).The text was updated successfully, but these errors were encountered: