-
Notifications
You must be signed in to change notification settings - Fork 25
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
How to run BLOM in tagged version v1.6.0 close/identical to the CMIP6 circulation field? #354
Comments
@matsbn , I would be grateful, if you could have a look and give advice on how to run the 1.6.x version of BLOM as close as possible to the CMIP6 circulation. If I am not mistaken, @TomasTorsvik and his works would also benefit from this information. |
Sorry for my very late response to this. I do believe using
should revert to the CMIP6 settings for BLOM when using the tnx1v4 grid. These parameter settings can just be pasted directly in below the comment section of user_nl_blom. Unfortunately, I have not had time to actually test this to remove the "believe" statement and I will not be able to do this the next few weeks (vacation and Betzy maintenance). The cleanest would probably be that in release branches where we still want the ability to reproduce CMIP6 results, we implement something like a BLOM%CMIP6 option, that will set the correct namelist values, also taking into account grid dependencies. Until time is found to implement and test such a functionality, modifying user_nl_blom is the way to go. |
@matsbn , thanks for the reply - I will give it a try. Should we expect bfb in that case? |
Thus far, I can confirm that running NorESM2.1.3, using BLOM tag version
together with
for one month results in bfb results for BLOM, when compared to the NorESM 2.1.3 default version (=> BLOM tag version v.1.5.2). For
to recover the NorESM2.1.3 default version (tested and resulted in bfb for a 1month run). |
@jmaerz - great, thanks for testing! |
Hi @TomasTorsvik , I suggested to put it into the release notes, but maybe that doesn't fit that well? - I updated the above comment, now for both 2 degree and 1 degree grid, both tested with a 1 month run. |
@jmaerz - yes, I think we can put this in the release notes as well. I would prefer to have it in the release notes for |
Also updated your new wiki page for the different |
@jmaerz - actually, I think I will just put a reference to the wiki page in the release notes, so that if something changes, we only need to update one place. Is that OK with you? |
Perferctly fine - closing this issue now. |
@matsbn ,@AleksiNummelin (and @TomasTorsvik , since it might be relevant for your scientific work as well), I have a short question: if one wants to run the current master (as of tag v1.6.0) and would want to get the circulation as close as possible to the circulation represented in CMIP6, I would need to use:
./xmlchange BLOM_UNIT=cgs
and then resetting the eddy parametrization values (looking into both, description and changes made in PR #337) from:
to
right? - or do I miss something and further things would need to be changed? - would this setting result in identical or only close to CMIP6 circulation? Once answered, it could be added to the v1.6.0 release note https://github.com/NorESMhub/BLOM/releases/tag/v1.6.0
A brief
user_nl_blom
snippet would be greatly appreciated.For tested
user_nl_blom
and correct settings, see: https://github.com/NorESMhub/BLOM/wiki/new-BLOM-with-CMIP6-settingsand below: #354 (comment)
The text was updated successfully, but these errors were encountered: