This module contains the calculation of fraction of convective cloud, pressure at bottom of convective cloud and at top of convective cloud.
More...
Argument Table
cnvc90_run argument table
local_name | standard_name | long_name | units | type | dimensions | kind | intent | optional |
clstp | convective_cloud_switch | switch for saving convective clouds | none | real | () | kind_phys | in | False |
im | horizontal_loop_extent | horizontal loop extent | count | integer | () | | in | False |
rn | lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep | convective rainfall amount on dynamics timestep | m | real | (horizontal_dimension) | kind_phys | in | False |
kbot | vertical_index_at_cloud_base | vertical index at cloud base | index | integer | (horizontal_dimension) | | in | False |
ktop | vertical_index_at_cloud_top | vertical index at cloud top | index | integer | (horizontal_dimension) | | in | False |
km | vertical_dimension | number of vertical layers | count | integer | () | | in | False |
prsi | air_pressure_at_interface | interface pressure | Pa | real | (horizontal_dimension, vertical_dimension_plus_one) | kind_phys | in | False |
acv | accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 | accumulated convective rainfall amount for cnvc90 only | m | real | (horizontal_dimension) | kind_phys | inout | False |
acvb | smallest_cloud_base_vertical_index_encountered_thus_far | smallest cloud base vertical index encountered thus far | index | real | (horizontal_dimension) | kind_phys | inout | False |
acvt | largest_cloud_top_vertical_index_encountered_thus_far | largest cloud top vertical index encountered thus far | index | real | (horizontal_dimension) | kind_phys | inout | False |
cv | fraction_of_convective_cloud | fraction of convective cloud | frac | real | (horizontal_dimension) | kind_phys | inout | False |
cvb | pressure_at_bottom_of_convective_cloud | pressure at bottom of convective cloud | Pa | real | (horizontal_dimension) | kind_phys | inout | False |
cvt | pressure_at_top_of_convective_cloud | pressure at top of convective cloud | Pa | real | (horizontal_dimension) | kind_phys | inout | False |
errmsg | ccpp_error_message | error message for error handling in CCPP | none | character | () | len=* | out | False |
errflg | ccpp_error_flag | error flag for error handling in CCPP | flag | integer | () | | out | False |
|
subroutine | cnvc90::cnvc90_run (CLSTP, IM, RN, KBOT, KTOP, KM, PRSI, ACV, ACVB, ACVT, CV, CVB, CVT, errmsg, errflg) |
|