You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the test SMS_Ln9_P1.T42_T42.2000_DATM%QIA_SLND_SICE_DOCN%DOM_SROF_SGLC_SWAV.derecho_intel.datm-scam is incorrectly (I think) keeping ATM_NX and ATM_NY set to their global (full domain) values rather than setting them to 1. That appears to be due to a bug in CDEPS (ESCOMP/CDEPS#419), but I think there's a similar bug in CMEPS:
The logic here for single_column appears incorrect:
Specifically: there is no ATM_DOMAIN_FILE variable. Based on #164, I have a feeling this is supposed to refer to PTS_DOMAINFILE, but I'm not sure about this. @mvertens agrees that it looks like this is an issue.
I don't have enough familiarity with the subtleties of single-column mode to know what's right here, so I'm hoping that someone with more familiarity can look at this. This should include:
Checking whether single-column mode is currently working correctly despite this issue
I noticed that the test
SMS_Ln9_P1.T42_T42.2000_DATM%QIA_SLND_SICE_DOCN%DOM_SROF_SGLC_SWAV.derecho_intel.datm-scamis incorrectly (I think) keeping ATM_NX and ATM_NY set to their global (full domain) values rather than setting them to 1. That appears to be due to a bug in CDEPS (ESCOMP/CDEPS#419), but I think there's a similar bug in CMEPS:The logic here for
single_columnappears incorrect:CMEPS/cime_config/buildnml
Lines 96 to 106 in e976799
Specifically: there is no ATM_DOMAIN_FILE variable. Based on #164, I have a feeling this is supposed to refer to PTS_DOMAINFILE, but I'm not sure about this. @mvertens agrees that it looks like this is an issue.
I don't have enough familiarity with the subtleties of single-column mode to know what's right here, so I'm hoping that someone with more familiarity can look at this. This should include: