-
Notifications
You must be signed in to change notification settings - Fork 6
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
tos in 3hr file not found #231
Comments
Paolo, I really do think that tos in the 3hr table should be extracted from IFS, I believe ece2cmor3 chooses IFS by 'realm matching' for this variable... |
...and I am not sure whether 3hr-hourly ocean output is properly supported... |
BTW in the newest CMIP6 tables the tos modelling realm in the 3hr table is ocean, so I guess we should have NEMO produce this variable? See #224 |
I see your point. I guess that - theoretically - it should be a little bit more correct to start from NEMO for coupled runs and from IFS when you have AMIP ones. Indeed, if I set a varlist as:
and I launch the --atm cmorization with ifspar.json I get nothing
|
Which tables are this? Jon Seddon's primavera ones or the new ones? |
Still Jon Seddon's ones.
Il giorno mar 4 set 2018 alle ore 17:18 Gijs van den Oord <
notifications@github.com> ha scritto:
… Which tables are this? Jon Seddon's primavera ones or the new ones?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#231 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbCe60pRpbsUABEM7cdvbsJwNCZEqMceks5uXpmqgaJpZM4WZKwS>
.
|
Hmm I suspect it is the realm key. Can you change line 24 in ece2cmor3/ece2cmor3/cmor_target.py to:
instead of "modeling_realm"? Then rerun |
Hi,
setting the realm_key as you said works. I have now the tos from the IFS
files. I only have to double check if this compromises any other variable.
More in general, I still feel that it would be more correct using the NEMO
files, if available.
Thanks,
P
Il giorno mar 4 set 2018 alle ore 18:04 Gijs van den Oord <
notifications@github.com> ha scritto:
… Hmm I suspect it is the realm key. Can you change line 24 in
ece2cmor3/ece2cmor3/cmor_target.py to:
realm_key = "realm"
instead of "modeling_realm"? Then rerun python setup.py install and test
whether it works?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#231 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbCe6x07tlFX5FMHWBrHhFeEyDBFD6Piks5uXqSpgaJpZM4WZKwS>
.
|
@goord, is this fix permanent? I can close the issue in this case. |
Hi Paolo, I propose to make a new primavera-stream 2 branch to put this fix in... |
done, created branch primavera-stream2 |
Hi all,
I am trying to cmorizing 3hrs tos from the correspondent grid_T file, but I am getting this error.
However, the variable is there:
The nemopar.json and the cmip6 tables seem to point correctly to tos.
Any experience on this? I saw a few issues involving tos but this seems new.
The text was updated successfully, but these errors were encountered: