module_mp_tempo_cfgs Module

tempo configs


Used by

  • module~~module_mp_tempo_cfgs~~UsedByGraph module~module_mp_tempo_cfgs module_mp_tempo_cfgs module~module_mp_tempo_driver module_mp_tempo_driver module~module_mp_tempo_driver->module~module_mp_tempo_cfgs module~module_mp_tempo_main module_mp_tempo_main module~module_mp_tempo_driver->module~module_mp_tempo_main module~module_mp_tempo_main->module~module_mp_tempo_cfgs module~module_mp_tempo_tables module_mp_tempo_tables module~module_mp_tempo_tables->module~module_mp_tempo_cfgs module~tests tests module~tests->module~module_mp_tempo_cfgs module~tests->module~module_mp_tempo_driver program~build_tables build_tables program~build_tables->module~module_mp_tempo_tables program~run_tempo_tests run_tempo_tests program~run_tempo_tests->module~tests

Derived Types

type, public ::  ty_tempo_cfgs

\section arg_table_ty_tempo_cfgs Argument Table \htmlinclude ty_tempo_cfgs.html

Components

Type Visibility Attributes Name Initial
logical, public :: aerosolaware_flag = .true.

flag to run aerosol-aware microphysics

logical, public :: hailaware_flag = .true.

flag to run hail-aware microphysics

logical, public :: ml_for_bl_nc_flag = .false.

flag to run machine-learning prediction for subgrid cloud number concentration

logical, public :: ml_for_nc_flag = .false.

flag to run machine-learning prediction for tempo cloud number concentration

logical, public :: semi_sedi_flag = .false.

flag for semi-lagrangian sedimentation

logical, public :: refl10cm_from_melting_flag = .false.

flag to calculate reflectivity for melting snow and graupel

logical, public :: turn_off_micro_flag = .false.

flag to turn off all microphysical processes

logical, public :: verbose = .false.

flag to turn on verbose print statements

logical, public :: refl10cm_flag = .true.

flag to output 10cm reflectivity

logical, public :: re_cloud_flag = .true.

flag to output cloud effective radius

logical, public :: re_ice_flag = .true.

flag to output ice effective radius

logical, public :: re_snow_flag = .true.

flag to output snow effective radius

logical, public :: max_hail_diameter_flag = .true.

flag to output maximum hail diameter

logical, public :: rain_med_vol_diam_flag = .false.

flag to output median volume diameter for rain

logical, public :: graupel_med_vol_diam_flag = .false.

flag to output median volume diameter for graupel

logical, public :: cloud_number_mixing_ratio_flag = .false.

flag to output cloud number mixing ratio

type, public ::  ty_tempo_table_cfgs

Components

Type Visibility Attributes Name Initial
character(len=100), public :: ccn_table_name = 'ccn_activate.bin'

ccn table name

character(len=100), public :: qrqg_table_name = 'qr_acr_qg_data_tempo_v3'

rain-graupel collection table name

character(len=100), public :: qrqs_table_name = 'qr_acr_qs_data_tempo_v3'

rain-snow collection table name

character(len=100), public :: freezewater_table_name = 'freeze_water_data_tempo_v3'

freeze water collection table name