-
Notifications
You must be signed in to change notification settings - Fork 128
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
Derived ocnBgchem variables can't find FX files on jasmin #773
Comments
this a8d25ae should fix this issue - @bouweandela you owe me a beer since this used to work before the |
To me it looks like this problem is not related to derived variables, because you are unable to find the fx file for the normal variable |
Yes exactly, I patched this on the PR, should be fine now, at least for
this corner case
Dr Valeriu Predoi.
Computational scientist
NCAS-CMS
University of Reading
Department of Meteorology
Reading RG6 6BB
United Kingdom
…On Thu, 10 Jan 2019, 14:38 Bouwe Andela ***@***.*** wrote:
To me it looks like this problem is not related to derived variables,
because you are unable to find the fx file for the normal variable fgco2,
which is used to derive gtfgco2. Apparently it is not stored in the realm
listed with the variable in the cmor table.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#773 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbpCo37PIz7r7EZAov5mzzxuylK1OGzlks5vB0JNgaJpZM4ZaH8e>
.
|
Apologies for the delay, but I'm pretty sure that this patch has worked. I've run it over the |
@ledm can we close this? |
yep! |
I recommend not closing issues until the PR in which they are solved is actually merged. |
I'm attempting to test the ocean biogeochemistry recipe on jasmin and I've encountered the following bug when evaluating the derived variable gtfgco2. I believe that this bug arises due to the absence of ocnBgchem-specific FX files. However, this is not a problem that appears with normal (non-derived) variables in the same recipe.
Note that I had not encounter this problem on my local machine, as the path to the FX files was much less complex. This is so far only a problem for me on Jasmin.
When calculating the derived variable,
gtfgco2
, ESMValTool looks for the FX files in the following location on jasmin:However, there is no
ocnBgchem
folder, as the FX files only exist in theatmos
,land,
&ocean
directories (for most cmip5 models). For example, see:Is there a way to explicitly require the derived variable to use the ocean FX files if the ocnBgchem FX files are not available?
I imagine that similar problems may arise for derived variables in atmospheric chemistry, sea ice, as well as ocean biogeochemistry, as many models do not always include FX files.
The text was updated successfully, but these errors were encountered: