Skip to content

Commit

Permalink
updates registry value
Browse files Browse the repository at this point in the history
  • Loading branch information
vanroekel committed Nov 22, 2024
1 parent 8c66ca6 commit 5f15586
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/mpas-ocean/src/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,16 @@
possible_values=".true. or .false."
/>
</nml_record>
<nml_record name="brine_rejection" mode="forward">
<nml_option name="config_use_brine_rejection_parameterization" type="logical" default_value=".true."
description="if true use brine rejection parameterization of Nguyen et al 2009"
possible_values=".true. or .false."
/>
<nml_option name="config_brine_param_n" type="integer" default_value="5"
description="power in the parameterization for distribution of the salinity flux"
possible_values='small integers (0-5)'
/>
</nml_record>
<nml_record name="cvmix" mode="forward">
<nml_option name="config_use_cvmix" type="logical" default_value=".true."
description="If true, use the Community Vertical MIXing routines to compute vertical diffusivity and viscosity"
Expand Down

0 comments on commit 5f15586

Please sign in to comment.