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

◆ cu_ntiedtke_post_run()

subroutine, public cu_ntiedtke_post::cu_ntiedtke_post_run ( 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,
character(len=*), intent(out) errmsg,
integer, intent(out) errflg )

Argument Table

cu_ntiedtke_post_run argument table
local_namestandard_namelong_nameunitstypedimensionskindintent
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
errmsgccpp_error_messageerror message for error handling in CCPPnonecharacter()len=*out
errflgccpp_error_codeerror code for error handling in CCPP1integer()out

Definition at line 17 of file cu_ntiedtke_post.F90.