-
Notifications
You must be signed in to change notification settings - Fork 279
remove sp dependency in ufs #687
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Currently the ccpp-physics has dependency on splat from sp library. The dependency can be removed.
Solution
Two solutions are proposed:
- remove the Gaussian grid support for the fixed files read in the ccpp-physics. Currently model has the capability to read in the fixed files on the native tiled grid. So if model switches to use the tiled files, the dependency of sp lib can be removed.
- the splat used in ccpp-physics from sp lib is a small Fortran subroutine without further dependency on any other file and it is available in the fv3/io. It is possible to use one version of splat shared by both ccpp-physics and fv3/io. This way the Gaussian grid fixed file will still be supported in ccpp-physics.
Related to
Directly reference any issues or PRs in this or other repositories that this is related to, and describe how they are related.
- Update update will be in ccpp-physics.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request