|
421 | 421 | <package name="mp_kessler_in" description="parameterization of kessler microphysics."/> |
422 | 422 | <package name="mp_thompson_in" description="parameterization of Thompson cloud microphysics."/> |
423 | 423 | <package name="mp_thompson_aers_in" description="parameterization of aerosol-aware Thompson cloud microphysics."/> |
424 | | - <package name="mp_tempo_in" description="parameterization of TEMPO cloud microphysics."/> |
425 | | - <package name="tempo_aerosolaware_in" description="variables for TEMPO with aerosol-aware microphysics."/> |
426 | | - <package name="tempo_hailaware_in" description="variables for TEMPO hail-aware microphysics."/> |
| 424 | + <package name="mp_tempo_in" description="parameterization of TEMPO cloud microphysics."/> |
| 425 | + <package name="tempo_aerosolaware_in" description="variables for TEMPO with aerosol-aware microphysics."/> |
| 426 | + <package name="tempo_hailaware_in" description="variables for TEMPO hail-aware microphysics."/> |
427 | 427 | <package name="mp_wsm6_in" description="parameterization of WSM6 cloud microphysics."/> |
428 | 428 | <package name="mp_nssl2m_in" description="parameterization of NSSL 2-moment microphysics."/> |
429 | 429 | <package name="nssl3m_in" description="variables for NSSL 3-moment microphysics."/> |
|
2725 | 2725 | description="configuration for cloud microphysics schemes" |
2726 | 2726 | possible_values="`suite',`mp_wsm6',`mp_tempo',`mp_thompson',`mp_thompson_aerosols', `mp_kessler',`mp_nssl2m',`off'"/> |
2727 | 2727 |
|
2728 | | - <nml_option name="config_tempo_hailaware" type="logical" default_value="false" in_defaults="false" |
2729 | | - units="-" |
2730 | | - description="Logical flag to turn on/off prognostic graupel number concentration and rime density" |
2731 | | - possible_values=".true. or .false."/> |
2732 | | - |
2733 | | - <nml_option name="config_tempo_cldfra" type="logical" default_value="false" in_defaults="false" |
2734 | | - units="-" |
| 2728 | + <nml_option name="config_tempo_cldfra" type="logical" default_value="false" in_defaults="false" |
| 2729 | + units="-" |
2735 | 2730 | description="Logical flag to turn on/off prognostic cloud fraction" |
2736 | 2731 | possible_values=".true. or .false."/> |
2737 | 2732 |
|
2738 | | - <nml_option name="config_tempo_ml_nc_pbl" type="logical" default_value="false" in_defaults="false" |
2739 | | - units="-" |
2740 | | - description="Logical flag to turn on/off ML prediction of boundary layer cloud number concentrations" |
2741 | | - possible_values=".true. or .false."/> |
2742 | | - |
2743 | | - <nml_option name="config_tempo_ml_nc" type="logical" default_value="false" in_defaults="false" |
2744 | | - units="-" |
| 2733 | + <nml_option name="config_tempo_ml_nc" type="logical" default_value="false" in_defaults="false" |
| 2734 | + units="-" |
2745 | 2735 | description="Logical flag to turn on/off ML prediction of microphysics cloud number concentrations" |
2746 | 2736 | possible_values=".true. or .false."/> |
2747 | 2737 |
|
2748 | | - <nml_option name="config_tempo_ml_nr" type="logical" default_value="false" in_defaults="false" |
2749 | | - units="-" |
| 2738 | + <nml_option name="config_tempo_ml_nr" type="logical" default_value="false" in_defaults="false" |
| 2739 | + units="-" |
2750 | 2740 | description="Logical flag to turn on/off ML prediction of microphysics rain number concentrations" |
2751 | 2741 | possible_values=".true. or .false."/> |
2752 | 2742 |
|
|
2947 | 2937 | description="configuration for spp boundary layer" |
2948 | 2938 | possible_values="`0: off',`1: activated'"/> |
2949 | 2939 |
|
2950 | | - <nml_option name="config_tempo_aerosolaware" type="logical" default_value="true" in_defaults="false" |
2951 | | - units="-" |
2952 | | - description="Logical flag to turn on/off prognostic cloud droplet and aerosol number concentrations" |
2953 | | - possible_values=".true. or .false."/> |
2954 | | - |
2955 | 2940 | <nml_option name="config_bucket_radt" type="real" default_value="1.0e9" in_defaults="false" |
2956 | 2941 | units="-" |
2957 | 2942 | description="threshold above which accumulated radiation diagnostics are reset" |
|
3018 | 3003 | <!-- ... PARAMETERIZATION OF CLOUD MICROPHYSICS: --> |
3019 | 3004 | <!-- ================================================================================================== --> |
3020 | 3005 |
|
3021 | | - <var name="max_hail_diameter_sfc" type="real" dimensions="nCells Time" units="mm" |
3022 | | - description="Maximum hail diameter at the surface" |
| 3006 | + <var name="max_hail_diameter_sfc" type="real" dimensions="nCells Time" units="mm" |
| 3007 | + description="Instantaneous maximum hail diameter at the surface" |
3023 | 3008 | packages="mp_tempo_in"/> |
3024 | 3009 |
|
3025 | | - <var name="max_hail_diameter_column" type="real" dimensions="nCells Time" units="mm" |
3026 | | - description="Maximum hail diameter in the vertical column" |
| 3010 | + <var name="max_hail_diameter_column" type="real" dimensions="nCells Time" units="mm" |
| 3011 | + description="Instantaneous maximum hail diameter in the vertical column" |
3027 | 3012 | packages="mp_tempo_in"/> |
3028 | 3013 |
|
3029 | | - <var name="max_hail_diameter_column_acc" type="real" dimensions="nCells Time" units="mm" |
3030 | | - description="Maximum hail diameter in the vertical column accumulated over diagnostic output" |
| 3014 | + <var name="max_hail_diameter_sfc_acc" type="real" dimensions="nCells Time" units="mm" |
| 3015 | + description="Maximum hail diameter at the surface during the diagnostic output time window" |
3031 | 3016 | packages="mp_tempo_in"/> |
3032 | | - |
3033 | | - <var name="max_hail_diameter_sfc_acc" type="real" dimensions="nCells Time" units="mm" |
3034 | | - description="Maximum hail diameter at the surface accumulated over diagnostic output" |
| 3017 | + |
| 3018 | + <var name="max_hail_diameter_column_acc" type="real" dimensions="nCells Time" units="mm" |
| 3019 | + description="Maximum hail diameter in the vertical column during the diagnostic output time window" |
3035 | 3020 | packages="mp_tempo_in"/> |
3036 | 3021 |
|
3037 | 3022 | <var name="do_diag_dbz" type="integer" dimensions="" units = "" |
|
4675 | 4660 |
|
4676 | 4661 | #ifdef DO_PHYSICS |
4677 | 4662 | #include "physics/Registry_noahmp.xml" |
| 4663 | +#include "physics/Registry_tempo.xml" |
4678 | 4664 | #include "physics/registry.chemistry.xml" |
4679 | 4665 | #endif |
4680 | 4666 | </registry> |
0 commit comments