local_name | standard_name | long_name | units | type | dimensions | kind | intent |
ijsdim | horizontal_loop_extent | horizontal loop extent | count | integer | () | | in |
kmax | vertical_layer_dimension | number of veritcal levels | count | integer | () | | in |
ntracp1 | number_of_tracers_plus_one | number of tracers plus one | count | integer | () | | in |
nn | number_of_tracers_for_convective_transport | number of tracers for convective transport (used to dimension clw) | count | integer | () | | in |
ntr | number_of_tracers_for_cs | number of convectively transported tracers in Chikira-Sugiyama deep conv. scheme | count | integer | () | | in |
nctp | number_of_cloud_types_cs | number of cloud types in Chikira-Sugiyama scheme | count | integer | () | | in |
otspt | flag_convective_tracer_transport | flag to enable tracer transport by updrafts/downdrafts[(:,1)] or subsidence [(:,2)] | flag | logical | (ccpp_constant_one:number_of_tracers_plus_one, ccpp_constant_one:2) | | in |
lat | latitude_index_in_debug_printouts | latitude index in debug printouts | index | integer | () | | in |
kdt | index_of_timestep | current forecast iteration | index | integer | () | | in |
t | air_temperature_of_new_state | mid-layer temperature | K | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | inout |
q | specific_humidity_of_new_state | mid-layer specific humidity of water vapor | kg kg-1 | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | inout |
rain1 | lwe_thickness_of_deep_convective_precipitation_amount | deep convective rainfall amount on physics timestep | m | real | (ccpp_constant_one:horizontal_loop_extent) | kind_phys | out |
clw | convective_transportable_tracers | array to contain cloud water and other convective trans. tracers | kg kg-1 | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension, ccpp_constant_one:number_of_tracers_for_convective_transport) | kind_phys | inout |
zm | geopotential | mid-layer geopotential | m2 s-2 | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | in |
zi | geopotential_at_interface | interface geopotential | m2 s-2 | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_interface_dimension) | kind_phys | in |
pap | air_pressure | mid-layer pressure | Pa | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | in |
paph | air_pressure_at_interface | interface pressure | Pa | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_interface_dimension) | kind_phys | in |
delta | timestep_for_physics | physics time step | s | real | () | kind_phys | in |
delti | timestep_for_dynamics | dynamics time step | s | real | () | kind_phys | in |
ud_mf | instantaneous_atmosphere_updraft_convective_mass_flux | (updraft mass flux) * delt | kg m-2 | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | inout |
dd_mf | instantaneous_atmosphere_downdraft_convective_mass_flux | (downdraft mass flux) * delt | kg m-2 | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | inout |
dt_mf | instantaneous_atmosphere_detrainment_convective_mass_flux | (detrainment mass flux) * delt | kg m-2 | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | inout |
u | x_wind_of_new_state | mid-layer zonal wind | m s-1 | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | inout |
v | y_wind_of_new_state | mid-layer meridional wind | m s-1 | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | inout |
fscav | fraction_of_tracer_scavenged | fraction of the tracer (aerosols) that is scavenged by convection | km-1 | real | (ccpp_constant_one:number_of_tracers_scavenged) | kind_phys | in |
fswtr | fraction_of_cloud_top_water_scavenged | fraction of the tracer (cloud top water) that is scavenged by convection | km-1 | real | (ccpp_constant_one:number_of_tracers_scavenged) | kind_phys | in |
cbmfx | atmosphere_updraft_convective_mass_flux_at_cloud_base_by_cloud_type | cloud base mass flux | kg m-2 s-1 | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:number_of_cloud_types_CS) | kind_phys | inout |
mype | mpi_rank | current MPI rank | index | integer | () | | in |
wcbmaxm | maximum_updraft_velocity_at_cloud_base | maximum updraft velocity at cloud base | m s-1 | real | (ccpp_constant_one:horizontal_loop_extent) | kind_phys | in |
precz0in | detrainment_and_precipitation_tunable_parameter_3_cs | partition water between detrainment and precipitation (decrease for more precipitation) | m | real | () | kind_phys | in |
preczhin | detrainment_and_precipitation_tunable_parameter_4_cs | partition water between detrainment and precipitation (decrease for more precipitation) | m | real | () | kind_phys | in |
clmdin | entrainment_efficiency_tunable_parameter_9_cs | entrainment efficiency | none | real | () | kind_phys | in |
sigma | convective_updraft_area_fraction_at_model_interfaces | convective updraft area fraction at model interfaces | frac | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | out |
do_aw | flag_for_arakawa_wu_adjustment | flag for Arakawa Wu scale-aware adjustment | flag | logical | () | | in |
do_awdd | flag_for_arakawa_wu_downdrafts_for_deep_convection | flag to enable treating convective tendencies following Arakwaw-Wu for downdrafts (2013) | flag | logical | () | | in |
flx_form | flag_flux_form_cs | flag to enable using the flux form of the equations in CS scheme | flag | logical | () | | in |
lprnt | flag_print | control flag for diagnostic print out | flag | logical | () | | in |
ipr | horizontal_index_of_printed_column | horizontal index of printed column | index | integer | () | | in |
kcnv | flag_deep_convection | flag indicating whether convection occurs in column | flag | integer | (ccpp_constant_one:horizontal_loop_extent) | | inout |
qlcn | mass_fraction_of_convective_cloud_liquid_water | mass fraction of convective cloud liquid water | kg kg-1 | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | out |
qicn | mass_fraction_of_convective_cloud_ice | mass fraction of convective cloud ice water | kg kg-1 | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | out |
w_upi | vertical_velocity_for_updraft | vertical velocity for updraft | m s-1 | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | out |
cf_upi | convective_cloud_fraction_for_microphysics | convective cloud fraction for microphysics | frac | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | out |
cnv_mfd | detrained_mass_flux | detrained mass flux | kg m-2 s-1 | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | out |
cnv_dqldt | tendency_of_cloud_water_due_to_convective_microphysics | tendency of cloud water due to convective microphysics | kg m-2 s-1 | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | out |
clcn | convective_cloud_volume_fraction | convective cloud volume fraction | frac | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | out |
cnv_fice | ice_fraction_in_convective_tower | ice fraction in convective tower | frac | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | out |
cnv_ndrop | number_concentration_of_cloud_liquid_water_particles_for_detrainment | droplet number concentration in convective detrainment | m-3 | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | out |
cnv_nice | number_concentration_of_ice_crystals_for_detrainment | crystal number concentration in convective detrainment | m-3 | real | (ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension) | kind_phys | out |
mp_phys | control_for_microphysics_scheme | flag for microphysics scheme | flag | integer | () | | in |
errmsg | ccpp_error_message | error message for error handling in CCPP | none | character | () | len=* | out |
errflg | ccpp_error_code | error code for error handling in CCPP | 1 | integer | () | | out |