forked from NOAA-GSL/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup grandfathered-in constants in CCPP - round 1 (NOAA-EMC#360)
Add metadata for three constants that are required for the changes in PR NCAR/ccpp-physics#525. The motivation behind these changes is that physical parameterizations should receive constants (e.g. gravitational acceleration) from the host model via the argument list instead of importing them from some Fortran module or defining them locally. This ensures consistency and enhances interoperability.
- Loading branch information
Showing
3 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule physics
updated
30 files
+4 −4 | physics/GFS_MP_generic.F90 | |
+9 −0 | physics/GFS_MP_generic.meta | |
+1 −1 | physics/aerclm_def.F | |
+4 −3 | physics/cu_gf_driver.F90 | |
+36 −0 | physics/cu_gf_driver.meta | |
+11 −4 | physics/dcyc2.f | |
+36 −0 | physics/dcyc2.meta | |
+15 −13 | physics/get_prs_fv3.F90 | |
+18 −0 | physics/get_prs_fv3.meta | |
+10 −10 | physics/gfdl_cloud_microphys.F90 | |
+9 −0 | physics/gfdl_cloud_microphys.meta | |
+2 −2 | physics/gfdl_sfc_layer.F90 | |
+8 −0 | physics/gfdl_sfc_layer.meta | |
+12 −13 | physics/gscond.f | |
+90 −0 | physics/gscond.meta | |
+44 −24 | physics/m_micro.F90 | |
+54 −1 | physics/m_micro.meta | |
+20 −16 | physics/module_MYNNPBL_wrapper.F90 | |
+108 −0 | physics/module_MYNNPBL_wrapper.meta | |
+4 −5 | physics/module_SGSCloud_RadPre.F90 | |
+36 −0 | physics/module_SGSCloud_RadPre.meta | |
+3 −1 | physics/physcons.F90 | |
+17 −11 | physics/precpd.f | |
+63 −0 | physics/precpd.meta | |
+1 −1 | physics/radlw_main.F90 | |
+1 −1 | physics/radlw_main.meta | |
+2 −2 | physics/shinhongvdif.F90 | |
+8 −0 | physics/shinhongvdif.meta | |
+2 −2 | physics/ysuvdif.F90 | |
+8 −0 | physics/ysuvdif.meta |