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

Remove non-frac grid coupled tests (Replacement PR, was #584) #623

Conversation

DeniseWorthen
Copy link
Collaborator

@DeniseWorthen DeniseWorthen commented Jun 7, 2021

PR Checklist

  • Ths PR is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR. Please consult the ufs-weather-model wiki if you are unsure how to do this.

  • This PR has been tested using a branch which is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR

  • An Issue describing the work contained in this PR has been created either in the subcomponent(s) or in the ufs-weather-model. The Issue should be created in the repository that is most relevant to the changes in contained in the PR. The Issue and the dependent sub-component PR
    are specified below.

  • If new or updated input data is required by this PR, it is clearly stated in the text of the PR.

Instructions: All subsequent sections of text should be filled in as appropriate.

The information provided below allows the code managers to understand the changes relevant to this PR, whether those changes are in the ufs-weather-model repository or in a subcomponent repository. Ufs-weather-model code managers will use the information provided to add any applicable labels, assign reviewers and place it in the Commit Queue. Once the PR is in the Commit Queue, it is the PR owner's responsiblity to keep the PR up-to-date with the develop branch of ufs-weather-model.

Description

  • makes nems_frac the default CPLMODE
  • sets FRAC_GRID=true as the default
  • removes non-frac grid coupled regression tests; drops identifier "frac" from remaining test names
  • reduces wall clock for cpld_debug. This test runs in about 5 mins but wall clock was set at 60mins.
  • reduces cpld_control_c384 to 12 hour forecast; modifies corresponding restart test
  • removes non-v16 benchmark and non-frac 35d tests
  • comments out cpld_2threads test (Issue cpld_2threads test does not reproduce for fractional grid #622)

Issue(s) addressed

Testing

Pre-commit testing for gaea.intel shows that the following tests do not reproduce:

cpld_ca
cpld_satmedmf
cpld_decomp
cpld_2threads
cpld_control_wave

This is the expected result since these are the low-resolution tests which are currently running with non-frac grid. All other coupled tests pass the current develop branch comparison (develop-20210513).

A test baseline was created for the new suite of coupled tests for gaea.intel and all test passed against the test baseline.

How were these changes tested? 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 regression tests and unit tests (utests) been run? On which platforms and with which compilers? (Note that unit tests can only be run on tier-1 platforms)

  • hera.intel
  • hera.gnu
  • orion.intel
  • cheyenne.intel
  • cheyenne.gnu
  • gaea.intel
  • jet.intel
  • wcoss_cray
  • wcoss_dell_p3

Dependencies

None

DeniseWorthen and others added 30 commits March 27, 2021 12:30
This reverts commit 7b826d4.
* make nems_frac the default CPLMODE
* make FRAC_GRID=true the default
* remove non-frac grid regression tests
* remove non-frac debug test
* change wall clock for debugfrac. This test runs in less than ~5mins
Copy link
Collaborator

@climbfuji climbfuji left a comment

Choose a reason for hiding this comment

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

Very much appreciate to remove so many tests and to shorten some of the other coupled tests.

#RUN | cpld_bmarkfrac_wave_v16_35d | | fv3 | | 2013040100
#RUN | cpld_bmarkfrac_wave_v16_35d | | fv3 | | 2013070100
#RUN | cpld_bmarkfrac_wave_v16_35d | | fv3 | | 2013100100
#COMPILE | APP=S2SW SUITES=FV3_GFS_v16_coupled,FV3_GFS_v16_coupled_noahmp,FV3_GFS_v16_coupled_nsstNoahmp | + hera.intel orion.intel | fv3 | |
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe I missed this in the discussion today, why are these tests commented out and not removed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I retained them because we are still running the RT version of the benchmark v16 configuration (cpld_bmark_wave_v16).

@BrianCurtis-NOAA
Copy link
Collaborator

Machine: orion
Compiler: intel
Job: BL
Repo location: /work/noaa/nems/emc.nemspara/autort/pr/663654892/20210607134509/ufs-weather-model
Please manually delete: /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_164531
Baseline creation and move successful
Repo location: /work/noaa/nems/emc.nemspara/autort/pr/663654892/20210607144956/ufs-weather-model
Please manually delete: /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_436940
Test datm_mx025_cfsr 080 failed in check_result failed
Test datm_mx025_cfsr 080 failed in run_test failed
Test cpld_restart_bmark_v16 010 failed in check_result failed
Test cpld_restart_bmark_v16 010 failed in run_test failed
Please make changes and add the following label back:
orion-intel-BL

@DeniseWorthen
Copy link
Collaborator Author

No obvious reason why the 2 orion tests failed. I'll re-run them.

* the following tests were re-run and passed

Test 001 cpld_bmark_v16 PASS
Test 002 cpld_restart_bmark_v16 PASS
Test 003 datm_mx025_cfsr PASS
@github-actions github-actions bot removed the run-ci label Jun 8, 2021
@DeniseWorthen DeniseWorthen merged commit b57495e into ufs-community:develop Jun 8, 2021
junwang-noaa added a commit that referenced this pull request Jun 8, 2021
…628)

* make nems_frac the default CPLMODE
* make FRAC_GRID=true the default
* remove non-frac grid regression tests
* change wall clock for debugfrac. This test runs in less than ~5mins
* remove additional cpld_bmark and wave tests and their 35d versions
* reduce fhmax control_c384 to 12 hours
* add optional variables to turn on mushy thermo

Co-authored-by: Denise Worthen <denise.worthen@noaa.gov>
Co-authored-by: Jun Wang <junwang-noaa@users.noreply.github.com>
@DeniseWorthen DeniseWorthen deleted the feature/remove_nonfrac_cpldtests_no_ww3_update branch June 9, 2021 12:37
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.

convert 4 existing cpld_control tests to fractional grid; drop existing non-frac RT tests for S2S, S2SW
5 participants