-
Notifications
You must be signed in to change notification settings - Fork 213
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
USRDAT resolution issues for both MCT and NUOPC drivers #3905
Comments
The NUOPC case also fails. SMS_D_Lm1_Mmpi-serial_Vnuopc.CLM_USRDAT.I1PtClm50SpRs.cheyenne_intel.clm-USUMB I think it's for similar reasons. But, it might also indicate issues in CDEPS or CMEPS. |
@ekluzek in my run of the test suite, I'm seeing different errors for the mct vs. nuopc tests: the mct test (
It may be that the underlying issue is similar - or maybe not. |
The problem seems to be that both ATM_GRID and LND_GRID are getting set to "UNSET". So there's something wrong in how that gets set. @bishtgautam it looks like this problem applies to ELM for ELM_USRDAT as well. |
Thanks, @ekluzek. For ELM, CIME PR-3845 fixed the issue. |
For nuopc CLM_USRDAT requires that a lat and lon be provided before the case can be built.
to the domains for driver="mct" around line 1876 of config_grids.xml |
@ekluzek Also this didn't break anything for elm and @bishtgautam since the mod was in cesm config section of cime. |
@jedwards4b that's actually not the problem that I'm seeing, as what I'm seeing is that ATM_GRID and LND_GRID aren't getting set, and that's causing downstream problems. I am getting the domain files set, so the above won't help. You are correct that I did ask you to make that change and there's an issue that corresponds with it as we don't use the above generic named domain files. So yes you did correctly make that change as I asked you to. So absolutely thank you for doing that! Please don't be hesitant to do something I ask -- in fear I'll change my mind later! :-) Although I honestly can't make that claim all of the time -- but at least I'm not in this case. I actually don't think this problem with ATM_GRID and LND_GRID is due to the changes you made, I think it's something else. I think it just happened to come to cime at the same time as your changes. I'll find out for sure when I track it down (and I think I almost have it). But, that's why I'm concerned about ELM is that I think the ATM_GRID and LND_GRID issue will apply to both cesm and e3sm. |
Add back domain for CLM_USRDAT for mct driver. Test suite: SMS_D_Lm1_Mmpi-serial.CLM_USRDAT.I1PtClm50SpRs.cheyenne_intel.clm-USUMB (All pass) Test baseline: Test namelist changes: Test status: bit for bit Fixes #3905 User interface changes?: Update gh-pages html (Y/N)?:
The following test is failing for me in ctsm5.1.dev030
SMS_D_Lm1_Mmpi-serial.CLM_USRDAT.I1PtClm50SpRs.cheyenne_intel.clm-USUMB
with cime5.8.39
It fails to submit with the following error...
check_input_data shows the following...
DOMAIN files seem to be set correctly. But, the datm streams files are getting set like this in datm_in...
All of these values set to NOT_SET or UNSET are causing problems.
The text was updated successfully, but these errors were encountered: