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

fix writing intermediate restart files for fv3 two phase run sequence #1

Merged

Conversation

junwang-noaa
Copy link

Description

This is to fix the restart file issue when fv3 is running with two phases. It removes the dependency on the number of time step obtained from the advanceCount in ESMF clockget call. farray now only contains the intermediate restart writing time. The logical variable restart_endfcst is to control if writing restart files at the end of forecast. There is also minor cleanup.

The code has been tested with both two phases and one phase atm run and with different configurations of restart_interval.

Issue(s) addressed

Link the issues to be closed with this PR, whether in this repository, or in another repository.
(Remember, issues should always be created before starting work on a PR branch!)

Testing

How were these changes tested?
Tested on orion with two phases restart test.

What compilers / HPCs was it tested with?
Are the changes covered by regression tests? (If not, why? Do new tests need to be added?)
Have the ufs-weather-model regression test been run? On what platform?

  • Will the code updates change regression test baseline? If yes, why? Please show the baseline directory below.
  • Please commit the regression test log files in your ufs-weather-model branch

Dependencies

If testing this branch requires non-default branches in other repositories, list them.
Those branches should have matching names (ideally)

Do PRs in upstream repositories need to be merged first?
If so add the "waiting for other repos" label and list the upstream PRs

  • waiting on noaa-emc/nems/pull/<pr_number>
  • waiting on noaa-emc/fv3atm/pull/<pr_number>

@JessicaMeixner-NOAA JessicaMeixner-NOAA merged commit c6dfdb4 into JessicaMeixner-NOAA:feature/p8b-aero Mar 4, 2022
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.

2 participants