Skip to content

Commit

Permalink
Rename values of atm_ozone_frequency namelist option
Browse files Browse the repository at this point in the history
Based on discussion in ESCOMP#404
  • Loading branch information
billsacks committed Jul 29, 2021
1 parent 0e18de3 commit 0f60355
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bld/build-namelist
Original file line number Diff line number Diff line change
Expand Up @@ -3848,9 +3848,9 @@ foreach my $name (@nl_groups) { $nl_group{$name} = ''; }
# nature of ozone data passed to surface models -- only if cmeps (nuopc) coupling is used
if ($opts{'cmeps'}) {
if ($rad_prog_ozone) {
add_default($nl, 'atm_ozone_frequency', 'val'=>'instantaneous');
add_default($nl, 'atm_ozone_frequency', 'val'=>'subdaily');
} else {
add_default($nl, 'atm_ozone_frequency', 'val'=>'monthly_interpolated');
add_default($nl, 'atm_ozone_frequency', 'val'=>'multiday_average');
}
}
$outfile = "$opts{'dir'}/drv_flds_in";
Expand Down
2 changes: 1 addition & 1 deletion bld/namelist_files/namelist_definition.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6808,7 +6808,7 @@ Default: set by build-namelist.
<!-- Ozone namelist variables shared between CAM and driver -->

<entry id="atm_ozone_frequency" type="char*64" category="ozone_coupling"
group="ozone_coupling_nl" valid_values="instantaneous,monthly_interpolated">
group="ozone_coupling_nl" valid_values="subdaily,multiday_average">
Frequency of surface ozone field passed from CAM to surface components.
Surface ozone is passed every coupling interval, but this namelist flag
indicates whether the timestep-level values are interpolated from a
Expand Down

0 comments on commit 0f60355

Please sign in to comment.