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

logical write_a_restart is used inconsistently #314

Open
penguian opened this issue Mar 5, 2020 · 0 comments
Open

logical write_a_restart is used inconsistently #314

penguian opened this issue Mar 5, 2020 · 0 comments

Comments

@penguian
Copy link
Contributor

penguian commented Mar 5, 2020

The logical variable write_a_restart is used in many places to control whether a restart file is written, but there are three places where it is not used, and a restart file is written unconditionally. These are:

  1. subroutine ice_model_end in src/ice_sis/ice_type.F90
  2. subroutine ocean_sfc_end in src/mom5/ocean_core/ocean_sbc.F90
  3. subroutine ocean_velocity_end in src/mom5/ocean_core/ocean_velocity.F90. In this last case, write_a_restart is used incorrectly in subroutine ocean_veclocity_chksum in the same file.
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

No branches or pull requests

1 participant