Skip to content
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

Register species from MICM #102

Merged
merged 18 commits into from
Aug 8, 2024

Conversation

mattldawson
Copy link
Collaborator

Registers constituents and sets needed constituent properties from MICM configuration.

(reopened to merge to development branch)

Additionally:

returns error codes and messages from MUSICA functions using new error handling in MICM
creates a musica_ccpp module to act as a the CCPP interface and moves existing functionality to a musica_ccpp_micm module in preparation for adding TUV-x (we will use musica_ccpp_ as a prefix for all the MUSICA modules in this repo to prevent naming conflicts with MUSICA Fortran library modules)
updates build scripts for changes to MUSICA and CCPP framework
adds memory checking to MUSICA tests

closes #74

@mattldawson mattldawson marked this pull request as ready for review August 1, 2024 15:31
Copy link
Collaborator

@cacraigucar cacraigucar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comment -- We are trying to standardize the ordering of the error message and error code in CCPP (just for uniformity sake). The ordering that was decided upon is errmsg, errcode, mainly because the NOAA code base uses this ordering. See NCAR/ccpp-framework#574

@mattldawson
Copy link
Collaborator Author

Minor comment -- We are trying to standardize the ordering of the error message and error code in CCPP (just for uniformity sake). The ordering that was decided upon is errmsg, errcode, mainly because the NOAA code base uses this ordering. See NCAR/ccpp-framework#574

done!

@nusbaume nusbaume requested a review from peverwhee August 7, 2024 21:16
Copy link
Collaborator

@peverwhee peverwhee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

@mattldawson mattldawson merged commit 0985859 into ESCOMP:development Aug 8, 2024
1 check passed
@mattldawson mattldawson deleted the develop-74-chem-species branch August 8, 2024 17:52
mattldawson added a commit to ESCOMP/CAM-SIMA that referenced this pull request Aug 20, 2024
Uses updated CCPP-generated data to include scheme dependencies in the
CAM-SIMA build.

In draft until ESCOMP/atmospheric_physics#102 is
merged.

---------

Co-authored-by: Jesse Nusbaumer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants