Skip to content

Commit 2139d39

Browse files
committed
Merge branch 'scidoc_v7' into scidoc_v7_gjf
2 parents 714cfe7 + 670b978 commit 2139d39

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

physics/GWD/drag_suite.F90

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
!> \file drag_suite.F90
2-
!! This file is the parameterization of orographic gravity wave
2+
!! This file is the parameterization of orographic drag
33
!! drag, mountain blocking, and form drag.
44

5-
!> This module contains the orographic gravity wave drag scheme
5+
!> This module contains the orographic drag scheme
66
module drag_suite
77

88
contains
99

10-
!> \brief This subroutine initializes the orographic gravity wave drag scheme.
11-
!!
1210
!> \section arg_table_drag_suite_init Argument Table
1311
!! \htmlinclude drag_suite_init.html
1412
!!
@@ -32,7 +30,7 @@ subroutine drag_suite_init(gwd_opt, errmsg, errflg)
3230
end if
3331
end subroutine drag_suite_init
3432

35-
!> \brief This subroutine includes orographic gravity wave drag, mountain
33+
!> This subroutine includes orographic drag, mountain
3634
!! blocking, and form drag.
3735
!!
3836
!> The time tendencies of zonal and meridional wind are altered to
@@ -43,7 +41,7 @@ end subroutine drag_suite_init
4341
!> \section arg_table_drag_suite_run Argument Table
4442
!! \htmlinclude drag_suite_run.html
4543
!!
46-
!> \section gen_drag_suite GFS Orographic GWD Scheme General Algorithm
44+
!> \section gen_drag_suite Orographic drag Scheme General Algorithm
4745
!! -# Calculate subgrid mountain blocking
4846
!! -# Calculate orographic wave drag
4947
!!

physics/docs/pdftxt/GFS_UGWPV1_ORO.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
\page GFS_drag_suite Orographic Drag Scheme
33
\section des_drag Description
44

5-
The orographic drag suite, developed by NOAA's Global Systems Laboratory, Physical Sciences Laboratory and Environmental Modeling Center is a set of subgrid-scale orographic drag parameterizations that calculate momentum tendencies due to the effects of unresolved topography. The drag forces they represent are those due to: 1) meso-scale gravity (mountain) waves that propagate vertically and break in the free atmosphere of the troposphere, stratosphere and above; 2) low-level flow blocking; 3) turbulent orographic form drag (TOFD), which is generated by turbulent pressure perturbations that are correlated with the terrain slope. The distinction between the meso-scale and turbulent-scale gravity waves are that the former are generated by topography with horizontal scales on the order of 5 km and greater, which can support vertical propagation through the typical static stabilities found in the free atmosphere, while the latter are generated by topography with smaller horizontal scales down to about 1 km.
5+
The orographic drag scheme, developed by NOAA's Global Systems Laboratory, Physical Sciences Laboratory and Environmental Modeling Center is a set of subgrid-scale orographic drag parameterizations that calculate momentum tendencies due to the effects of unresolved topography. The drag forces they represent are those due to: 1) meso-scale gravity (mountain) waves that propagate vertically and break in the free atmosphere of the troposphere, stratosphere and above; 2) low-level flow blocking; 3) turbulent orographic form drag (TOFD), which is generated by turbulent pressure perturbations that are correlated with the terrain slope. The distinction between the meso-scale and turbulent-scale gravity waves are that the former are generated by topography with horizontal scales on the order of 5 km and greater, which can support vertical propagation through the typical static stabilities found in the free atmosphere, while the latter are generated by topography with smaller horizontal scales down to about 1 km.
66

77
The GWD and flow-blocking scheme is based on Kim and Doyle (2005) \cite kim_and_doyle_2005 and Choi and Hong (2015)\cite choi_and_hong_2015 and its code originated from the NCAR Weather Research and Forecasting (WRF) model that was implemented by S. Hong. The TOFD scheme is adapted from Beljaars et al. (2004)\cite beljaars_et_al_2004.
88

physics/docs/pdftxt/GFS_drag_suite.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
\page GFS_drag_suite Orographic Drag Scheme
33
\section des_drag Description
44

