forked from ufs-community/ufs-weather-model
-
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.
Add support for optional arguments in ccpp physics and framework AND …
…add end of run restart functionality to MOM6 (was ufs-community#2286) (ufs-community#2205) * UFSWM - Add support for optional arguments in ccpp physics and framework * FV3 - [Add support for optional arguments in ccpp physics and framework](NOAA-EMC/fv3atm#807 (comment)) * ccpp-physics - Introduce optional arguments in ccpp schemes and metadata * ccpp-framework - Add support (and tests) for optional arguments in ccpp_prebuild * atmos_cubed_sphere - Set cdata%thrd_cnt in driver/fvGFS/atmosphere.F90 * MOM6 - Add end of run restart functionality to MOM6 * stochastic_physics - Add optional attribute for variables where necessary
- Loading branch information
Showing
19 changed files
with
2,515 additions
and
2,478 deletions.
There are no files selected for viewing
Submodule FV3
updated
9 files
+1 −1 | atmos_cubed_sphere | |
+30 −0 | ccpp/data/CCPP_typedefs.F90 | |
+68 −20 | ccpp/data/CCPP_typedefs.meta | |
+7 −6 | ccpp/data/GFS_typedefs.F90 | |
+4 −36 | ccpp/data/GFS_typedefs.meta | |
+7 −3 | ccpp/driver/CCPP_driver.F90 | |
+1 −1 | ccpp/framework | |
+1 −1 | ccpp/physics | |
+1 −0 | stochastic_physics/stochastic_physics_wrapper.F90 |
Submodule stochastic_physics
updated
2 files
+9 −9 | lndp_apply_perts.F90 | |
+11 −11 | stochastic_physics.F90 |
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
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
Oops, something went wrong.