Skip to content

Commit

Permalink
rearrange config option in Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
irenavankova committed Apr 29, 2024
1 parent fbe87a7 commit afab857
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/mpas-ocean/src/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,10 @@
description="The length scale of exponential decay of river runoff. Fluxes are multiplied by $e^{z/\gamma}$, where this coefficient is $\gamma$."
possible_values="Any positive real number."
/>
<nml_option name="config_subglacial_runoff_mode" type="character" default_value="off"
description="Selects the mode in which subglacial runoff fluxes are implemented."
possible_values="'off', 'data'"
/>
<nml_option name="config_flux_attenuation_coefficient_subglacial_runoff" type="real" default_value="0.001" units="m"
description="The length scale of exponential decay of subglacial runoff. Fluxes are multiplied by $e^{z/\gamma}$, where this coefficient is $\gamma$."
possible_values="Any positive real number."
Expand Down Expand Up @@ -1052,10 +1056,6 @@
description="constant nondimensional salt transfer coefficient across the ice-ocean boundary layer"
possible_values="Any positive real number"
/>
<nml_option name="config_subglacial_runoff_mode" type="character" default_value="off"
description="Selects the mode in which subglacial runoff fluxes are implemented."
possible_values="'off', 'data'"
/>
</nml_record>

<nml_record name="advection" mode="forward">
Expand Down

0 comments on commit afab857

Please sign in to comment.