Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add restart option when the SLM is coupled to MALI #99

Merged
Merged
6 changes: 3 additions & 3 deletions components/mpas-albany-landice/src/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@
description="Selection of the method for bedrock uplift calculation."
possible_values="'none', 'data', 'sealevelmodel'"
/>
<nml_option name="config_slm_coupling_interval" type="character" default_value="0002-00-00_00:00:00" units="time"
description="Time interval at which the sea-level model is called by MALI. The interval has to be an even multiple of the option 'config_adaptive_timestep_force_interval"
possible_values="Any time interval of the format 'YYYY-MM-DD_HH:MM:SS'"
<nml_option name="config_slm_coupling_interval" type="integer" default_value="2" units="years"
description="Time interval at which the sea-level model is called by MALI. Only integer years are currently supported. The user must set 'dt1' in namelist.sealevel to match this value. Note that the user needs to set config_adaptive_timestep_force_interval to divide evenly into config_slm_coupling_interval. Also, restart file output_interval needs to be a multiple of config_slm_coupling_interval."
possible_values="Any positive integer"
/>
<nml_option name="config_MALI_to_SLM_weights_file" type="character" default_value="mpas_to_grid.nc" units="unitless"
description="File containing the interpolation weights for regridding from MPAS mesh to the Gaussian grid used by the Sea Level Model."
Expand Down
Loading