Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3713 from climbfuji/cheyenne_intel_18
ufs_release_v1.1: remove unnecessary/incorrect configuration options for Cheyenne for the UFS; downgrade Intel 19.x.y to 18.m.n on Cheyenne, Gaea, Orion ### Description This PR removes a whole bunch of unnecessary/incorrect configuration options for Cheyenne for the UFS and reverts Intel back to Intel-18.0.5 on Cheyenne, Gaea, Orion. Beforehand, the CIME regression tests failed frequently in `chgres_cube.exe` for the highest resolution cases, see description here: ufs-community/ufs-mrweather-app#190 With this change and the associated change in the ufs-weather-model and NCEPLIBS-external (documentation only), the regression tests ran successfully (tried one time thus far, will conduct multiple runs to make sure I wasn't just lucky). ``` export UFS_DRIVER=nems export UFS_INPUT=$CESMDATAROOT export UFS_SCRATCH=/glade/work/heinzell/fv3/ufs-mrweather-app/ufs_scratch qcmd -l walltime=3:00:00 -- "export UFS_DRIVER=nems; CIME_MODEL=ufs ./create_test --xml-testlist ../../src/model/FV3/cime/cime_config/testlist.xml --xml-machine cheyenne --xml-compiler intel --workflow ufs-mrweather_wo_post -j 4 --walltime 03:00:00" ... heinzell@cheyenne3:/glade/work/heinzell/fv3/ufs-mrweather-app/ufs-mrweather-app-release-public-v1/cime/scripts> /glade/work/heinzell/fv3/ufs-mrweather-app/ufs_scratch/cs.status.20200917_210120_2ap63n | grep Overall ERS_Lh11.C96.GFSv15p2.cheyenne_intel (Overall: PASS) details: ERS_Lh11.C96.GFSv16beta.cheyenne_intel (Overall: PASS) details: PET_Lh11.C96.GFSv15p2.cheyenne_intel (Overall: PASS) details: SMS_Lh3.C192.GFSv15p2.cheyenne_intel (Overall: PASS) details: SMS_Lh3.C192.GFSv16beta.cheyenne_intel (Overall: PASS) details: SMS_Lh3.C384.GFSv15p2.cheyenne_intel (Overall: PASS) details: SMS_Lh3.C384.GFSv16beta.cheyenne_intel (Overall: PASS) details: SMS_Lh3.C768.GFSv15p2.cheyenne_intel (Overall: PASS) details: SMS_Lh3.C768.GFSv16beta.cheyenne_intel (Overall: PASS) details: SMS_Lh3.C96.GFSv15p2.cheyenne_intel (Overall: PASS) details: SMS_Lh3.C96.GFSv16beta.cheyenne_intel (Overall: PASS) details: SMS_Lh3_D.C192.GFSv15p2.cheyenne_intel (Overall: PASS) details: SMS_Lh3_D.C192.GFSv16beta.cheyenne_intel (Overall: PASS) details: SMS_Lh3_D.C384.GFSv15p2.cheyenne_intel (Overall: PASS) details: SMS_Lh3_D.C384.GFSv16beta.cheyenne_intel (Overall: PASS) details: SMS_Lh3_D.C768.GFSv15p2.cheyenne_intel (Overall: PASS) details: SMS_Lh3_D.C768.GFSv16beta.cheyenne_intel (Overall: PASS) details: SMS_Lh3_D.C96.GFSv15p2.cheyenne_intel (Overall: PASS) details: SMS_Lh3_D.C96.GFSv16beta.cheyenne_intel (Overall: PASS) details: ``` The PR also replaces a few tabs with whitespaces for consistent formatting in `config/ufs/machines/config_machines.xml`. Note that we will need to (re-)create tag `ufs-v1.1.0` (or whatever the CIME convention is; this is what we use for all the UFS components and external libraries, and what is also consistent with MRW App release 1.0).
- Loading branch information