|
2025 | 2025 | dimensions = (horizontal_loop_extent,vertical_layer_dimension,number_of_tracers)
|
2026 | 2026 | type = real
|
2027 | 2027 | kind = kind_phys
|
| 2028 | +[ten_q(:,:,index_of_specific_humidity_in_tracer_concentration_array)] |
| 2029 | + standard_name = tendency_of_specific_humidity |
| 2030 | + long_name = water vapor specific humidity tendency |
| 2031 | + units = kg kg-1 s-1 |
| 2032 | + dimensions = (horizontal_loop_extent,vertical_layer_dimension) |
| 2033 | + type = real |
| 2034 | + kind = kind_phys |
| 2035 | +[ten_q(:,:,index_of_cloud_liquid_water_mixing_ratio_in_tracer_concentration_array)] |
| 2036 | + standard_name = tendency_of_cloud_liquid_water_mixing_ratio |
| 2037 | + long_name = cloud condensed water mixing ratio tendency |
| 2038 | + units = kg kg-1 s-1 |
| 2039 | + dimensions = (horizontal_loop_extent,vertical_layer_dimension) |
| 2040 | + type = real |
| 2041 | + kind = kind_phys |
| 2042 | +[ten_q(:,:,index_of_cloud_ice_mixing_ratio_in_tracer_concentration_array)] |
| 2043 | + standard_name = tendency_of_cloud_ice_mixing_ratio |
| 2044 | + long_name = cloud condensed water mixing ratio tendency |
| 2045 | + units = kg kg-1 s-1 |
| 2046 | + dimensions = (horizontal_loop_extent,vertical_layer_dimension) |
| 2047 | + type = real |
| 2048 | + kind = kind_phys |
| 2049 | +[ten_q(:,:,index_of_rain_mixing_ratio_in_tracer_concentration_array)] |
| 2050 | + standard_name = tendency_of_rain_mixing_ratio |
| 2051 | + long_name = ratio of mass of rain water tendency to mass of dry air plus vapor (without condensates) |
| 2052 | + units = kg kg-1 s-1 |
| 2053 | + dimensions = (horizontal_loop_extent,vertical_layer_dimension) |
| 2054 | + type = real |
| 2055 | + kind = kind_phys |
| 2056 | +[ten_q(:,:,index_of_snow_mixing_ratio_in_tracer_concentration_array)] |
| 2057 | + standard_name = tendency_of_snow_mixing_ratio |
| 2058 | + long_name = ratio of mass of snow water tendency to mass of dry air plus vapor (without condensates) |
| 2059 | + units = kg kg-1 s-1 |
| 2060 | + dimensions = (horizontal_loop_extent,vertical_layer_dimension) |
| 2061 | + type = real |
| 2062 | + kind = kind_phys |
| 2063 | +[ten_q(:,:,index_of_graupel_mixing_ratio_in_tracer_concentration_array)] |
| 2064 | + standard_name = tendency_of_graupel_mixing_ratio |
| 2065 | + long_name = ratio of mass of graupel tendency to mass of dry air plus vapor (without condensates) |
| 2066 | + units = kg kg-1 s-1 |
| 2067 | + dimensions = (horizontal_loop_extent,vertical_layer_dimension) |
| 2068 | + type = real |
| 2069 | + kind = kind_phys |
| 2070 | +[ten_q(:,:,index_of_mass_number_concentration_of_cloud_ice_in_tracer_concentration_array)] |
| 2071 | + standard_name = tendency_of_mass_number_concentration_of_cloud_ice_water_crystals_in_air |
| 2072 | + long_name = number concentration of ice tendency |
| 2073 | + units = kg-1 s-1 |
| 2074 | + dimensions = (horizontal_loop_extent,vertical_layer_dimension) |
| 2075 | + type = real |
| 2076 | + kind = kind_phys |
| 2077 | +[ten_q(:,:,index_of_mass_number_concentration_of_rain_in_tracer_concentration_array)] |
| 2078 | + standard_name = tendency_of_mass_number_concentration_of_rain_water_in_air |
| 2079 | + long_name = number concentration of rain tendency |
| 2080 | + units = kg-1 s-1 |
| 2081 | + dimensions = (horizontal_dimension,vertical_layer_dimension) |
| 2082 | + type = real |
| 2083 | + kind = kind_phys |
| 2084 | +[ten_q(:,:,index_of_mass_number_concentration_of_cloud_droplets_in_tracer_concentration_array)] |
| 2085 | + standard_name = tendency_of_mass_number_concentration_of_cloud_liquid_water_particles_in_air |
| 2086 | + long_name = number concentration of cloud droplets (liquid) tendency |
| 2087 | + units = kg-1 s-1 |
| 2088 | + dimensions = (horizontal_loop_extent,vertical_layer_dimension) |
| 2089 | + type = real |
| 2090 | + kind = kind_phys |
| 2091 | + active = (index_of_mass_number_concentration_of_cloud_droplets_in_tracer_concentration_array > 0) |
| 2092 | +[ten_q(:,:,index_of_mass_number_concentration_of_hygroscopic_aerosols_in_tracer_concentration_array)] |
| 2093 | + standard_name = tendency_of_mass_number_concentration_of_hygroscopic_aerosols |
| 2094 | + long_name = number concentration of water-friendly aerosols tendency |
| 2095 | + units = kg-1 s-1 |
| 2096 | + dimensions = (horizontal_loop_extent,vertical_layer_dimension) |
| 2097 | + type = real |
| 2098 | + kind = kind_phys |
| 2099 | + active = (index_of_mass_number_concentration_of_hygroscopic_aerosols_in_tracer_concentration_array > 0) |
| 2100 | +[ten_q(:,:,index_of_mass_number_concentration_of_nonhygroscopic_ice_nucleating_aerosols_in_tracer_concentration_array)] |
| 2101 | + standard_name = tendency_of_mass_number_concentration_of_nonhygroscopic_ice_nucleating_aerosols |
| 2102 | + long_name = number concentration of ice-friendly aerosols tendency |
| 2103 | + units = kg-1 s-1 |
| 2104 | + dimensions = (horizontal_loop_extent,vertical_layer_dimension) |
| 2105 | + type = real |
| 2106 | + kind = kind_phys |
| 2107 | + active = (index_of_mass_number_concentration_of_nonhygroscopic_ice_nucleating_aerosols_in_tracer_concentration_array > 0) |
2028 | 2108 | [ten_t]
|
2029 | 2109 | standard_name = tendency_of_air_temperature
|
2030 | 2110 | long_name = tendency of air temperature calculated by one physics scheme
|
|
0 commit comments