-
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
[Structure] Add CCPP Drivers #32
Comments
There is overlap, but also some aspects here that are at least somewhat separate, i.e.
So I would vote to leave the standalone restructuring for one open for now. |
@zmoon I think this is a big one that still needs work. Looking forward to more on this one. |
@zmoon Do you think we can bring in some of the CCPP wrapper work that you and Barry have been doing for Fengsha? https://github.com/bbakernoaa/fengsha_ccpp or specifically, https://github.com/bbakernoaa/fengsha_ccpp/blob/main/driver/ccpp/catchem_dust_wrapper.F90%20? I think this would be useful for upcoming work/presentations to show the potential for starting to bring in canopy-app to UFS in this way using CCPP. |
Something to note is that to follow Barry's CCPP wrapper conventions we need to have a routine that does all of the calculations for a single point. A "public API" method, like we have discussed in the past. #23 |
Love it Zach, this is what we need, as its a good example of integration to
CCPP as a start for UFS. Hope you can help with this. I want to get the
GEDI PAVD in soon!
…On Mon, Jul 3, 2023, 1:25 PM Zachary Moon ***@***.***> wrote:
Something to note is that to follow Barry's CCPP wrapper conventions we
need to have a routine that does all of the calculations for a single
point. A "public API" method, like we have discussed in the past.
—
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGLFYNX33PHYFCEPJG34FF3XOL6BNANCNFSM6AAAAAARKTAIEI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@zmoon Maybe we can close/combine other issues under this larger one in the attempt to conform the canopy_app structure to be more easily adaptable to CCPPv6 standards:
See the paper, Figure 1, and Listings 2 -4 (e.g., Listing 2: A complete CCPP-compliant parameterization with Fortran source code)
https://egusphere.copernicus.org/preprints/2022/egusphere-2022-855/egusphere-2022-855.pdf
The text was updated successfully, but these errors were encountered: