CCPP SciDoc v7.0.0  v7.0.0
Common Community Physics Package Developed at DTC
 
Loading...
Searching...
No Matches

◆ cu_c3_driver_post_run()

subroutine, public cu_c3_driver_post::cu_c3_driver_post_run ( integer, intent(in) im,
integer, intent(in) km,
real(kind_phys), dimension(:,:), intent(in) t,
real(kind_phys), dimension(:,:), intent(in) q,
real(kind_phys), dimension(:,:), intent(out), optional prevst,
real(kind_phys), dimension(:,:), intent(out), optional prevsq,
integer, dimension(:), intent(in), optional cactiv,
integer, dimension(:), intent(in), optional cactiv_m,
real(kind_phys), dimension(:), intent(out), optional conv_act,
real(kind_phys), dimension(:), intent(out), optional conv_act_m,
real(kind_phys), intent(in) dt,
real(kind_phys), dimension(:), intent(in) garea,
real(kind_phys), dimension(:), intent(in) raincv,
real(kind_phys), dimension(:), intent(in), optional maxupmf,
real(kind_phys), dimension(:,:), intent(inout) refl_10cm,
character(len=*), intent(out) errmsg,
integer, intent(out) errflg )

Argument Table

cu_c3_driver_post_run argument table
local_namestandard_namelong_nameunitstypedimensionskindintent
imhorizontal_loop_extenthorizontal loop extentcountinteger()in
kmvertical_layer_dimensionnumber of vertical levelscountinteger()in
tair_temperature_of_new_statetemperature updated by physicsKreal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
qspecific_humidity_of_new_statewater vapor specific humidity updated by physicskg kg-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
prevstair_temperature_on_previous_timesteptemperature from previous time stepKreal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physout
prevsqspecific_humidity_on_previous_timestepmoisture from previous time stepkg kg-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physout
cactivcounter_for_grell_freitas_convectionconvective activity memorynoneinteger(ccpp_constant_one:horizontal_loop_extent)in
cactiv_mcounter_for_grell_freitas_mid_level_convectionmidlevel convective activity memorynoneinteger(ccpp_constant_one:horizontal_loop_extent)in
conv_actconsecutive_calls_for_grell_freitas_convectionMemory counter for GFnonereal(ccpp_constant_one:horizontal_loop_extent)kind_physout
conv_act_mconsecutive_calls_for_grell_freitas_mid_level_convectionMemory counter for GF midlevelnonereal(ccpp_constant_one:horizontal_loop_extent)kind_physout
dttimestep_for_physicsphysics time stepsreal()kind_physin
gareacell_areagrid cell aream2real(ccpp_constant_one:horizontal_loop_extent)kind_physin
raincvlwe_thickness_of_deep_convective_precipitation_amountdeep convective rainfall amount on physics timestepmreal(ccpp_constant_one:horizontal_loop_extent)kind_physin
maxupmfmaximum_convective_updraft_mass_fluxmaximum convective updraft mass flux within a columnm s-1real(ccpp_constant_one:horizontal_loop_extent)kind_physin
refl_10cmradar_reflectivity_10cminstantaneous refl_10cmdBZreal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physinout
errmsgccpp_error_messageerror message for error handling in CCPPnonecharacter()len=*out
errflgccpp_error_codeerror code for error handling in CCPP1integer()out

Definition at line 18 of file cu_c3_driver_post.F90.