5-
The orographic drag suite, developed by NOAA's Global Systems Laboratory, Physical Sciences Laboratory and Environmental Modeling Center is a set of subgrid-scale orographic drag parameterizations that calculate momentum tendencies due to the effects of unresolved topography. The drag forces they represent are those due to: 1) large-scale gravity (mountain) waves that propagate vertically and break in the free atmosphere of the troposphere, stratosphere and above; 2) low-level flow blocking; 3) small-scale gravity wave drag (GWD) due to mountain waves generated in stable planetary boundary layer (PBL) conditions, typically at nighttime, which break at or near the PBL top; and 4) turbulent orographic form drag (TOFD), which is generated by turbulent pressure perturbations that are correlated with the terrain slope. The distinction between the large-scale and small-scale gravity waves are that the former are generated by topography with horizontal scales on the order of 5 km and greater, which can support vertical propagation through the typical static stabilities found in the free atmosphere, while the latter are generated by topography with smaller horizontal scales down to about 1 km, which can support vertical propagation only in very stable conditions, typically found in nocturnal PBLs.
5+
The orographic drag scheme, developed by NOAA's Global Systems Laboratory, Physical Sciences Laboratory and Environmental Modeling Center is a set of subgrid-scale orographic drag parameterizations that calculate momentum tendencies due to the effects of unresolved topography. The drag forces they represent are those due to: 1) large-scale gravity (mountain) waves that propagate vertically and break in the free atmosphere of the troposphere, stratosphere and above; 2) low-level flow blocking; 3) small-scale gravity wave drag (GWD) due to mountain waves generated in stable planetary boundary layer (PBL) conditions, typically at nighttime, which break at or near the PBL top; and 4) turbulent orographic form drag (TOFD), which is generated by turbulent pressure perturbations that are correlated with the terrain slope. The distinction between the large-scale and small-scale gravity waves are that the former are generated by topography with horizontal scales on the order of 5 km and greater, which can support vertical propagation through the typical static stabilities found in the free atmosphere, while the latter are generated by topography with smaller horizontal scales down to about 1 km, which can support vertical propagation only in very stable conditions, typically found in nocturnal PBLs.
66

77
The large-scale GWD scheme is based on Kim and Doyle (2005) \cite kim_and_doyle_2005 and Choi and Hong (2015)\cite choi_and_hong_2015 and the code originated from the NCAR Weather Research and Forecasting (WRF) model and NOAA RAP/HRRR. The low-level blocking scheme is adapted from Kim and Doyle (2005)\cite kim_and_doyle_2005, with the code also originating from the WRF and RAP/HRRR. The small-scale orographic GWD scheme is based on Steeneveld et al.(2008)\cite steeneveld_et_al_2008 and Tsiringakis et al. (2017) \cite tsiringakis_et_al_2017, and the TOFD scheme is adapted from Beljaars et al. (2004)\cite beljaars_et_al_2004.
88

physics/docs/pdftxt/ccppv7_phy_updates.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Suites GFS_v17_p8, HRRR, RRFS_v1beta, and RAP, which were supported with CCPP v6
1717
The updates between GFSv16 and GFSv17 are carefully outlined in Bengtsson and Han (2024)(submitted to \a Weather \a and \a Forecasting). The main updates include:
1818
- Implementation of a positive definition mass-flux scheme and a method for removing the negative tracers (Han et al. 2022 \cite Han_et_al_2022)
1919
- Introduction of a new closure based on a prognostic evolution of the convective updraft area fraction in both shallow and deep convection (Bengtsson et al. 2022 \cite Bengtsson_2022)
20-
- Introduction of 3D effects of cold-pool dynamics and stochastic initiation using self-organizing cellular automata stochastic convective organization scheme (not supported; Bengtsson et al. 2021 \cite bengtsson_et_al_2021)
20+
- Introduction of 3D effects of cold-pool dynamics and stochastic initiation using self-organizing cellular automata stochastic convective organization scheme (not supported in SCM; Bengtsson et al. 2021 \cite bengtsson_et_al_2021)
2121
- Introduction of environmental wind shear effect and subgrid TKE dependence in convection, to seek improvements in hurricane forecast prediction (Han et al. 2024 \cite Han_2024)
2222
- Introduction of stricter convective initiation criteria to allow for more CAPE to build up to address a low CAPE bias in GFSv16 (Han et al. 2021 \cite han_2021)
2323
- Reduction of convective rain evaporation rate to address a systematic cold bias near the surface in GFSv16 (Han et al. 2021 \cite han_2021)

physics/docs/pdftxt/suite_input.nml.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ show some variables in the namelist that must match the SDF.
495495
<tr><td>knob_ugwp_effac <td>cires_ugwp <td>four-dimensional array that control efficiency of GWs triggerd by four types of physics-based sources. \n
496496
Default values: 1.,1.,1.,1. - reflect that calculated GW-tendencies will be applied for the model state.
497497
<td>1.,1.,1.,1.
498+
<tr><td>knob_ugwp_tauamp <td>ugwpv1_gsldrag <td>amplitude for GEOS-5/MERRA-2 <td>7.75e-3
498499
<tr><td>launch_level <td>cires_ugwp <td>parameter has been introduced by EMC during implementation. It defines the interface model level from the surface at which NGWs are launched. \n
499500
Default value for FV3GFS-64L, launch_level=25 and for FV3GFS-128L, launch_level=52.
500501
<td>55

0 commit comments

Comments
 (0)