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

◆ cu_gf_driver_post_run()

subroutine, public cu_gf_driver_post::cu_gf_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,
logical, intent(in) rrfs_sd,
integer, intent(in) ntsmoke,
integer, intent(in) ntdust,
integer, intent(in) ntcoarsepm,
real(kind_phys), dimension(:,:,:), intent(inout), optional chem3d,
real(kind_phys), dimension(:,:,:), intent(inout) gq0,
character(len=*), intent(out) errmsg,
integer, intent(out) errflg )

Argument Table

cu_gf_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
rrfs_sddo_smoke_couplingflag controlling rrfs_sd collectionflaglogical()in
ntsmokeindex_for_smoke_in_tracer_concentration_arraytracer index for smokeindexinteger()in
ntdustindex_for_dust_in_tracer_concentration_arraytracer index for dustindexinteger()in
ntcoarsepmindex_for_coarse_particulate_matter_in_tracer_concentration_arraytracer index for coarse particulate matterindexinteger()in
errmsgccpp_error_messageerror message for error handling in CCPPnonecharacter()len=*out
chem3dchem3d_mynn_pbl_transportmynn pbl transport of smoke and dustvariousreal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension, ccpp_constant_one:number_of_chemical_species_vertically_mixed)kind_physinout
gq0tracer_concentration_of_new_statetracer concentration updated by physicskg kg-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension, ccpp_constant_one:number_of_tracers)kind_physinout
errflgccpp_error_codeerror code for error handling in CCPP1integer()out

Definition at line 19 of file cu_gf_driver_post.F90.