File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ subroutine dynamics_to_physics_coupling()
34
34
! `*_int`: Variable is at layer interfaces.
35
35
! `*_mid`: Variable is at layer midpoints.
36
36
real (kind_r8 ), allocatable :: pd_int_col(:), & ! Dry hydrostatic air pressure (Pa).
37
- pd_mid_col(:), & ! Dry hydrostatic air pressure (Pa).
37
+ pd_mid_col(:), & ! Dry non- hydrostatic air pressure (Pa).
38
38
p_int_col(:), & ! Full hydrostatic air pressure (Pa).
39
- p_mid_col(:), & ! Full hydrostatic air pressure (Pa).
39
+ p_mid_col(:), & ! Full non- hydrostatic air pressure (Pa).
40
40
z_int_col(:) ! Geometric height (m).
41
41
real (kind_r8 ), allocatable :: dpd_col(:), & ! Dry air pressure difference (Pa) between layer interfaces.
42
42
dp_col(:), & ! Full air pressure difference (Pa) between layer interfaces.
You can’t perform that action at this time.
0 commit comments