NCAR / ccpp-physics

GFS physics for CCPP
Other
56 stars 145 forks source link

Bring external land model support #970

Closed uturuncoglu closed 1 year ago

uturuncoglu commented 1 year ago

This PR aims to bring support for external land component (i.e. Noah MP). At this point, the interaction between atmosphere and ccpp/physics is unidirectional and ccpp/physics does not receive any information from external land component and only allow sending required fields to land component. The two way interaction, will be implemented in the later stage of the JTTI project.

grantfirl commented 1 year ago

@uturuncoglu The ccpp-physics repo now has a fork that should be used for UFS development: https://github.com/ufs-community/ccpp-physics, specifically the ufs/dev branch in that fork. Would it be too much trouble to ask that you move this PR over there, starting from the latest ufs/dev? The same folks review the new branch as the NCAR/main branch, but it would make code management easier for us if the ufs/dev branch was targeted for this PR.

uturuncoglu commented 1 year ago

@grantfirl Sure. Sorry I missed it. I am closing this PR and reopen again in there.