Skip to content

Commit 9774261

Browse files
Moves option to base mam4 xml tag
1 parent c3d2483 commit 9774261

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/eamxx/cime_config/namelist_defaults_eamxx.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ be lost if SCREAM_HACK_XML is not enabled.
274274
<!-- Basic options for each mam4 atm process -->
275275
<mam4_atm_proc_base inherit="atm_proc_base">
276276
<create_fields_interval_checks type="logical" doc="Create field interval checks for all fields that are computed and requested in mam4xx." >false</create_fields_interval_checks>
277+
<use_mam4_precribed_ozone type="logical" doc="Switch to enable prescribed ozone in MAM4xx">false</use_mam4_precribed_ozone>
277278
</mam4_atm_proc_base>
278279

279-
280280
<!-- MAM4xx-ACI -->
281281
<mam4_aci inherit="mam4_atm_proc_base">
282282
<wsubmin type="real" doc="Minimum diagnostic sub-grid vertical velocity">0.001</wsubmin>
@@ -311,7 +311,6 @@ be lost if SCREAM_HACK_XML is not enabled.
311311
<mam4_do_newnuc type="logical" doc="Switch to enable aerosol microphysics nucleation process">true</mam4_do_newnuc>
312312
<mam4_do_coag type="logical" doc="Switch to enable aerosol microphysics coagulation process">true</mam4_do_coag>
313313
<mam4_do_rename type="logical" doc="Switch to enable aerosol microphysics rename process">true</mam4_do_rename>
314-
<use_mam4_precribed_ozone type="logical" doc="Switch to enable prescribed ozone in MAM4xx">false</use_mam4_precribed_ozone>
315314
<!-- LINOZ parameters -->
316315
<mam4_o3_tau type="real" doc="Linoz tau parameter">172800.0</mam4_o3_tau>
317316
<mam4_o3_sfc type="real" doc="Linoz surface parameter">3.0E-008</mam4_o3_sfc>

0 commit comments

Comments
 (0)