Skip to content

Commit

Permalink
Reduce config_ais_ice_runoff_history_days to 2 years
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Nov 26, 2024
1 parent c8505ea commit dd80901
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
<config_remove_ais_river_runoff>.false.</config_remove_ais_river_runoff>
<config_remove_ais_ice_runoff>.false.</config_remove_ais_ice_runoff>
<config_scale_dismf_by_removed_ice_runoff>.false.</config_scale_dismf_by_removed_ice_runoff>
<config_ais_ice_runoff_history_days>7301</config_ais_ice_runoff_history_days>
<config_ais_ice_runoff_history_days>731</config_ais_ice_runoff_history_days>

<!-- shortwaveRadiation -->
<config_sw_absorption_type>'jerlov'</config_sw_absorption_type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ Default: Defined in namelist_defaults.xml

<entry id="config_ais_ice_runoff_history_days" type="integer"
category="coupling" group="coupling">
The number of days over for which the history of removed AIS runoff is stored. The default is 7301 days (20 years + 1 day).
The number of days over for which the history of removed AIS runoff is stored. The default is 731 days (2 years + 1 day).

Valid values: Any positive integer
Default: Defined in namelist_defaults.xml
Expand Down
4 changes: 2 additions & 2 deletions components/mpas-ocean/src/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -814,8 +814,8 @@
description="Whether to scale data ice-shelf melt fluxes by the running mean of removed ice runoff."
possible_values=".true. or .false."
/>
<nml_option name="config_ais_ice_runoff_history_days" type="integer" default_value="7301"
description="The number of days over for which the history of removed AIS runoff is stored. The default is 7301 days (20 years + 1 day)."
<nml_option name="config_ais_ice_runoff_history_days" type="integer" default_value="731"
description="The number of days over for which the history of removed AIS runoff is stored. The default is 731 days (2 years + 1 day)."
possible_values="Any positive integer"
/>
</nml_record>
Expand Down

0 comments on commit dd80901

Please sign in to comment.