-
Notifications
You must be signed in to change notification settings - Fork 7
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
Set levels with cloud from parent model #17
Set levels with cloud from parent model #17
Conversation
This update removes the requirement of using MODEL_GEOSCHEM if passing vertical grid from parent model. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
# levels with cloud is now passed as an argument in Init_Cldj. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
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 @lizziel. This looks good to merge pending resolution of a couple of minor issues, as noted in comments.
Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
@yantosca, I applied the changes. Ready for another review. |
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 @lizziel! Good to merge.
@lizziel: Also, the integration tests in GEOS-Chem for corresponding PR #2342 passed. Let me know when you merge this into the dev/7.7.2 branch and then I'll complete the GEOS-Chem PR merges into the no-diff-to-benchmark branch. |
Name and Institution (Required)
Name: Lizzie Lundgren
Institution: Harvard University
Describe the update
This PR changes Cloud-J so that parameter LWEPAR (# levels with cloud) is passed from the parent model if not using Cloud-J standalone. This enables using Cloud-J in parent models with different vertical grids.
This update also more generalizes the condition in which vertical level information is passed from the parent model. Previously total number of vertical levels could only be set from the parent if using GEOS-Chem. New C-preprocessor switch CLOUDJ_STANDALONE allows removing MODEL_GEOSCHEM for that section.
Expected changes
This is a zero diff update for GEOS-Chem benchmarks.
Reference(s)
none
Related Github Issues and PRs
closes #16
geoschem/geos-chem#2342 (merge required for compatibility with this PR)