forked from NOAA-EMC/fv3atm
-
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.
HR4 Gravity Wave Drag Update (NOAA-EMC#836)
* HR4 GWD update for files GFS_typedefs.F90 GFS_typedefs.meta * update files GFS_typedefs.F90 GFS_typedefs.meta * remove psl_ from files GFS_typedefs.F90 GFS_typedefs.meta * HR4 Gravity Wave Drag Update * update code GFS_typedefs.F90 for GWD and Noahmp HR4 * point to PR#549 of ccpp-framework * retract the changes from the Noahmp model --------- Co-authored-by: Grant Firl <grant.firl@noaa.gov> Co-authored-by: Dustin Swales <dustin.swales@noaa.gov>
- Loading branch information
1 parent
1fb1196
commit 65fec7d
Showing
5 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
Submodule atmos_cubed_sphere
updated
6 files
+1 −19 | driver/fvGFS/atmosphere.F90 | |
+3 −3 | model/dyn_core.F90 | |
+0 −2 | model/fv_arrays.F90 | |
+1 −4 | model/fv_control.F90 | |
+16 −6 | model/fv_dynamics.F90 | |
+7 −7 | model/fv_mapz.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
Submodule framework
updated
42 files
Submodule physics
updated
6 files
+1,235 −10 | physics/GWD/drag_suite.F90 | |
+8 −0 | physics/GWD/drag_suite.meta | |
+38 −10 | physics/GWD/ugwpv1_gsldrag.F90 | |
+30 −0 | physics/GWD/ugwpv1_gsldrag.meta | |
+46 −6 | physics/GWD/unified_ugwp.F90 | |
+30 −0 | physics/GWD/unified_ugwp.meta |