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

compset DTESTM still needs adjustments to work #3096

Closed
ndkeen opened this issue Jul 31, 2019 · 3 comments
Closed

compset DTESTM still needs adjustments to work #3096

ndkeen opened this issue Jul 31, 2019 · 3 comments

Comments

@ndkeen
Copy link
Contributor

ndkeen commented Jul 31, 2019

I thought we had fixed this already or at least had an issue open.

The DTESTM compset is for testing ICE only and we found the fix (or at least work-around) by simply removing a space in components/mpas-seaice/cime_config/config_compsets.xml

I wanted to remind us of the details here:

2019-07-30 18:23:16: CREATE_NEWCASE FAILED for test 'SMS.T62_oEC60to30v3.DTESTM.cori-knl_intel'.
Command: /global/cscratch1/sd/ndk/wacmy/ndk_machinefiles_cori-july2019-upgrade/cime/scripts/create_newcase --case /global/cscratch1/sd/ndk/acme_scratch/cori-knl/mfjuly19/SMS.T62_oEC60to30v3.DTESTM.co
ri-knl_intel.r06 --res T62_oEC60to30v3 --compset DTESTM --test --machine cori-knl --compiler intel --project acme  --output-root /global/cscratch1/sd/ndk/acme_scratch/cori-knl/mfjuly19  --walltime 00
:34:00
Output: Compset longname is 2000_DATM%NYF_SLND_MPASSI_DOCN%SOM_DROF%NYF_SGLC_SWAV_TEST 
Compset specification file is /global/cscratch1/sd/ndk/wacmy/ndk_machinefiles_cori-july2019-upgrade/components/mpas-seaice/cime_config/config_compsets.xml
ERROR: Unknown model type, TEST

And here is what I changed in a different repo to allow things to work as expected:
(remove space)

--- a/components/mpas-seaice/cime_config/config_compsets.xml
+++ b/components/mpas-seaice/cime_config/config_compsets.xml
@@ -11,7 +11,8 @@
 
   <compset>
     <alias>DTESTM</alias>
-    <lname>2000_DATM%NYF_SLND_MPASSI_DOCN%SOM_DROF%NYF_SGLC_SWAV_TEST </lname>
+    <!--lname>2000_DATM%NYF_SLND_MPASSI_DOCN%SOM_DROF%NYF_SGLC_SWAV_TEST </lname-->
+    <lname>2000_DATM%NYF_SLND_MPASSI_DOCN%SOM_DROF%NYF_SGLC_SWAV_TEST</lname>
   </compset>
@jonbob
Copy link
Contributor

jonbob commented Jul 31, 2019

@ndk - it looks like that issue was inadvertently closed on June 25. I think for that old issue @rljacob had asked you to make a PR? Do you want to take it on? Or for me to?

@ndkeen
Copy link
Contributor Author

ndkeen commented Jul 31, 2019

OK, I just could not recall where we left things and github-searching proved unfruitful. Is this the change we want? Note that this file also has another line that may have an extra space. And for that matter, should we check all of these entries for trailing spaces? Or does it make sense to adjust the python that parses the line?

@ndkeen
Copy link
Contributor Author

ndkeen commented Jul 31, 2019

closing and re-opening #2953

@ndkeen ndkeen closed this as completed Jul 31, 2019
rljacob pushed a commit that referenced this issue Apr 21, 2021
…9-04-29

Jgfouca/branch for acme split 2019 04 29

Bug fixes:

Need consistent case for USE_CXX in Makefile (Restores cxxlib flag for PIO2).
Some E3SM components still can't build with -DDEBUG
Test suite: scripts_regression_tests.py
Test baseline:
Test namelist changes:
Test status: [bit for bit, roundoff, climate changing]

Fixes [CIME Github issue #]

User interface changes?:

Update gh-pages html (Y/N)?:

Code review: @jedwards4b
jgfouca added a commit that referenced this issue Nov 21, 2024
Big rework of P3 around new BFB baseline unit tests
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

2 participants