-
Notifications
You must be signed in to change notification settings - Fork 21
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
Pass the namelist variables from the dycore to the physics during the initialization #22
Pass the namelist variables from the dycore to the physics during the initialization #22
Conversation
…during the initialization.
…o the physics during the initialization.
Hi @laurenchilutti, this merge will only work with the recent updates in the atmos_cubed_sphere and fv3_gfsphysics. Those updates are under review by @spencerkclark and @lharris4. |
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 @linjiongzhou -- indeed this is very clean!
@@ -473,6 +475,10 @@ subroutine atmos_model_init (Atmos, Time_init, Time, Time_step, iau_offset) | |||
Init_parm%xlat => Atmos%lat | |||
Init_parm%area => Atmos%area | |||
Init_parm%tracer_names => tracer_names | |||
!--- setup IPD_Control |
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.
This is indeed very clean.
Hi,all. Did this ever get merged? |
No, this hasnt been merged. I plan to merge this at the same time as the public release code (which should be coming this week) |
Hi, Lauren. Thanks for your update.
Lucas
…On Mon, May 22, 2023 at 7:13 AM laurenchilutti ***@***.***> wrote:
No, this hasnt been merged. I plan to merge this at the same time as the
public release code (which should be coming this week)
—
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMUQRVHW4L2PWSXKLY2ZHHTXHNC4FANCNFSM6AAAAAAXUUCJMA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Description
The dynamical core and physics package share some namelist variables. In the current model codebase, these namelist variables are either passed from the dynamical core to the physics package after the initialization or duplicated in the physics package. This produces a potential issue that the physics initialization does not see the dynamical core namelist and leads to errors.
Fixes # (issue)
No issue with this atmos_drivers. We need some code changes in atmos_drivers so that our update of the dynamical core and physics package will work.
How Has This Been Tested?
It was tested and the results are expected. The issue has been resolved.
Checklist: