-
Notifications
You must be signed in to change notification settings - Fork 8
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
Configure WOMBATlite in 1deg_jra55do_ryf_wombatlite
#47
Configure WOMBATlite in 1deg_jra55do_ryf_wombatlite
#47
Conversation
bda0e74
to
3b23ee0
Compare
63bb428
to
752f556
Compare
450a564
to
0c9258b
Compare
0c9258b
to
2ebe5ce
Compare
3189bd8
to
b51464e
Compare
a11b965
to
690904a
Compare
I tried to run it but ended up with errors,
Also I've seen many warning messages, such as
I am not sure about it. Are we expecting these warnings for WOMBAT? |
No, these are not expected. These warnings are introduced after @aekiss's changes in #94 to increase I think we should revert the changes from #94. They haven't been tested. Also, why was the coupling timestep halved? @aekiss and @minghangli-uni are you okay for me to revert this commit? UPDATE: I've submitted a PR to revert the commit. |
1deg_jra55do_ryf_wombatlite
1deg_jra55do_ryf_wombatlite
Thanks @dougiesquire. Halving the coupling timestep is to avoid the unused buoyancy fluxes crash. See COSIMA/access-om3#195 and NCAR/MOM6#290 |
Thanks @minghangli-uni. I think it would be better to understand and resolve the issue if we can. Halving the coupling time step will unnecessarily additional overhead. |
I will revisit this issue COSIMA/access-om3#195. |
690904a
to
b7ebed7
Compare
b7ebed7
to
8e5a6e3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @dougiesquire. I successfully ran it for a month and am comfortable with merging it. But one thing to note that without spanning dt_therm, there are still some warnings, such as this one:
225 WARNING from PE 0: Previous msg:Z_INIT_ALE_REMAPPING = True ! [Boolean] default = False
226
227
228 WARNING from PE 0: New message :Z_INIT_ALE_REMAPPING = True ! [Boolean] default = True
Sorry yes I forgot to mention - this is because the default for this parameter is different in different modules. These should be resolved in the future but I think the warnings are okay for now. |
This PR sets up the
1deg_jra55do_ryf_wombatlite
configuration to run with the new generic tracer implementation of WOMBATlite.