Skip to content

Commit

Permalink
Merge branch 'noresm_develop' into feature/oslo_aero_integrate
Browse files Browse the repository at this point in the history
  • Loading branch information
gold2718 authored Oct 24, 2023
2 parents 338455c + 0384e57 commit 427dc88
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bld/namelist_files/namelist_definition.xml
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,28 @@ Flag to determine how to handle dpcoup warning messages
Default: off
</entry>

<entry id="fv_am_fix_taper" type="logical" category="dyn_fv"
group="dyn_fv_inparm" valid_values="" >
Flag to taper the fixer (regardless of whether applied level by level or
as a global constant) from full to nil (def. above 95hPa). This further
limits the artifical effect of the fixer in the stratosphere where the gw
forcing can be very sensitive to its increments. This option is experimental.
Default: .false.
</entry>

<entry id="fv_am_fix_tpr_h" type="real" category="dyn_fv"
group="dyn_fv_inparm" valid_values="" >
Height (pressure) to start tapering the fixer. This option is experimental.
Default: 9500._r8
</entry>

<entry id="fv_am_fix_tpr_w" type="real" category="dyn_fv"
group="dyn_fv_inparm" valid_values="" >
Height (pressure) interval over which the fixer taper function drops to zero.
This option is experimental.
Default: 1000._r8
</entry>

<!-- MPI configuration for FV dycore -->

<entry id="force_2d" type="integer" category="dyn_fv"
Expand Down Expand Up @@ -4936,6 +4958,16 @@ neutral thermosphere, and off for no WACCM-X.
Default: 'off'
</entry>

<!--==============================================-->
<!-- Hydrostatic pressure work in mass adjustment -->
<entry id="dme_energy_adjust" type="logical" category="NorESM"
group="phys_ctl_nl" valid_values="" >
Switch to use appropriate energy adjustment in dry-mass adjustment at the
end of tphysac.
Default: .false.
</entry>
<!--==============================================-->

<entry id="oplus_adiff_limiter" type="real" category="waccmx"
group="ionosphere_nl" valid_values="" >
Limiter for ambipolar diffusion coefficient used in O+ transport in the
Expand Down

0 comments on commit 427dc88

Please sign in to comment.