Skip to content

Changing default value for three namelists #1325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/core_atmosphere/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2079,7 +2079,7 @@
description="logical for configuration of fractional sea-ice"
possible_values=".true. for sea-ice between 0 or 1; .false. for sea-ice equal to 0 or 1 (flag)."/>

<nml_option name="config_sfc_albedo" type="logical" default_value="true" in_defaults="false"
<nml_option name="config_sfc_albedo" type="logical" default_value="false" in_defaults="false"
units="-"
description="logical for configuration of surface albedo"
possible_values=".true. for climatologically varying surface albedo; .false. for fixed input data"/>
Expand Down Expand Up @@ -2109,12 +2109,12 @@
description="logical for configuration of input ozone data in RRMTG long- and short-wave radiation"
possible_values=".true. for using monthly-varying ozone data; .false. for using fixed vertical profile"/>

<nml_option name="config_microp_re" type="logical" default_value="false" in_defaults="false"
<nml_option name="config_microp_re" type="logical" default_value="true" in_defaults="false"
units="-"
description="logical for calculation of the effective radii for cloud water, cloud ice, and snow"
possible_values=".true. for calculating effective radii; .false. for using defaults in RRTMG radiation"/>

<nml_option name="config_ysu_pblmix" type="logical" default_value="false" in_defaults="false"
<nml_option name="config_ysu_pblmix" type="logical" default_value="true" in_defaults="false"
units="-"
description="logical for turning on/off top-down, radiation_driven mixing"
possible_values=".true. to turn on top-down radiation_driven mixing; .false. otherwise"/>
Expand Down