Skip to content

Commit

Permalink
Merge pull request #2 from billsacks/ozone2surf
Browse files Browse the repository at this point in the history
Rename flag values and fix xml issue
  • Loading branch information
fvitt authored Aug 3, 2021
2 parents 0e18de3 + 9b7390c commit e45697f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions bld/namelist_files/namelist_definition.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2653,7 +2653,7 @@ Default: .false.

<entry id="micro_mg_evap_rhthrsh_ifs" type="logical" category="microphys"
group="micro_mg_nl" valid_values="" >
Do not evaporate precipitation until RH<90% as done in the
Do not evaporate precipitation until RH &lt; 90% as done in the
IFS model (https://www.ecmwf.int/en/forecasts/documentation-and-support)
Default: .false.
</entry>
Expand Down 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 e45697f

Please sign in to comment.