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

Consolidating access to the config_dt namelist option #1293

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

abishekg7
Copy link
Collaborator

This PR introduces changes to the atmosphere core in order to ensure that the config_dt namelist option is accessed only once during the model run inside atm_simulation_clock_init called from the atm_setup_clock function. Therafter, the various parts of the atmosphere core are expected to retrieve the timestep size from either the clock or via an argument list.

…lock

This commit introduces changes to the atmosphere core in order to ensure that
the config_dt namelist option is accessed only once during the model run inside
atm_simulation_clock_init called from the atm_setup_clock function. Therafter,
the various parts of the atmosphere core are expected to retrieve the timestep
size from either the clock or via an argument list. This set of changes are in
preparation for allowing variable timestep sizes in the MPAS atmosphere core.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant