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 config slm restart #77

Closed
wants to merge 1 commit into from

Conversation

hollyhan
Copy link

@hollyhan hollyhan commented Apr 12, 2023

Previously when the regional sea-level prediction capability was added to MALI (#21), the restart config option for the sea-level model was not added. This led the sea-level model to get initialized to the timestep zero when coupled MALI-SLM simulations are being restarted, forgetting about the ice loading changes that happened in previous timesteps. This PR fills in that gap by adding a config option and other changes such sea-level model can resume where it was left off, and the sea-level model captures the signals associated with ice loading changes since the beginning of the simulations.

Note: this PR is in progress as of 04/12/2023

@hollyhan hollyhan added enhancement New feature or request in progress Still being worked on, don't merge yet! labels Apr 12, 2023
@hollyhan hollyhan force-pushed the add_config_slm_restart branch from 2d36953 to eac8eff Compare April 12, 2023 18:08
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_restart" type="logical" default_value=".false." units="unitless"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hollyhan , can you use the standard config_do_restart flag for this, so as not to need two restart flags?

@hollyhan
Copy link
Author

Closing the PR and creating a new one (#99)

@hollyhan hollyhan closed this Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in progress Still being worked on, don't merge yet!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants