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

◆ mp_thompson_post_run()

subroutine, public mp_thompson_post::mp_thompson_post_run ( integer, intent(in) ncol,
integer, intent(in) nlev,
real(kind_phys), dimension(:,:), intent(in) tgrs_save,
real(kind_phys), dimension(:,:), intent(inout) tgrs,
real(kind_phys), dimension(:,:), intent(in) prslk,
real(kind_phys), intent(in) dtp,
real(kind_phys), intent(in) ttendlim,
integer, intent(in) kdt,
type(mpi_comm), intent(in) mpicomm,
integer, intent(in) mpirank,
integer, intent(in) mpiroot,
character(len=*), intent(out) errmsg,
integer, intent(out) errflg )

Argument Table

mp_thompson_post_run argument table
local_namestandard_namelong_nameunitstypedimensionskindintent
ncolhorizontal_loop_extenthorizontal loop extentcountinteger()in
nlevvertical_layer_dimensionnumber of vertical levelscountinteger()in
tgrs_saveair_temperature_saveair temperature before entering a physics schemeKreal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
tgrsair_temperature_of_new_statemodel layer mean temperatureKreal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physinout
prslkdimensionless_exner_functiondimensionless Exner function at model layer centersnonereal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
dtptimestep_for_physicsphysics timestepsreal()kind_physin
ttendlimmax_tendency_of_air_potential_temperature_due_to_large_scale_precipitationtemperature tendency limiter per physics time stepK s-1real()kind_physin
kdtindex_of_timestepcurrent forecast iterationindexinteger()in
mpicommmpi_communicatorMPI communicatorindexMPI_Comm()MPI_Commin
mpirankmpi_rankcurrent MPI-rankindexinteger()in
mpirootmpi_rootmaster MPI-rankindexinteger()in
errmsgccpp_error_messageerror message for error handling in CCPPnonecharacter()len=*out
errflgccpp_error_codeerror code for error handling in CCPP1integer()out

Definition at line 59 of file mp_thompson_post.F90.