Skip to content

Commit

Permalink
Merge Pull Request #2809 from E3SM-Project/scream/bogensch/DPxx_nudge…
Browse files Browse the repository at this point in the history
…_namelist

Automatically Merged using E3SM Pull Request AutoTester
PR Title: Bring more DPxx options out to namelist (nudging related)
PR Author: bogensch
PR LABELS: BFB, AT: AUTOMERGE, SCREAMv1, namelist, DP-SCREAM
  • Loading branch information
E3SM-Autotester authored May 3, 2024
2 parents b9ad36c + 9a1e3ef commit a73d48a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/eamxx/cime_config/namelist_defaults_scream.xml
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,8 @@ be lost if SCREAM_HACK_XML is not enabled.
<iop_srf_prop COMPSET=".*DYCOMSrf01">true</iop_srf_prop>
<iop_nudge_uv type="logical" doc="Nudge winds to those in the IOP file.">false</iop_nudge_uv>
<iop_nudge_tq type="logical" doc="Nudge thermodynamics to those in the IOP file.">false</iop_nudge_tq>
<iop_nudge_tq_low type="real" doc="Lowest layer to apply nudging for t and q (pressure in hPa).">1100</iop_nudge_tq_low>
<iop_nudge_tq_high type="real" doc="Highest layer to apply nudging for t and q (pressure in hPa).">0</iop_nudge_tq_high>
<iop_nudge_tscale type="real" doc="Time scale to nudge thermodynamics or winds to.">10800</iop_nudge_tscale>
<iop_coriolis type="logical" doc="Apply coriolis forcing to winds based on large scale winds in IOP file.">false</iop_coriolis>
</iop_options>
Expand Down

0 comments on commit a73d48a

Please sign in to comment.