Common Community Physics Package (CCPP) Scientific Documentation  Version 2.0
subroutine gwdc_post::gwdc_post_run ( integer, intent(in)  im,
integer, intent(in)  levs,
logical, intent(in)  lssav,
logical, intent(in)  ldiag3d,
real(kind=kind_phys), intent(in)  dtf,
real(kind=kind_phys), intent(in)  dtp,
real(kind=kind_phys), intent(in)  con_cp,
real(kind=kind_phys), dimension(:), intent(in)  tauctx,
real(kind=kind_phys), dimension(:), intent(in)  taucty,
real(kind=kind_phys), dimension(:,:), intent(in)  gwdcu,
real(kind=kind_phys), dimension(:,:), intent(in)  gwdcv,
real(kind=kind_phys), dimension(:), intent(inout)  dugwd,
real(kind=kind_phys), dimension(:), intent(inout)  dvgwd,
real(kind=kind_phys), dimension(:,:), intent(inout)  du3dt,
real(kind=kind_phys), dimension(:,:), intent(inout)  dv3dt,
real(kind=kind_phys), dimension(:,:), intent(inout)  gu0,
real(kind=kind_phys), dimension(:,:), intent(inout)  gv0,
real(kind=kind_phys), dimension(:,:), intent(inout)  gt0,
character(len=*), intent(out)  errmsg,
integer, intent(out)  errflg 
)

Argument Table

local_name standard_name long_name units rank type kind intent optional
im horizontal_loop_extent horizontal loop extent count 0 integer in F
levs vertical_dimension number of vertical layers count 0 integer in F
lssav flag_diagnostics flag for calculating diagnostic fields flag 0 logical in F
ldiag3d flag_diagnostics_3D flag for calculating 3-D diagnostic fields flag 0 logical in F
dtf time_step_for_dynamics dynamics time step s 0 real kind_phys in F
dtp time_step_for_physics physics time step s 0 real kind_phys in F
con_cp specific_heat_of_dry_air_at_constant_pressure specific heat of dry air at constant pressure J kg-1 K-1 0 real kind_phys in F
tauctx instantaneous_x_stress_due_to_gravity_wave_drag zonal stress at cloud top due to convective gravity wave drag Pa 1 real kind_phys in F
taucty instantaneous_y_stress_due_to_gravity_wave_drag meridional stress at cloud top due to convective gravity wave drag Pa 1 real kind_phys in F
gwdcu tendency_of_x_wind_due_to_convective_gravity_wave_drag zonal wind tendency due to convective gravity wave drag m s-2 2 real kind_phys in F
gwdcv tendency_of_y_wind_due_to_convective_gravity_wave_drag meridional wind tendency due to convective gravity wave drag m s-2 2 real kind_phys in F
dugwd time_integral_of_x_stress_due_to_gravity_wave_drag integral over time of zonal stress due to gravity wave drag Pa s 1 real kind_phys inout F
dvgwd time_integral_of_y_stress_due_to_gravity_wave_drag integral over time of meridional stress due to gravity wave drag Pa s 1 real kind_phys inout F
du3dt cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag cumulative change in zonal wind due to convective gravity wave drag m s-1 2 real kind_phys inout F
dv3dt cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag cumulative change in meridional wind due to convective gravity wave drag m s-1 2 real kind_phys inout F
gu0 x_wind_updated_by_physics updated zonal wind m s-1 2 real kind_phys inout F
gv0 y_wind_updated_by_physics updated meridional wind m s-1 2 real kind_phys inout F
gt0 air_temperature_updated_by_physics updated air temperature K 2 real kind_phys inout F
errmsg ccpp_error_message error message for error handling in CCPP none 0 character len=* out F
errflg ccpp_error_flag error flag for error handling in CCPP flag 0 integer out F