You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EAMxx: Adds prescribed Ozone option for MAM4xx
The user can now select whether to use prescribed or prognostic O3.
Selecting prescribed O3 disables LINOZ calculations of stratospheric O3.
Namelist switch: use_mam4_precribed_ozone
Current default: false
The switch above also replaces the mam4_run_linoz namelist.
Removes redundant addition of gases as tracers in the optics interface.
[BFB]
* singhbalwinder/eamxx/precribe-o3-mam4xx:
Moves option to base mam4 xml tag
Fix a space in the comments
Adds static compile time error checking
EAMxx: Adds option for prescribed Ozone in MAM4xx
Copy file name to clipboardExpand all lines: components/eamxx/cime_config/namelist_defaults_eamxx.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -274,9 +274,9 @@ be lost if SCREAM_HACK_XML is not enabled.
274
274
<!-- Basic options for each mam4 atm process -->
275
275
<mam4_atm_proc_baseinherit="atm_proc_base">
276
276
<create_fields_interval_checkstype="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_ozonetype="logical"doc="Switch to enable prescribed ozone in MAM4xx">false</use_mam4_precribed_ozone>
0 commit comments